*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body {	
	height: 100%;
	background-color: #dcd5cc;
	font-family: Tahoma, Verdana;
	color: #69514a;
	font-size: 1em;
	letter-spacing: 0.04em;
	line-height: 20px;
	background-image: url(../images/bg-verlauf.jpg);
	background-repeat: repeat-x;
}

/* get rid of those system borders being generated for A tags */
a:active { outline: none; }

:focus { -moz-outline-style:none; }

img { border:none; }


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

#wrap { min-height: 100%;}

/* IE8 hack to get it to apply margin auto centering to element inside this one */
#wrap { width: 100%; margin-left: 10px; }

/* Header */
#header {
	width: 980px;
	height: 100px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 0;
	z-index: 1000;
}
	
#navi {
	margin-top: 10px;
	margin-right: 60px;
	width: 520px;
	float: right;
	text-align: right;
	letter-spacing: 0.15em;
	font-size: 0.9em;
	font-weight: bold;
}
#navi img { margin: 0 20px 0 20px; }

#navi .active { text-decoration: none; color:#9c9186; }


#navi a { color: #8b675c; text-decoration: underline; }
#navi a:visited { text-decoration: underline; color: #8b675c; }
#navi a:hover {  text-decoration: underline;  color: #d34702;  }
#navi a:active { text-decoration: none; color: #85615c; }
 
#logo {
	margin-top: 0px;
	margin-left: 0px;
	width: 300px;
}

#logo  p {
	width: 300px;
	margin-top: 6px;
	color: #9C9186;
	font-size: 0.9em;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	text-align: right;
} 


#main {
	width: 980px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: top;
	padding-bottom: 100px;  /* must be same height as the footer */
}  


#main #996699 {
	color: #4a3855;
	text-decoration: underline;
	
	}
#main a:hover { 
	color: #939;
	text-decoration: underline;
	}
	
#main a:visited  {
	color: #9c9186;
	text-decoration: underline;
	}

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear: both; 
	background-color: #FAF9F6;
	background-image: url(../images/bg-verlauf-footer.gif);
	background-repeat: repeat-x;
	color: #aca298;
	font-size: 0.8em; 
	} 


/*  
end of sticky codet
thanx Steve Hatcher
*/



/* Footer */

#footwrap  {
	height: 100px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	}
	
#footer a {
	color: #4a3855;
	text-decoration: underline;
	
	}
#footer a:hover { 
	color: #cb3312;
	text-decoration: underline;
	}
	
#footer a:visited  {
	color: #9c9186;
	text-decoration: underline;
	}

#footer img {
	margin: 0 10px 0 20px;
	}


#footer #left {
	width: 370px;
	float: left;
	padding-top: 10px;
	text-align: right;
	}
	
#footer #right {
margin-right: 60px;
	width: 540px;
	float: right;
	text-align: left;
	padding-top: 10px;
	}

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block; }
* html .clearfix {height: 1%; }
.clearfix {display: block; }


.clearleft { clear: left; height: 1px; }
.clearright { clear: right; height: 1px; }
.clearboth { clear: both; height: 1px; }

/* Typo styles */

#main h1,h2,h3,h4 { font-family:  Tahoma, Verdana; }
/* Weiss */
#main h1 { font-size: 1.1em;  letter-spacing: 0.1em; margin-bottom: 10px; line-height: 1.6em; color:#9c9186;}
/* Orange */
#main h2 { font-size: 1em; margin-top: 0px; margin-bottom: 15px; color:#69514a; line-height: 1.5em; }
/* braun */
#main h3 { font-size: 0.92em;  margin-top: 0px; margin-bottom: 10px; padding: 0; color:#69514a; }
/* Lila */
#main h4 { font-size: 0.86em;  margin-top: 0px; margin-bottom: 0px; color:#5b4969; padding: 0; }
/* Aubergine */
#main h5 { font-size: 0.82em;  margin-top: 0px; margin-bottom: 0px; color:#4d2b36; padding: 0; }
/* Gelb */
#main h6 { font-size: 0.81em;  margin-top: 0px; margin-bottom: 0px; color:#f0c30e; padding: 0; }


#main p { font-size: 0.9em; margin: 0px 0 10px 0; color: #69514a;  font-family:  Tahoma, Verdana; line-height: 1.4em;}

hr { margin: 10px 0 10px 0; border: none; background-color: #d2cfca; height:1px; }








/*   Farbcodierung


perlweiss		#faf9f6	bg footer
creme- hell		#ddd8cc	bg top
creme2			#d3ccc1	verlauf dunkel
hellgraubraun	#9c9186
gelb			#edb826
orange			#cb3312	Navi on   / Link a:hover                    orange2		#a22d12	 Link visited  a:visitedorangebraun		#804541	Navi off / a:
braungrau		#563f3a	Text footer
aubergine		#3c1f28	Text
lila			#4a3855	Headlines   / Links Footer



*/