html {

width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
	width: 100%;
	background-color:#f4e8c5;
	background-image: url(bilder/star_line_back.jpg);
	background-repeat: repeat-x;
	background-position: 230px 0px;
}

#seite {
	width: 550px;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
	
}
#logo{
	width: 100%;
	text-align: center;
	margin-bottom: 85px; 
}

#bilder{	
	width: 100%;
	margin-bottom: 15px;
}
.bild{
	margin: 0px;
	padding: 0px;
	height: 135px;
	overflow: hidden;
}
#links,
#rechts{
	float: left;
	text-align: left;
	width: 272px;
}
#rechts{
	float: right;
}

#links p,#rechts p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
#links h1,
#rechts h1{	
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	background-image: url(bilder/stars_kl.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	text-indent: 12px;
}

a, a:visited{

color:#0914f6;
text-decoration:none;
}

a:active, a:hover{
color:black;
text-decoration:underline;
}

.menu_start{
text-decoration:none;
}

#sprache{
	text-align: center;
}