/* START: header styles */

#header .header-left
{
	width: 30em;
	background: #fff;
	float: left;
}

#header .header-right
{
	width: 18em;
	padding: 0.3125em 0 0 0;
	background: #fff;
	background: 0.625em solid #fff;
	float: left;
}

#header h1
{
	font-size: 1.5em;
	background: #fff;
}

#header div.search
{
	background: #fff;
	height: 1.5em;
}

#header div.generic-nav-wrapper
{
	background: #fff;
	padding: 0.5625em 0 0 0;
}

#header div.generic-nav ul
{
		
}

#header div.generic-nav a:hover 
{
	color: #CC6633;
	background-color:none;
}

#header p 	
{
	color: #999999;
	padding: 0.125em 0 0 2.1875em;
	font-size: 75%;
	
}

#header form
{
	float:right;
}

#header ul
{
	float:right;
	background:#fff;

}
	
#header li
{
	font-size: 0.75em;
	background: #fff;
	float: left;
	padding: 0 0.3125em 0 0;
}

		
/* END: header styles */

/* START: navigation styles */

#navigation li
{
	font-size: 0.75em;
	padding: 0;
	border-bottom: 0.0625em solid #CCC;
	background: none;
}

#navigation li li
{
	font-size: 0.875em;
	padding: 0 0 0 1.3125em;
}

#navigation li li a
{
	color: #808080;
}

#navigation a {
	display: block;
	padding: 0.3125em 0;
	width: 100%;
}

#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li a.current
 {
	background: #000000 url(../pics/arrow.gif) right 0.625em no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}

#navigation li li a:hover,
#navigation li li a.current
 {
	background: #000000 url(../pics/arrow_grau.gif) right 0.625em no-repeat;
	background-color: #F5F5F5;
	color: #808080;
}

/* END: navigation styles */


/* GENERAL MOJO AND MULA */


h1 
{
	font-weight: normal;
	font-size: 2em;
	color: #CC6633;
	background-color: #FFF;
}



h2 
{
	color: #666666;
	font-size: 1em;
	background-color: #FFF;
}

a 
{
	color:#CC6714;
	text-decoration: none;
}

a:hover 
{
	color:#CC6714;
	background-color: #F5F5F5;
}


form 
{
	font-size: 0.9em;
}

form label
{
	display: block;
}

form p
{
	border: none !important;
}

form p.form-introduction
{
	padding-top: 15px;
}

input,
textarea
{
	background-color: #FFF;
	color: #999999;
	border: 0.0625em solid #CCC;
	padding: 0.0625em;
}

input.button 
{
}

 

/* START: SMALL BOX BELOW NAVIGATION */

		#navigation p {
			margin-top: 2.5em;
			padding: 0.3125em;
			border-bottom: 0.0625em dotted #CCC;
			border-top: 0.0625em dotted #CCC;
		}
/* END: SMALL BOX BELOW NAVIGATION */

		
/* START: CONTENT */

		#content {

		
		}
		
		ul li
		{
			line-height:1.25em;
			background:url(../pics/listpoint.gif) no-repeat left 0.3125em;
			padding:0 0 0 1.5em;
		}
		
		#content p {
			padding-bottom: 0.9375em;
			/*padding-top: 0.9375em;*/
			border-bottom: 0.0625em solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#content h1 {
			font-size: 1.25em;
		}
		
		#content p.list 
		{
			padding-bottom: 0.9375em;
			padding-top: 0.9375em;
			border-bottom: none;
		}
		
		#content p.begin
		{
			padding-top: 0.9375em;
			border-top: 0.0625em solid #DDDDDD; /* A faint grey line over the text */
		}

						/* Überschrift des Links */
				#content p.linkheader  
		{
			font-size: 110%;
			color: #3a5ac0;  /* blue */
			padding-top: 0.9375em;
			border-bottom: 1px solid #3a5ac0; /* blue */
			padding-bottom: 0.0625em;
		}
		
						/* beschreibender Text des Links */
				#content p.linktext     
		{
			padding-top: 0.3125em;
			border-bottom: 0;
			padding-bottom: 0;
		}

						/* eigentliche Pfadangabe des Links (Adresse) unter dem beschreibenden Textes */
				#content p.url
		{
			font-size: 80%;
			color: #2b8c09;  /* green */
			border-top: 0;
			padding-top: 0;
			border-bottom: 0.0625em solid #DDDDDD; /* A faint grey line over the text */
			padding-bottom: 0;			
		}
		
				#content li
		{

			padding: 0 0 0 0.9375em;
			margin: 0 0 0 1.875em;	
		}


						/* das letzte <li> in einer <ul>. Damit der Abstand nach unten stimmt */
				#content li.last
		{

			padding-bottom: 0.9375em;
		}
		
/* END: CONTENT */
		

