*{
	margin:0px;
	padding:0px;
	}

body{
	color:#4c6096;
	background-color:#dad8d1;
	font-family: Helvetica, Veranda, sans-serif;
	font-size:105%;
	line-height:1.5;
	height:100%;
	}
	
#wrapper{
	position:relative;
	background-color: #fffdea;
	width: 60%;
	margin-top: 15px;	/*Aussenabstand oben; links und rechts automatisch angepasst*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	min-width:950px;
	max-width:1100px;
	border: 2px solid #ff9d5f;
	min-height:100%;
	position:relative;
}

#kopfzeile{
	height:240px; 
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#ff9d5f;
	background-color: #fff6d9;
	position:relative;
}

#logo{
	height:210px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(Hintergrund4.png);
	background-repeat: no-repeat;
}
	
#logo h1 {
	position: relative;
	font-size: 200%;
	letter-spacing:1px;		/*Abstand der Buchstaben von einander*/
	margin-left:7%;
	margin-top: 6%;
	float: left;
	
}
#logo h2 {
	position: relative;
	font-size: 150%;
	letter-spacing:1px;		/*Abstand der Buchstaben von einander*/
	margin-left:7%;
	text-align:center;
	float: left;
}

#logo img{
	border: none;
	margin-right: 10px;
	margin-top: 40px;
	margin-right: 7%;
	margin-left:30px;
	position: absolute;
	}
	
#kurzmenu {
	margin-left:60%;
	background-color:#fff6d9;
}

#kurzmenu a{
	text-decoration:none;
	background-color:#dad8d1;
	padding-top: 4px;
	padding-right:10px;
	padding-bottom:4px;
	padding-left:10px;
	border: 2px solid #ff9d5f;
	/*font-weight:bold;*/
	font-size:15px;
	margin:0px;
}

#kurzmenu ul{
	margin-bottom:0px;
	margin-top:5px;
}
#kurzmenu li{
	display:inline;
	margin:0px;
}

#kontakt #navikontakt a,
#login #navilogin a,
#impressum #naviimpressum a{
	background-color:#fffdea;
	border-bottom-color: #fffdea;
	border-bottom-width:3px;
	font-style:italic;
	}

#kurzmenu a:link{
	color:#4c6096;	
}

#kurzmenu a:visited{
	color:#4c6096;
}

#kurzmenu a:hover {
	background-color:#cac9d8;
}

#kurzmenu a:active {
	background-color:#cac9d8;
	}
	
#textbereich {
	margin-left:250px;
	margin-right: 250px;
	width: 400px;
	background-color:#fffdea;
	font-size:100%;
	padding-bottom:5%;
	padding-left:20px;
	padding-right:20px;
	padding-top:5%;
}

#textbereich h1{
	margin-bottom: 3%;
}

#textbereich h2{
	margin-bottom: 2%;
}


#navigation {
	position:absolute;
	margin-top:60px;
	margin-left: 45px;
	color:#4c6096;
}

#navigation a{
	text-decoration:none;
	display: block;
	margin:1px 0px;
	padding: 1px 0 2px 5px;
	border-top: 1px solid #4c6096;
	color:#4c6096;
}

#navigation ul li{
	list-style-type:none;
}

#navigation a:link{
	color:#4c6096;	
}

#navigation a:visited{
	color:#4c6096;
}

#navigation a:hover {
	color:#323D62;
}

#navigation a:active {
	color:#323D62;
	}

#news {
	width: 200px;
	position:absolute;
	top:300px;
	right:40px;
	text-align:center;
}

#news p {
	border: 1px solid #4c6096;
	padding: 7px 7px 2px 7px;
	background-color:#dad8d1;
}

#news a {
	color:#4c6096;
}

#news a:link{
	color:#4c6096;	
}

#news a:visited{
	color:#4c6096;
}

#news a:hover {
	color:#323D62;
}

#news a:active {
	color:#323D62;
	}
	
#news img {
	border:none;
	padding:5px;
	width:90%;
	height:auto;
}


#fusszeile{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	margin-bottom:2%;
}
