/** Style für Firefox und Chrome **/

body {
	background-color: #FFF;
	color:Black;
	text-align: center; /* IE5.x workaround */
	font-size: 1em;
	margin: 0px;
	background: url(simon_logo_980.png) no-repeat top center;
}
body ,p,h1,h2,h3,ul,li{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ##################################################################*/
#rahmen{
	position: relative;
	width: 988px;
	margin-right: auto; /* Firefox Opera */
	margin-left: auto; /* Firefox Opera */
	top: 180px;
}

#lang {
	position: absolute;
	height: 22px;
	width: 188px;
	top: -60px; 
	border-bottom: thin	solid #FFF;
}
#lang input, select, option{
	background-color: #B50046;
	color: #FFF;
	width: 187px;
	font-size: 11pt;
	font-weight: bold;
	border: 0.5px solid #B50046;
	border-bottom: thin	solid #FFF;
	padding: 0 0 1px 15px;
}
/* Navigation  quer für die Ordner */
#navi-quer{
	clear: right;
	position: absolute;
	top: -75px; 
	width: 800px; 
	margin: 0px 0px 0 198px;
}
#navi-quer ul{
	list-style: none;
	padding: 0px;
}
#navi-quer li{
	width: 156px;
   border-left: 1px solid #FFEFD5;	
	border-bottom: 1px solid #FFEFD5;	
	float: left;
	text-align: center;
}
#navi-quer li a, #navi-quer li a:link{
	display:block;
	padding: 5px 5px 5px 5px;	
	height:1em;  /*für IE damit nicht nur link sondern ganze Box sensitiv ist - beser als width, da sonst neue Probleme*/ 
	margin: 0.1px;  /*für IE */

	background-color: #136DAC;
	text-decoration: none;	
	color: #FFFACD;
	font-size: 12px;
	font-weight: bold;
}
html>body #navi-quer a:link, #navi-quer a:visited {
 height:auto;}/* Die Angabe html>body (die der IE nicht versteht) dient nur dazu, 
 					diese Regel für den IE „unsichtbar“ zu machen (mit dem Höhenwert auto funktioniert nämlich unser Trick nicht).*/

 
#navi-quer li a.act , #navi-quer li a:hover{
	background-color: #B50046;
	font-weight: bold;
	color: #FFE5EF;
}

/* #########################*/
#content{
	clear: rigth;
	text-align: left;
	/* width: 100%; keine Angabe sonst Fehler */
	top: 180px;
	margin: 0 0 0 189px;
	padding: 0px 8px 20px 10px;
}

#navi{
	clear: left;
	float: left;
	position: relative;
	width: 187px;
	height: 100%;
	background-color: #136DAC;
	margin: 0px;
	top: -33px;
	left: 0px;
}
#navi ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navi li{
	border-bottom: 1px solid #FFEFD5;	
}
/*#navi-left li a, #navi-left li a:link, #navi-left li a:visited{*/
#navi li a, #navi li a:link{
	display:block;
	padding: 5px 10px 5px 10px;	
	height:1em;  /*für IE damit nicht nur link sondern ganze Box sensitiv ist - beser als width, da sonst neue Probleme*/ 
	margin: 0.1px;  /*für IE */

	background-color: #136DAC;
	text-decoration: none;	
	color: #FFFACD;
	font-size: 12px;
	font-weight: bold;
}
#action{
		display:block;
	padding: 5px 10px 5px 21px;	
	height:1em;  /*für IE damit nicht nur link sondern ganze Box sensitiv ist - beser als width, da sonst neue Probleme*/ 
	margin: 0.1px;  /*für IE */

	background-color: #094685;
	text-decoration: none;	
	color: #FFFACD;
	font-size: 12px;
	font-weight: bold;
}
html>body #navi a:link, #navi a:visited #action{
 height:auto;}/* Die Angabe html>body (die der IE nicht versteht) dient nur dazu, diese Regel für den IE „unsichtbar“ zu machen (mit dem Höhenwert auto funktioniert nämlich unser Trick nicht).*/

 
#navi li a.act , #navi li a:hover{
	background-color: #B50046;
	font-weight: bold;
	color: #FFE5EF;
}


h1{
	font-size: 1em;
	padding: 4px;
	color: #B50046;
	/*background-color: #094685;*/
	border-bottom: 1px solid #666666;
	padding-top: 0px;
}
h2{
	font-size: 1em;
	padding: 4px;
	color: #094685;
	border-bottom: 1px solid #666666;
	padding-top: 0px;
}
.input_Titel{
	font-size: 1em;
	font-weight: bold;
	color: #094685;
	border: 0px;
	border-bottom: 1px solid #666666;
	margin-bottom: 8px;
}
.radius {
border: 3px solid #094685;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.kommentar{
	color: #000199;
	font-size: 0.85em;
	padding: 0 5px 0 5px;
}
#fusszeile{
	clear: both;
	text-align: right;
	width: 988px;
	margin-right: auto; /* Firefox Opera */
	margin-left: auto; /* Firefox Opera */
	background-color: #094685;
	padding: 5px 20px 5px 0px;
	font-size: 80%;
	color: #ffffff;
	border-bottom: 20px solid #6766FF;
}
#fusszeile a{

	
	/*background-color: #FFD700;*/
	/*border-left: 1px solid #009933;*/
	padding: 0px;
	font-size: 90%;
	color: #ffffff;	
}