/*     Allgemeine Formatierungen
*************************************/

body {   
  background: #F9F9F9 url(images/body_bg.gif) repeat-x;	
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  padding: 0;
  margin: 0;   
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, legend {  
  margin: 0;
  padding: 0;
}
ul {
list-style: none;
}
a {
	text-decoration: underline;
}
a img {
	border: 0;
}
fieldset {
  border: 0;
  border-style: solid; /* fuer opera 7 */
}
input, textarea, select { font-size: 100%;}

.unsichtbar{
	display: none;
}






/*     Seitenformatierung
*************************************/

#page{
	background-color: #fff;	
	margin: 0px auto 0px auto;
	width: 714px;	
}




#head{	
	height: 101px;
	width: 714px;		
}





/*     Logo Formatierungen
*************************************/

#logo{
	float: left;
	margin: 0px 10px 0px 0px;	
}





/*   Navigation Servicemenü Oben
*************************************/
#navservice{	
	float: right;
	margin-top: 5px;
}
#navservice li{
	float:left;			
}
#navservice a{
	color: Black;
	text-decoration: none;	
	background-color: #fff;		
}
#navservice a:hover{
	background-color: #F2F2F2;
}




/*     Emotionsbild Formatierungen
*************************************/

#emotionimage{			
	display: block;
}


/*    Navigation Hauptnavigation
*************************************/


.pagenav h2{
	display: none;
}

.pagenav ul{	
	background-color: #E50003;		
	display: block;
	float: left;
	height: 19px;
	margin: 0;
	padding: 0;	
	width: 714px;	
}
.pagenav li{	
	display: block;	
	float: left;	
	height: 19px;	
}
.pagenav a{
	color: #f8bfc0;		
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	margin: 0px 0px 0px 15px;
	text-decoration: none;	
}
.pagenav a:hover{
	color: #fff;
}
.pagenav  .current_page_item a{
	color: #fff;
}



/*     Inhalts-Kontainer 
*************************************/


#contentbox{					
	background: #fff url(images/shadow_line.gif) 450px 0px repeat-y;		
	float: left;	
	width: 714px;
		
}

/*     Hauptinhalt links
*************************************/


#contentmain{	
	float: left;	
	padding: 30px;		
	width: 450px;	/* IE 5.5 */	
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 390px;	/* 450 - 30 -30 */	
}
#contentmain h1{
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 20px 0px;	
}
#contentmain h2{
	color: #E50003;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 0px 10px 0px;	
}
#contentmain p{
	line-height: 18px;
	margin-bottom: 10px;
}
#contentmain ul{
	padding: 0px 0px 0px 20px;
	text-indent: 0px;
	list-style: disc;	
	line-height: 20px;	
}





/*     Extrainhalt rechts
*************************************/

#contentextra{	
	background: transparent url(images/color_line.gif) 0px 0px no-repeat;		
	float: left;
	padding:0px 30px 0px 30px;
	width: 264px; /* IE 5.5 */	
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 204px; /* 264 - 30 - 30 */
}

#contentextra h1{
	color: #E50003;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;	
}
#contentextra p{
	line-height: 18px;
}


/* 		  Designelemente 
*************************************/

#__designborder{
	/*background: Gray url(images/designborder_bg.gif) 0px 101px no-repeat;*/
	height: 100%;
	left: 0px;	
	position: fixed;	
	top: 0px;
	width: 38px;	
	background-color: #D9D9D9;
	
}
#logoring{
	position: absolute;		
	margin: 7px 0px 0px 7px;	
	z-index: 1000;	
}

.unsichtbar{
	display: none;
}

.stopfloat{
	clear: both;		
}

/*  				Newsletter
****************************************/

#newsletter{
	margin-top: 65px;
	background-color: transparent;	
}
#newsletter h1{
	height: 50px;	
	padding-top: 15px;	
	background: transparent url(images/brief.gif) 80px 0px no-repeat;			
}
#newsletter li{
	background: transparent url(images/checkbox.gif) 0px 0px no-repeat;	
	padding: 5px 0px 0px 20px;	
	margin: 5px 0px 0px 0px;
}
#newsletter #email{
	width: 195px;
	height: 15px;
	margin: 10px 0px 10px 0px;
}
