body{
	background: #e5a802;/*orange:e5a802;hellblau:b4b4fa,dunkelblau:020258;*/
	font-family: Verdena, "Arial", Sans serif;
	font-size: 14px;
	color: #000000;
	margin: auto 0;
	line-height: 1.5;
}

/*Überschriften*/
h1{
	color: #4a4222;
	padding-left: 20px;
}

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

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

#container{
	width: 750px;
	background-image: url('images/margin2.gif');
	margin: auto;
	margin-bottom: 40px;
	margin-top: 50px;
}
#top_margin{
	height: 20px;
	background: #020258;
	background-image: url('images/top3.gif');
	margin-bottom: 10px;
}

#info{
	width: 680px;
	height:120px;
	background: #fff9d7;
	margin: auto;
	border: 3px double #000000;
	text-align: center;
	font-size: 18px;
	color: #ad0a0a;
}


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

#content{
	width: 700px;
	margin: auto;
	margin-top: 30px;
	text-align: justify;
}

#werbung{
	background: #aba1a1;
	margin-left: 20px;
	margin-bottom: 20px;
}

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

#footer{
	height: 20px;
	background-image: url('images/bottom3.gif');
	margin: auto;
}



	a:link { font-weight:bold; color: #770808; text-decoration:underline; }
	a:visited { font-weight:bold; color: #770808; text-decoration:underline; }
	a:focus { font-weight:bold; color: #612200; text-decoration:underline; }
	a:hover { font-weight:bold; color: #612200; text-decoration:underline; }
	a:active { font-weight:bold; color: #612200; text-decoration:none; }

