/**

Heiko Kattenstroth

Farben:
dotted Umrandungen: dunkles Gr�n #0A2504 (alt: #B0C4DE)
header:
body-bg: #f4f4f4
navigation: #FC0 und #ffd800
breadcrumb-bg:
footer:

**/

html {
	height:100%;
}

* {
	border:0;
	font-size:1em;
	margin:0;
	padding:0;
}

body {
	color:#414141;
	background:#0A2504 url(img/stripes.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.6em;
	text-align:center;
	height:100%;
}

#container {
	width:860px;
	text-align:left;
	margin:0 auto;
	background: url(img/bg_grey.png) top center repeat-y;
	min-height: 100%;
	position: relative;
}

#main {
	width: 780px;
	background:#FFF;
	margin-left: 40px;
	min-height: 100%;
}

* html #container {
	height:100%;
}

#header {
	height:202px;
	background-color:#FFF;
	text-align:center;
	padding-bottom: 1px;
}

#navigation {
        font-family: "Trebuchet ms", verdana;
	background-color:#FC0;
}

#navigation ul {
	height:2.7em;
	line-height:2.7em;
}

#navigation li {
	float:left;
	list-style-type:none;
}

#navigation li a {
	display:block;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	color:#444;
	border-right:1px solid #FFF;
	padding:0 18px;
}

#navigation #date {
	display:block;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	color:#444;
	padding:0 18px;
}

#navigation #aktiv,#navigation #aktiv a,#navigation a:hover {
	background-color:#ffd800;
}

#breadcrumb {
	font-size:0.9em;
	margin-bottom:1px;
	margin-top:1px;
	width:732px;
	padding-right:30px;
	padding-left:18px;
	background:#EEE;
	border-bottom:1px dotted #0A2504;
	clear:both;
}

#subcontent {
	/*background:#060;*/
	clear:left;
	float:left;
	width:170px;
	font-size:0.9em;
	margin:10px 0;
}

#subcontent .content {
	border-bottom: 1px solid #060;
	border-left: 1px solid #060;
	border-right: 1px solid #060;
	margin: 0 0 30px 0;
	padding: 5px;
}

#subcontent h2 {
	font-family:Georgia,serif;
	font-size:1em;
	line-height:1em;
	display:block;
	font-style:normal;
	color:#FFF;
	background:#080;
	border-left:15px solid #060;
	padding:5px;
}

#subcontent ul {	
	list-style: none;
	width: 162px;
	margin: 0 0 20px 0;
	padding: 4px 0 5px 3px;
	font-size: 1.1em;
}	

#subcontent li {
	margin-bottom: 4px;
}

#subcontent li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 6px;
	/*.background: #f4f4f4;
	background: #FFF07F;*/
	border-left: 4px solid #cccccc;
}	
	
#subcontent li a:hover {
	/*.background: #eaeaea;
	.background: #eedd00;*&
	.border-left: 4px solid #286ea0; */
	background: #FC0;
	border-left: 4px solid #f60;
}

#subcontent li a:active {
	background: #ffd800;
	border-left: 4px solid red;
}

#subcontent li a:focus {
	background: #ffd800;
	border-left: 4px solid red;
}



#block-1 {
	background:url(img/bg_right_block1.jpg) top left no-repeat;
	margin-left: 2px;
}

#block-2 {
	background:url(img/bg_right_block2.jpg) top left no-repeat;
}

#block-3 {
	background:url(img/bg_right_block3.jpg) top left repeat-y;
}

#block-4 {
	background:url(img/bg_test2.jpg) top left no-repeat;
	margin-left: 2px;
}

#content {
	width:570px;
	padding-top:12px;
	margin-top: 0;
	line-height:1.8em;
	margin-left:180px;
	padding-bottom:12em;
	padding-left: 10px;
	border-left: 1px dotted #0A2504;
        font-size: 1.1em;
}

#footer {
	clear:both;
	font-size:0.9em;
	text-align:center;
	padding-right:30px;
	padding-left:18px;
	background:#EEE;
	border-top:1px dotted #0A2504;
	height:8em;
	position:relative;
	
}


#footer p {
	border-top:1px solid #EDE8E2;
	padding:12px 0 18px;
}

#footer a {
	color:#A0A0A0;
}

div#clearer {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

a {
	font-weight:700;
	text-decoration:none;
	color:#6C8C37;
}

a:hover,a:active {
	font-weight:700;
	text-decoration:underline;
}

a img {
	border:none;
}

h1,h1 a,h2,h2 a,h3 a,h4 a,a:hover,#footer strong {
	color:#060;
}

#content h1 {
	font-family:Georgia, serif;
	font-size:1.6em;
	font-weight:400;
	margin:0 0 15px;
}

#content h2 {
	font-size:1.2em;
	margin:10px 0 3px;
	color: #000;
}

#content h3 {
	font-size:1.1em;
	margin:10px 0 3px;
}

#content h4 {
	font-size:1em;
}

#content img {
	background-color:#f4f4f4;
	border:1px solid #ACACAC;
	padding:2px;
}

#content li {
	list-style-type:square;
	margin-left:12px;
}

#content li li {
	list-style-type:disc;
	margin-left:22px;
	line-height:1.6em;
}

#content dl dt {
	border-bottom: 1px dotted #080;
	width: 300px;
	padding-top: 10px;
	font-size: 1.1em;
	color: #080;
	font-weight: 700;
}

#content dl dd {
	padding-left: 15px;
}

img.left {
	float:left;
	margin:0 12px 0 0;
}

img.right {
	float:right;
	margin:0 0 0 12px;
}

img.center {
	display:block;
	margin:0 auto;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

