#main
{
	background-image:url(images/back.jpg);
	/*background-color:#00FF33*/
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:100%;
	font-size: 12px;
	line-height: 20px;
	font-family: verdana, helvetica, tahoma ,arial, sans-serif;
}

#navigationhead
{
	background-color:#9ACD32;
	background-repeat:no-repeat;
	width:750px;
	height:60px;
	left:50%;
  	margin-left:-375px;
	top: 190px;
	position:absolute;
	border:solid;
	z-index:100;
	
	border-left-width:2px;
	border-left-color:#333333;
	border-right-width:2px;
	border-right-color:#333333;	
	border-top-width:2px;
	border-left-color:#333333;
	border-bottom-width:2px;
	border-left-color:#333333;
}

#inhalt
{
	/*background-image:url(images/inhalt.jpg);*/	
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:710px;
	height:auto;	
	min-height:400px;	
  	/*left:50%;
  	margin-left:-365px;*/
	/*top: 250px;
	position:absolute;*/
	text-align:left;
	
}

#inhaltbox
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:754px;
	height:auto;	
  	left:50%;
  	margin-left:-375px;
	top: 250px;
	position:absolute;
	padding-bottom:50px;
}

#border
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:750px;
	height:auto;	
	border:solid;
	
	border-left-width:2px;
	border-left-color:#333333;
	border-right-width:2px;
	border-right-color:#333333;	
	border-top-width:0px;
	border-left-color:#333333;
	border-bottom-width:2px;
	border-left-color:#333333;
}


#foot
{
	background-image:url(images/foot.jpg);
	/*background-color:#000000;*/
	background-repeat:no-repeat;
	width:1100px;
	height:400px;
	position:absolute;
	left:50%;
  	margin-left:-550px;
	top:300px;
}


h2{  font-family: verdana, georgia,trebuchet ms,tahoma,arial, helvetica, sans-serif;
color:#3F3F3F;
margin-bottom:10px;letter-spacing:2px;font-size: 21px;
border-bottom:dashed 0px #000;
padding-bottom:4px;font-style:italic;
}


.img_spalte {float:left;
background-color:#B2B2B2;
padding:2px;
border:solid 8px #EEEEEE;
margin-left:0px;margin-top:0px;margin-bottom:0px;margin-right:0px;
color:#fff;
text-align:center;
font-size:0px;

}

a:link, a:visited, a:active
{ 
	font-size: 14px;
	line-height: 20px;
	font-family: verdana, trebuchet ms,tahoma,arial, helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	background-color:#E5E5E5;
	color:#000;
	text-decoration:none;
}

table 
{
	font-size:14px;
}

table b
{
	color:#000000;
}

b
{
	color:#990099;	
}

#Navigation a, #Navigation a:visited
{
/*display: block;*/
color:#000000;
text-transform:capitalize;
font-variant:normal;
text-decoration:none ;
font-family:georgia,trebuchet ms,verdana, sans-serif; 
font-size: 16px;
/*padding-left: 10px;
padding-right: 10px; 
padding-bottom: 0px; 
padding-top:0px;
margin-left: 0px;
margin-right: 0px;
border-left:solid 0px #AAAAAA;
height:58px;
line-height:58px;
text-align:center;*/
}

/*#Navigation a:hover {
text-decoration:none ;
}*/


ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
	margin-left:5em;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-top: 1.4em;
	padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    padding-top:2.7em;
	top: 1.6em; 
	left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  
  #Navigation li:hover ul {
    display: block;  
  }
  
  ul#Navigation li ul li {
    float: none;
    display: block;		
	margin-top:-0.6em;	
    margin-bottom: 0.4em;
	
	/*margin-left:-1.2em;*/
	width:150px;
	left:50%;
  	margin-left:-75px;	
	
	border:solid 2px #000000;
	background-color:#9ACD32;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /*width: 4.4em;*/  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    /*border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: white;*/
  }
  * html ul#Navigation a, * html ul#Navigation span {
    /*width: 6.6em;*/   /* Breite nach altem MS-Boxmodell für IE 5.x */
    /*w\idth: 4.4em;*/  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    /*border-color: white;
    border-left-color: black; border-top-color: black;*/
    color: black; background-color: #fefefe;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: black; background-color: white;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: white;
  }
  
  
  
 
ol li a:hover
{
	background-color:transparent;
	color:;
}
  /* First we style the ordered list */
ol.rating {
	list-style-type:none;
	font-size:16px;
	margin:0.5em;
	padding:0;
	width:6.3em;
	padding-botom:1.2em;
}
/* generic styles for all rating objects - Defaults to a star*/
ol.rating li {
	float:left;
	height:1em;
	margin:0.1em;
	overflow:hidden;
	background-image:url(images/FFrstar.png);
}
/* Create the hover styles */
ol.rating:hover li {
	background-position:50% -16px;	
}
/* style the link to move the text out of the way */
ol li a {
	display:block;
	width:1em;
	height:1em;
	padding-top:1.2em;
	text-decoration:none;
}
/* Style the hover states to move the rest of the images to the greyed out state */
ol.rating li:hover + li, ol.rating li:hover + li + li, ol.rating li:hover + li + li + li , ol.rating li:hover + li + li +li +li{
	background-position:50% -32px;	
}
/* Style the items in ratings with preset values */
ol.one li, ol.two li, ol.two li , ol.three li, ol.four li, ol.five li {
	background-position:50% -16px;
}
/* and remove the rating styling from the rest of the items */
ol.one li + li, ol.two li + li + li, ol.three li + li + li + li, ol.four li + li + li + li + li {
	background-position:50% 0;
}



.abstimmung { 
        position: relative; /* IE is dumb */
        width: 300px; 
        border: 1px solid #B1D632; 
        padding: 2px; 
    }
    .abstimmung .bar { 
        display: block;
        position: relative;
        background: #B1D632; 
        text-align: center; 
        color: #333; 
        height: 1em; 
        line-height: 2em;            
    }
    .abstimmung .bar span { position: absolute; left: 1em; }
	.abstimmungText {position: relative; top:-7px; text-align:left;}