/* <![CDATA[ */	


/*  body und schrift deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  width:800px;
  margin:0px;
  margin-left: auto;
  margin-right: auto; 
  
}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #FFFFFF;
background-color:#870000;
padding:5px 15px;
margin:0px

}

h2 {
font-size:16px;
padding-top:10px;
padding-left:5px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}
	
h3 {
font-size:14px;
padding-top:10px;
padding-left:5px;
color: #564b47;
background-color: transparent;
}	
  
hr.c {	
border: none 0; 
border-top: 1px dashed #564b47;
width: 100%;
margin-bottom: 10px;
text-align: center;
height: 1px;

}  
a { 
color: #90897a;
background-color:transparent;
font-size: 16px;
text-decoration: underline;
font-weight: bold;
}
 
blockquote { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

/*  positioning-layers statisch und absolut */

#mainarea {
padding-left: 50px;
}
	
#inhalt {
border:1px solid #564b47; 
background-color:#fff;
min-height: 500px;
}

#smallvote{
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: none; 
}

#taginfo{
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: none; 
}

.small{
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: none; 
}

.small a{
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: underline; 
font-weight: normal;
}

.small a:hover{
background-color: #e1ddd9;
}

#navi .small{
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: none; 
}

#navi .small a{
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: underline; 
font-weight: normal;
}

#navi a:hover{
background-color: #e1ddd9;
}

#footer{
text-align: right;
color: #564b47;
font-size: 9px;
background-color:transparent;
text-decoration: none; 
}



#footer a{
color: #564b47;
font-size: 9px;
background-color:transparent;
}


#inhalt #navi {
border-left:1px dotted #000; 
border-bottom:1px dotted #000;
float:right;
width:250px;
background-color:#f4efea;
margin:0px 0px 20px 20px;
}

#navi a { 
color: #000000;
font-size: 14px;
background-color:transparent;
text-decoration: none; 
}

#navi a:hover{
background-color: #e1ddd9;
}


	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(/graphics/star_rating.gif) top left repeat-x;		
	}
	
	

	.star-rating li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/graphics/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
		background: url(/graphics/star_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
 /* ]]> */	
 -->
 
 .forms_field {
 	background: #e1ddd9;
 	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 	font-size: 10px;
 	border-color: Black;
 	border-style: rigid;
 	border-width: 1px;
 	color: #000000;
 	}
 	
 .forms_submit {
 	background: #e1ddd9;
 	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
 	font-size: 10px;
 	font-weight: bold;
 	border: 1px groove Black;
 	color: #000000;
	}
	

.pages {
    padding: 1em 1em 2em 1em;
    border-top: 1px solid #e1ddd9;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
    font-size:11px;    
}

.pages span.current {
    border: 1px solid #564b47;
    background: #e1ddd9;
    color: #564b47;
    font-size:11px;   
}

.pages a {
    border: 1px solid #564b47;
    text-decoration: none;
}

.pages a:hover {
    background-color: #fffaaa;
}

.adv {
    padding: 1em 1em 1em 1em;
    border: 1px solid #000000;
    background: #fffaaa;
    margin: 1em 0;
    clear: left;
    font-size: 11px;
    width: 85%;
}
	
