html {
	/* Es soll staendig eine Scrollbar angezeigt werden (verhindert "springen"*/
	/* der Seite bei mehr als einer Bildschirmseite Content)*/
	overflow-y: scroll;	
}

ul {
	margin-top: 0;
	padding-top: 0;
}

body {
	margin: auto;
	margin-top: 50px;
	background-color: #fff;
	color: #7a7a7a;
	font-family: Verdana, Arial, Kabel bk;
	font-size: 1em;
	width: 927px;
	line-height: 1.3em;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1em;
}

#h1, #h2 { 
	background-color:#bacf32; 
	height:97px; 
	margin-bottom: 3px;
}
#h1star, #h2star { 
	background:url(../images/layout/stern_oben.gif) top left no-repeat; 
	width:190px;  
	height:97px; 
	margin-left: 138px;
	float: left;
}
#headline {
	width: 430px; 
	padding-top: 74px;
	font-size: 1.35em;
	color:#fff; 
	float: left;
	border-right: 3px solid white;
}
#h1logo { 
	background:url(../images/layout/logo_oben.gif) top left no-repeat; 
	width:163px; 
	height:97px; 
	float: left;
}
#h2 { 
	height:19px; 
}
#h2star { 
	background-color:#bacf32; 
	background:url(../images/layout/stern_mitte.gif) top left no-repeat; 
	height:19px; 
}
#h2spacer {
	width: 430px;
	border-right: 3px solid white;
	height: 19px;
	float: left;
}
#h2logo { 
	background: url(../images/layout/logo_unten.gif) top left no-repeat; 
	background-color: #7a7a7a; 
	width:166px; 
	height:19px; 
	float: left;
}

#h3 {
	clear: both;	
	height: 12px;
	margin-bottom: 30px;
}

#h3left {
	background-color: #bacf32;
	height: 12px;
	width: 764px;
	border-right: 3px solid white;
	float: left;
} 

#h3right {
	background-color: #bacf32;
	height: 12px;
}

#leftside {
	width: 328px;
	float: left;
}

#language-switch {
	font-size: 0.9em;
  position: absolute;
  left: 1;
  top: 1;	
}

#starbottom { 
	background-color:#bacf32; background:url(../images/layout/stern_unten.gif) top left no-repeat; 
	width:170px; height:78px;
	margin-left: 138px;
}
#title { 
	width:250px; 
	height:45px; 
	text-align:right; 
	font-size: 1.8em; 
	color:#bacf32; 
}
#maincontent { 
	width:410px; 
	float: left;
	font-size: 0.85em;
	padding: 37px 20px 35px 0;
	border-right: 3px solid white;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
#navi { 
	width:136px; 
	padding: 37px 10px 35px 20px;
	float: left;
}
#navi a { 
	text-decoration:none; 
	color:#7a7a7a; 
	display: block;
}
#navi a:hover { 
	color:#bacf32; 
}
a, #navi a.active { text-decoration:none; color:#bacf32; 
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

.code {
	font-family: Courier;
}
.h { display: none; }