/* START: SIDEBAR */

		
					/* in die Sidebar kommt später mal die Werbung */
		#sidebar p {
			padding-bottom: 0.625em;
			border-bottom: 0.0625em solid #DDDDDD;
		}
		
/* END: SIDEBAR */

/* START: FOOTER */
		
#footer p 
{
	color:#89817f;
	padding: 0.3125em;
}

#footer p a 
{
	color: #89817f;
	border-bottom: 0.0625em dotted #89817f;
}

#footer p a:hover 
{
	color: #FFFFFF;
	background-color:#575352;
}

/* END: FOOTER */

/*START: linklist layout*/

div.linkcontainer
{
padding: 5px 0;
}

div.linkcontainer div.rate-wr
{
padding: 3px 0 0 0;
}

div.linkcontainer p.rate-text
{
line-height: 1.2em !important;
margin:0 4px 0 0 !important;
padding:0 !important;
float:left;
}

ol.linklist {
list-style: none;
margin: 10px 0 0 0;
padding:0;
}

ol.linklist li {
font-size: 1em;
background: none;
list-style-type: none;
padding: 12px 0;
border: solid #ddd;
border-width: 0 0 1px 0;
margin: 0 !important;
}

ol.linklist li a.linkurl
{
font-size: 0.9em;
display:block;
padding: 10px 5px 0 0;
text-decoration:underline;
color: #2255bb;
}

ol.linklist li a.linkurl:visited,
ol.linklist li p.description a:visited
{
color: #b6505f;
text-decoration: underline;
}

ol.linklist li img
{
display:inline;
margin-left:7px;
vertical-align:middle;
}

ol.linklist li p.description
{
padding: 2px 0 0 0;
}

ol.linklist li p.description a
{
color: #585858;
}

ol.linklist li p.description a:visited
{
color: #787878;
}

ol.sublist
{
margin-top: 0;
}

h2.linklist
{
margin-top:25px;
}

p.first
{
margin-top: 10px;
}

p.warning
{
color: #f00;
}

p.warning a
{
color: #f00;
text-decoration:underline;
}

p.warning strong
{
font-weight:normal;
}

p.categorie-introduction
{
line-height:1.4em;
}

p.introduction,
p.advice,
p.hint,
p.warning
{
font-size: 0.825em !important;
background:#EEF2E7;
padding: 5px;
margin-top: 5px;
}

p.introduction
{
line-height: 1.25em;
}

p.advice,
p.advice a
{
color:#181 !important;
}

p.warning,
p.warning a
{
color:#f00 !important;
}

p.advice a,
p.hint a,
p.warning a
{
text-decoration: underline;
}

p.first
{
margin-top: 0px;
}

ul.linklist li p.description
{
padding:3px 0 0 0;
}

p.restxt
{
	font-weight: bold;
	color: #555;
	font-size: 0.65em !important;
	display: none;
	padding: 0 !important;
}

/*END: linklist layout*/

/*START: stern bewertung styles */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../pics/star.gif) left -1000px repeat-x;
	padding:0;
	margin:0;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	background-position: left top;
	font-size:1em;
}
.star-rating li{
	display: inline;
	padding:0 !important;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.s1{
	width:20%;
	z-index:6;
}
.star-rating a.s2{
	width:40%;
	z-index:5;
}
.star-rating a.s3{
	width:60%;
	z-index:4;
}
.star-rating a.s4{
	width:80%;
	z-index:3;
}
.star-rating a.s5{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

p.response-msg
{
	background: #fff !important;
}

/*ENDE: stern bewertung styles */

/*START: sitemap styles */

div.sitemap
{
padding: 0 1em;	
}

ul.sitemap-tree
{
margin:0 !important;
}

ul.sitemap-tree li
{
margin:0 !important;
}

ul.sitemap-tree li ul {
padding:0 0 15px 0;
}

ul.sitemap-tree li ul ul {
padding:0 0 10px 0;
}

ul.sitemap-tree li ul ul ul {
padding:0 0 3px 0;
}

ul.sitemap-tree li
{
background:none;
}

ul.sitemap-tree li ul li {
font-size:0.9375em;
height:100%;
background:url(../pics/tree.gif) no-repeat 3px -238px;
}

ul.sitemap-tree li a{
color:#333 !important;
display:block;
text-decoration:none !important;
}

ul.sitemap-tree li a:hover {

}

ul.sitemap-tree ul.sitemap-tree li.last {
background:url(../pics/tree-small.gif) no-repeat 3px -5px; 
}

ul.sitemap-tree li li {
padding-top:2px;
padding-left:17px;
}

/* nach x Ebenen Schrift nicht mehr verkleinern */
ul.sitemap-tree li li li li {
font-size:1em;
padding-top:2px;
padding-left:17px;
}

ul.sitemap-tree li a.active {
display:block;
background:#dbdcdc;
}

/*END: sitemap styles */
