﻿*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

div{
	border:0px black solid;
}

#content a, #content a:visited{
	text-decoration:underline;
	color:black;
	font-weight:normal;
}

#content a:hover{
	color:#2a7621;
}


#content h1{
	color:#2a7621;
	font-size:14px;
}

#kopf{
	border:0px black solid;
	width:960px;
	padding-bottom:20px;
	padding-top:10px;
	height:105px;
}

.tabelle{
	border:1px black dotted;
}

.tabelle tr{
	background-color:#fffbae;
}

.tabelle tr td{
	padding:5px;
}

#helpercontainer{
	width:960px;
	
}

#rahmen_top{
	background-image:url('images/rahmen_top-trans.png');
	height:16px;
}

#rahmen_bottom{
	background-image:url('images/rahmen_bottom-trans.png');
	height:30px;
}

#navigation{
	border:0px black solid;
	width:130px;
	margin-top:15px;
	text-align:left;
	float:left;
}

#navigation img{
	margin-right:17px;

}

#navigation .lastimg{
	margin-right:0px;
	float:right;
}

#content{
	border:0px black solid;
	width:777px;
	margin-top:5px;
	background-color:transparent;
	/* background-image:url('images/rahmen.png'); */
	text-align:left;
	float:right;
}

#logo{
	border:0px black solid;
	width:777px;
	/* margin-top:5px; */
	background-color:transparent;
	/* background-image:url('images/rahmen.png'); */
	text-align:center;
	float:right;
}


#contentcontainer{
	padding:25px;
	padding-top:10px;
	border:0px black solid;
	background-image:url('images/rahmen_mitte-trans.png');
	background-repeat:repeat-y;
	min-height:450px;
}

#container{
	text-align:center;
	background-color:transparent;
}

div{
	margin:auto;
}

body{
	background-color: #fffbae; 
	background-image:url('images/hintergrund.jpg'); 
	background-repeat:no-repeat;
	background-position:center top;
}

#navlist{
	height:30px;
	list-style-type:none;
}

#navlist li{
	float:left;
	height:28px;
	width:170px;
	margin-right:18px;
	display:block;
	margin-bottom:10px;
}
#navlist li a{
	display:block;
	height:28px;
	width:170px;
	margin-right:0px;
	text-align:center;
	padding-top:0px;
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#navlist li a span{
	display:block;
	padding-top:5px;
}

#navlist li a{
	background-image:url('images/button-trans.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#navlist li a:hover{
	background-position:0px -28px;
}

.activemenu{
	background-position:0px -56px!important;
}



