<!--
html {
    height:100%;
}
body {
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../pics/bg.gif);
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
a{
	color: #110e63;
	text-decoration: none;
}

/*a:link{
	color: #110e63;
	text-decoration: none;
}*/

a:visited{
	color: #110e63;
	text-decoration: none;
}

a:hover{
	color: #FC3;
	background-color: #900;	
	text-decoration: none;
}

#sectionLinks ul {
    display: block;
    list-style-type: block;	
	list-style: none;
}
#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #900;
	color: #FC3;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FC3;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.ausgewaehlt {
	color: #FC3;	
	background-color: #900;	
	text-decoration: none;
	padding: 2px 0px 2px 10px;	
}

#aktuellHL {
  color: #900;
  font-weight: bolder;
}

#footnavbar {
	bottom: 0px; 
	vertical-align: bottom; 
	width: 471px; 
	background-color: #FFF; 
	margin: 10px 0px 0px 174px;
}

#footnavbar  a {
	line-height: 25px;    
}

#spacer{
     width:471px;
	 background-color: #900; 
	 height: 1px;
	 border-bottom: #900;
}
.slogan_rot {
	font-size: 11px;
	color: #900;
}
.slogan_sw {
	font-size: 11px;
	color: #666;
}
h1 .tex {
position: relative;/*fuer IE*/
display: block;
z-index: 500;
}
.submit {
	width: 98%; 
	color: #009; 
	background-color: #FC3; 
	border: 1px solid #900;
}
.editfeld {margin-top:0px;margin-bottom:0px;}
.input, .input1 {
	color: #000;
	margin: 0 0 5px 0;
	background-color: #FC3;
	border: 1px solid #900;
	width: 98%;
}

.input1 {
	background-color: #FFC;
}
#admin ul li {
	list-style: none; 
	margin-left: 25px; 
	padding: 0;
}
.Stil1 {color: #FFCC00}
.Stil3 {
	color: #990000;
	font-weight: bold;
}
.Stil5 {color: #FFCC00; font-weight: bold; }
-->