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

* {
	margin: 0;
	padding: 0;
}

a {color: #cccccc; text-decoration:none;}
a:hover {color: #ffffff; text-decoration:underline;}
body {
	background:#000000;
	background-attachment:fixed;
	background-image:url(img/bg_verlauf.jpg);
	color: #d1d1d1;
	font: normal 75% Trebuchet MS;
}

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

li {list-style: none;}

h1 {
	font: normal 1.8em Trebuchet MS;
	margin-bottom: 4px;
	padding-top: 6px; padding-bottom: 20px;
	color:#d1d1d1;
}
h2 {
	font: normal 1.3em Trebuchet MS; color: #27b5eb; 
	padding-top: 6px; 
	margin-bottom: 10px; 
}

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;
}

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

.left {float: left;}

.right {float: right;}

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

/* header */
.top {
	padding: 10px 10px 0;
	color: #1d1d1d;
}

/* title */
.header {
	background: #1d1d1d;
	font-size: 1.2em;
	height: 120px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #666666;
	color: #FFF;
	height: 120px;	
}
.header .left {
	background: #666666;
	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: #000000 url(img/nav.gif);
	border: 1px solid #000000;
	border-color: #000000 #000000;
	height: 30px;
}
.navigation a {
	background: #000000 url(img/nav.gif);
	border-right: 1px solid #000000;
	color: #999999;
	display: block;
	float: left;
	font: bold 1.0em Trebuchet MS;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #cccccc;}
.navigation a#active {background-position: left bottom; color: #00ADEF;}

/* main */
.main {
	border-top: 4px solid #1d1d1d;
	background: #333333;
	min-height:400px;
}

/* left navigation */
.sidenav {
	float: right;
	width: 200px;
	margin: 10px 0;
	background: #333333;
	padding-left: 8px;
}
.sidenav h2 {
	color: #cccccc;
	font-size: 1.0em;
	line-height: 15px;
	padding-left: 8px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #000000;
}
.sidenav li {border-bottom: 1px solid #000000;}

.sidenav li a {
	font-size: 1.0em;
	color: #f0f0f0;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #171818;
	color: #ffffff;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 750px;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.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: 1.0em Trebuchet MS;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a {color: #cccccc;}
.footer a:hover {color: #00ADEF;}

/* 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;}
.image {
	width:200px;
	float:left;
	padding:5px;
	margin:0px 10px 5px 0px;
	border:1px solid #000000;
}
