
/*Basic*/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #827158; 
text-decoration:none;}
a:hover {color: #827158; 
text-decoration:underline;}
body {
	background: #e6e2da;
	background-attachment:fixed;
	background-image:url(img/bg_verlauf.jpg);
	color: #444;
	font: normal 62.5% Trebuchet MS;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 2.5em Georgia,serif;
	margin-bottom: 4px;
}
h3 {
	font: normal 1.2em Trebuchet MS ;
	padding-top: 6px;
border-bottom:#CCCCCC
solid 1px;
}
h4 {
	font: normal 1.4em Trebuchet MS ;
	color:#660033

}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Trebuchet MS;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1 {padding-top: 6px; padding-bottom: 20px;
color:#660033}


h2 {padding-top: 6px;}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
	color: #0066FF;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 120px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #e3dfd8;
	color: #FFF;
	height: 120px;	
}
.header .left {
	background: #e3dfd8;
	font: normal 2.8em Trebuchet MS;
	line-height: 120px;
	text-align: center;	
	width: 780px;
}

.header .right h2 {padding-top: 16px; font: normal 1.6em Trebuchet MS;}

/* navigation */
.navigation {	
	background: #0060a9 url(img/nav.gif);
	border: 1px solid #a29784;
	border-color: #e4e0d9 #e4e0d9;
	height: 30px;
}
.navigation a {
	background: #b6a893 url(img/nav.gif);
	border-right: 1px solid #b6a893;
	color: #000000;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #000000;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/watermark_standard.gif) no-repeat;
	min-height:500px;
}

/* left navigation */
.sidenav {
	float: left;
	width: 150px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1.0em;
	line-height: 15px;
	margin: 0;
	padding-left: 8px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e6e1e4;
}
.sidenav li {border-bottom: 1px solid #e6e1e4;}
.sidenav li a {
	font-size: 1.0em;
	color: #554;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #dbcbd4;
	color: #654;	
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 580px;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 0px;
	text-align:right;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family:Trebuchet MS;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #000000;
	font: 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #000000;}

/* divers*/
.gotop {
	color: #827158;
	font: 1.0em sans-serif;
	text-align: right;
}
.gotop a {color: #827158;text-decoration:none;}
.gotop a:hover {color: #827158;text-decoration:underline;}