body{
	background: #FFFAF0;
	font-family: Verdena, "Arial", Sans serif;
	font-size: 14px;
	color: #000000;
	margin: auto 0;
	line-height: 1.5;
}


h1{
	color: #03603f;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top:30px;
}

h2{
	color: #4a4222;
	font-size: 20px;
	text-align: center;
}

.links{ 
	font-size: 17px;
	color: #4a4222;
	text-decoration: underline;
}

#container{
	width: 940px;
	background-image: url('img/margin.jpg');
	
	margin: auto;
	margin-bottom: 40px;
	margin-top: 50px;

}

#top_margin{
	height: 10px;
	background-image: url('img/col_top.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 20px;
}


#header{
	width: 900px;
	height:180px;
	background: #fff9d7;
	margin-left: 20px;
	margin-top: -10px;
	background-image: url('img/header.jpg');
}


#table{
	padding-left: 20px;
	padding-right: 20px;
}

#content{
	width: 840px;
	margin: auto;
	margin-top: 0px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	position:relative;
	margin-bottom: 40px;
	

}
#content p{
	font-family: Verdena, "Arial", Sans serif;
	font-size: 14px;
	

}
#tatze{
	height: 82px;
	width: 82px;
	background-image: url('img/neve.gif');
	position: absolute;
	bottom: 100px;
	right: 40px;
}

#activated{
	color: #000000;
	background: #b0f7f9;
}
.menu ul {
	margin: auto;
	background: #2386a6;
	background-image: url("img/menu.jpg");
	width: 900px;
	height: 40px;
	padding-left: 0px; 
}

.menu li {
	display: inline;
}

.menu a:link, .menu a:visited{
	display: block;
	float: left;
	height: 30px;
	min-width: 73px;
	border-left: 1px dotted #000000;
	padding: 10px ;
	padding-bottom: 0px;
	margin-bottom: 1px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-left:15.7px;
}

.menu a:hover, .menu a:active{
	color: white;
	background:  #2386a6;
	
}

#image{
	width: 300px;
	float: right;
	margin-top: -10px;
}

#footer{
	height: 30px;
	margin: auto;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
	
}
#footer a:link, #footer a:visited{ 
	color: #0d7a52; 
	text-decoration:underline; 
}

#footer a:focus, #footer a:hover, #footer a:active{ 
	color: #000000; 
	text-decoration:underline; 
}

a:link, a:visited{ 
	font-weight:bold; 
	color: white; 
	text-decoration:underline; 
}

a:focus, a:hover, a:active{ 
	font-weight:bold; 
	color: #0d7a52; 
	text-decoration:underline; 
}

