/* CSS Document */

html{
	overflow:scroll;
}

body{
	background-image:url(img/hg.gif);
	background-repeat:repeat-x;
	margin:20px 0px 0px;
	padding:0px;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	color: #535353;
}

img{
	border:none;
}

h1{
	font-size:13px;
	font-weight:bold;
}

p{	
	line-height:20px;
}

textarea{
	border-width:1px;
	border-color:#727272;
	height:100px;
	background-color:#F5F5F5;
	width:200px;
}

input{
	border-width:1px;
	border-color:#727272;
	background-color:#F5F5F5;
}

input[type=submit]{
	font-size:11px;
}

input[type=text]{
	width:200px;
}

strong{
	color: #727272;
}

a:hover strong{
	color:#b00e0e;
}

a{
	text-decoration:none;
	color:#727272;
}

a:hover{
	color:#b00e0e;
}

.aktiv{
	color:#b00e0e;
}

.rot{
	color:#b00e0e;
}

.hell{
	color:#727272;
}

.back{
	font-size:11px;
}

#rahmen{
	background-color:#fff;
	width:747px;
	margin:auto;
	position:relative;
}

#header{
	height:88px;
}

/*ie7*/
*:first-child+html #header{
	padding-bottom:12px;
}
	
#navi{
	height:68px;
	background-image:url(img/hg_navi.jpg);
	background-repeat:no-repeat;
}

#navi ul{
	margin-left:-24px;
	padding-top:10px;
}

/*ie6*/
* html #navi ul{
	margin-left:16px;
	padding-top:10px;
}

/*ie7*/
*:first-child+html #navi ul {
	margin-left:18px;
}

#navi ul li{
	display:inline;
	margin-right:30px;
}

#navi ul li a{
	font-weight:bold;
}

.inaktiv{

}

#content{
	background-color:#fff;
}

#links{
	float:left;
	width:299px;
}

#subnavi{
	margin-top:-11px;
	padding-left:37px;
}

/*ie6*/
* html #subnavi {
	margin-top:0px;
}

/*ie7*/
*:first-child+html #subnavi {
	margin-top:4px;
	padding-left:39px;
	padding-bottom:5px;
}

#subnavi ul li{
	list-style-type:none;
	margin-bottom:9px;
}

#bilder{
text-align:center;
}

/*ie6*/
* html #bilder{
margin-top:-12px;
}

/*ie7*/
*:first-child+html #bilder{
margin-top:-18px;
}

#rechts{
	float:left;
	margin-top:-9px;
	width:381px;
}

/*ie6*/
* html #rechts {
	margin-top:0px;
}

/*ie7*/
:first-child+html #rechts {
	margin:3px 0px 0px 3px;
}

#rechts ul li{
	list-style-type:none;
	background:transparent url(img/bullet.jpg) no-repeat scroll 0px 8px;
	line-height:22px;
	padding-left:15px;
	margin-left:-27px;
}

#footer{
	background-color:#FFFFFF;
	font-size:11px;
	padding-right:18px;
	text-align:right;
	margin-top:25px;
}

#footer ul li{
	display:inline;
	margin-left:12px;
}

#footer ul li a{
	text-decoration:none;
	color:#727272;
}

#footer ul li a:hover{
	color:#b00e0e;
}

.clearer{
	height: 0px;
	font-size: 0px;
	margin:0; padding:0; 
	clear: both;
	line-height:0px;
}

