/* allgemeines */

body {
	font-family:	 Verdana,Helvetica,Arial,sans-serif;
	font-size:	 14px;
	color:		 #F8E5CD;
	background: url(background.png) repeat-x bottom left fixed #FFB962;
	padding:	 5 0 100 0px;
	text-align: center;
  }
img {border: 0px;}

div {
  border-radius: 10px;
  -khtml-border-radius: 10px;
  }

div#link	{
	padding-top:	 2px;
	padding-bottom: 0px;
	width: 250px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
div#link:hover{
  padding-top:	 0px;
	padding-bottom: 2px;
  }

h3 {
  padding: 5 0 20 0px;
  
  }

ul {
  list-style-type: circle;
  margin-top: 5px;
  margin-bottom: 5px;
  }
  
ul#ebene0 {
  margin-left: 10px;
  }
  
ul#ebene1 {
  margin-left: 20px;
  }


a {
  color: #F07116; 
  text-decoration: none; }
a:hover {
 	text-shadow: white 0px 0px 4px; color: #F8E5CD;
 }
a:active {
 	text-shadow: white 0px 0px 4px; color: black;
 }
 	
a#toplevel {
  color: #000000; 
  text-decoration: none; 
  }
 		
div#content {
	width: 900px;
	background-color: #00061c;
	vertical-align:	 top;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px #000000 solid;
	
	
	}

div#linkleiste {
  padding: 10 20 10 20px;
  text-align: left;
  font-size: 12px;
  background-color: #0B1B45;
  }

.main {
	font-size:	 14px;
	text-align: left;
	margin: 10 30 10 20px; 
	
	
	}

.rahmen {
				padding: 5 40 40 40px;
				background-color: #0B1B45;
				}
				 
.mitte .links .rechts {
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
		}
	
.links {
	float: left;
	}
		
.rechts {
	float: right;
	}
	
