body{
	background: url(../bilder/SEK_Traum_klein.gif);
	overflow-y: scroll;
	font-family: "Helvetica Neue";
	font-style: inherit;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(255,255,255,0.8);
	background-repeat: inherit;
	background-size: cover;
}
	
.seite {
	margin-top:40px;
	text-align:center;
}
#menue {
	margin-top: 8px;
	border-top: 2px solid;
	border-top-color: "Hiragino Kaku Gothic Std", Helvetica Neue;
	height: 40
px;
}
#menue a{
	color: #333;
}
#menue a:hover {
	color: #FFF;
}
.inhalt {
	width:850px;
	margin: 0 auto;
	text-align:inherit;
}
.bild {
	text-align:left;
	width:200px;
	
	
}
.fuss {
	height:60px;

}
	
h1 {
	font-size: 20px;
}

ul#navi{
	margin-left:-70px;
	font-size: 130%;
	list-style: none;
	color: white;
	

}

ul#navi li {
	display: inline;
	list-style: none;
	color: #FFF;
	background-color: #FF6;
	margin-right: 10px;
	padding: 0 3px 3px 0;
	font-style: normal;
}
ul#navi li:hover{
	background-color: #C03;
}
#last {
		margin-right:10px;
	
	}
	
a{
	text-decoration: none;
	color: #FF9;
	font-weight: normal;
}
a.m {
	text-decoration: none;
	font-size: 80%;
	margin-left: 10px;
	font-weight: bold;
	font-family: "Helvetica Neue"
}

img {
	border: 2px solid white

}	

ul#navi li.aktiv {
	background-color: #FFF;
}
ul#navi li.aktiv:hover {
	background-color : #333333;
}

.titel {
	
	margin-top:20px;

}


#obertitel {
	font-family: "Avenir Heavy Oblique";
	font-size: 420%;
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
	margin-right: 20px;
	margin-left: 85px
}
#obertitel:hover {
	font-family: "Avenir Heavy Oblique";
	font-size: 420%;
	color: #333;
	text-shadow: 0 0 10px rgba(333,333,333,0.3);
	margin-right: 20px;
}


.copyright {
	text-align:right;
	font-size:80%;
	width:850px
}
