body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #234062;
	background-color: #dcdeff;
	min-width: 980px;
    padding-top: 30px;
}


ul { 
     list-style-position: inside;
    display: block;
    margin: auto;
}

li{

}

h3{
    padding:0;
    margin: 0;
}

h1, h2, h4, h5, h6, p {
	text-align: center;
	margin-top: 0;	 

}

a img { 
	border: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
    
}
a.deersign:link {
    color: #000;
    font-weight: bold;
}

a:visited {
	/* [disabled]color: #6E6C64; *//*	text-decoration: underline;*/
}

a:hover, a:active, a:focus {
	text-decoration: underline;
    border-radius: 5px;
    background: #FFFFFF;
    color: #00516d;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
    
}

.container {
    padding-bottom: 500px;
    position: static;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
	border-radius: 1em;
    width: 960px;
	background: #b1dcf7;
	margin: 0 auto; 
}

header {
	color: #FFFFFF ;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: #b1dcf7;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

.content {
	padding: 0px ;
	width: 600px;
	float: left;
}

aside {
	float: left;
	width: 180px;
	padding: 10px 0;
}

footer {
	margin-top: 475px;
    position:absolute;
    height:25px;
    width:960px;
   
   
	background: #EEEEEE;
	/*position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
	
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

.nav_center {
    border-radius: 5px;
    /*border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;*/
    /*box-shadow: 0 1px rgba(0, 0, 0, 0.5);*/
    text-align: center;
	position: relative;
	background-color: #00516d;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
	
    
}

.nav_items {
	font-family: 'Pacifico', cursive;
    font-size: 25px;
    color: #FFFFFF ;
    margin:15px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    
   
}
.logo {
    text-align: center;
    position: static;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 27%;
    
}
.menupunkt {
    color:#FFFFFF;
    background: #00516D;
    margin-left: 160px;
    max-width: 300px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
}
.seitenbild_links {
    padding-top: 50px;
    padding-left: 0px;
}
.seitenbild_rechts {
    padding-top: 60px;
}
