@charset "utf-8";
/* CSS Document */
#titel{
	position:static;
	background-repeat:no-repeat;
	background-image:url(pic/titel.png);
	width: 980px;
	height: 152px; 
}
#main{
	position:relative;
	background-image:url(pic/wrapper.png);
	background-repeat:repeat-y;
	padding: 10px 60px;
	width: 900px;
	font-family: Arial, Verdana;
 	font-size: medium;
 	text-align: left;
 
}

#menu{
	position:relative;
	text-align: center;
	padding:  10px 20px;
  	font-family: Verdana, Geneva;
	background-image:url(pic/wrapper.png);
	background-repeat:repeat-y;
	width:auto;
 	height:20px;
 	font-size: large;
 	
 	
  }

#menu a:link { 	font-weight:normal; 
			color:#333; 
			text-decoration:none;
		}
#menu a:active { 	font-weight:normal; 
			color:#333; 
			text-decoration:none;
		}
#menu a:visited{ 	font-weight:normal; 
			color:#333; 
			text-decoration:none;
		}
			
#menu a:hover { font-weight:normal; 
			color:#1463d7; 
			text-decoration:none; }

#main table{text-align: left;}

#end{
	position:relative;
	background-image:url(pic/ende.png);
	width:980px;
 	height:60px;
	background-repeat:no-repeat;
	text-align: center;
	}

