/* CSS Document */

/* GLOBAL

*******************************************************************************************************/

html, body, div, h1, h2, h3, h4, p, ul, li, form {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

a:link { color: #b92846; font-weight: bold; text-decoration: none; }
a:visited {	color: #b92846; font-weight: bold; text-decoration: none; }
a:hover, a:active { color: #80895d; }
img { border: 0; }

#inhalt h1 {
font-size: 18px;
font-weight: bold;
}
#inhalt h2 {
font-size: 12px;
font-weight: bold;
}
#inhalt p {
font-size:12px;
line-height:16px;
}
#inhalt a:hover {
font-size:12px;
font-weight:normal;
}
#inhalt a:active {
font-size:12px;
font-weight:normal;
}
#inhalt a:link {
font-size:12px;
font-weight:normal;
}
#inhalt a:visited {
font-size:12px;
font-weight:normal;
}
#inhalt img {
width:150px;
}



#infospalte h1 {
font-size:12px;
}
#infospalte h2 {
font-size:10px;
}
#infospalte p {
font-size:10px;
}
#infospalte a:hover {
font-size:10px;
font-weight:normal;
}
#infospalte a:active {
font-size:10px;
font-weight:normal;
}
#infospalte a:link {
font-size:10px;
font-weight:normal;
}
#infospalte a:visited {
font-size:10px;
font-weight:normal;
}

/* Navigation
*******************************************************************************************************/

#navigation li, #navigation li.active {
	list-style:none;
	line-height:22px;
}
#navigation a {
	text-transform:uppercase;
	font-weight:normal;
}
#navigation a.current {
	text-decoration:underline;
}



/* LAYOUT
*******************************************************************************************************/

body { 
background: #80895d; 
text-align: center;
}

.flLeft { 
float:left; 
margin:0px 10px 15px 0px;
}.flRight { 
float:right; 
margin:0px 0px 15px 10px;
}

#rahmen {
	width: 954px;
	border:1px solid #b92846;
	margin: 0px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

#kopf {	
width: 100%; 
height: 137px; 
float:left; 
background:url("../graph/hg-kopf.jpg") no-repeat;
background-position:right;
}

#kopf-logo {
	width: 100%;
	height: 110px;
}

#navigation {
float:left;
width:214px;
margin:15px 10px 20px 0px;
padding:0px;
}

#inhalt {
	float:left;
	width: 458px;
	margin: 15px 20px 20px 0px;
}


#infospalte {
	float: left;
	width: 224px;
	margin:15px 0px 20px 0px;
}

#fuss {
	clear: both;
	padding: 10px 0 10px 0;
	width: 100%;
}



label {
margin-bottom:10px;
float:left;
width:100px;
}
input {
	margin-bottom:10px;
	width:150px;
}