/* CSS Document */
/* ! FARBDEFINITONEN: Grün: 0A4B10  ****  Rot: 7C5700  ****  Orange: CE9200 *******   */
body {
	margin:0;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height:140%;
	text-align:center;
	background: #71281A url(../img/bg.jpg) repeat-y top center;
	height:100%;
}

p {
	margin-left:0;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:left;
	color: #333;
}

table,tr,td,div {
	color: #333;
}

p.nav {
	margin:0;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-image:url(../img/nav_bg.gif);
	background-repeat:repeat-x;
	height:22px;
	padding:2px;
}

a.nav {
	color:#fff;
	text-decoration:none;
	margin:8px;
	padding-left:6px;
	padding-right:6px;
	vertical-align:top;
}

a.nav:hover {
	text-decoration:underline;
}

h1 {
	font-size:22px;
	line-height:100%;
	display:block;
	color:#CE9200;
	padding-bottom:6px;
}

h2 {
	font-size:16px;
	line-height:100%;
	display:block;
	color:#0A4B10;
	padding:0;
	margin:0;
	margin-bottom:6px;
}

h3 {
	font-size:16px;
	line-height:100%;
	display:block;
	color:#7C5700;
	padding:0;
	margin:0;
	margin-bottom:12px;
}

.pictext {
	display:block;
	background-color:#CE9200;
	color:#fff;
	padding:4px;
	margin-top:-4px;
	margin-bottom:3px;
}

.pictext_left {
	display:block;
	background-color:#ffffff;
	border-bottom:1px solid #CE9200;
	color:#CE9200;
	padding:4px;
	padding-right:0;
	padding-left:0;
	margin-top:-4px;
	margin-bottom:3px;
	width:249px;
	overflow:hidden;
}
img {
	padding:0;
	margin:0;
}
img.right {
	margin-top:10px;
	width:398px;
	overflow:hidden;
}


/* div */
#rahmen {
	width:720px;
	margin:auto;
	text-align:left;
	z-index: 2;
	height:100%;
	min-height:100%;
}

#oben {
	height:17px;
	width:720px;
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

#unten {
	height:17px;
	width:720px;
	background-image:url(../img/bottom.png);
	background-repeat:no-repeat;
}

#innerrahmen {
	width:698px;
	z-index: 2;
	background-image:url(../img/middle.png);
	background-repeat:repeat-y;
	padding:12px;
	min-height:100%;	
	color:#000000;
	overflow:hidden;
}

a {
	color:#0A4B10;
	text-decoration:underline;
}

.colored1 {
	color:#0A4B10;
}

#logo {
	width:689px;
	height:77px;
}

#pic {
	width:689px;
	height:108px;
	margin-top:3px;
	margin-bottom:3px;
}

#contenter_left {
	padding:8px;
	padding-left:0px;
	width:280px;
	height:100%;
	min-height:100%;
	float:left;
	overflow:hidden;
	margin-top:16px;
	margin-left:12px;
	z-index:0;

}

#contenter_right {
	padding:8px;
	width:370px;
	padding-left:12px;
	height:100%;
	min-height:100%;
	margin-left:290px;
	z-index:1;
	
}

#bottom_nav {
	padding:12px;
	padding-bottom:0;
	padding-right:0;
	margin-bottom:-10px;
	margin-left:500px;
	
	
}