  /**********/
 /* Layout */
/**********/
* {
	margin: 0px;
	padding: 0px;
	color:#000040;
  	font-family:Tahoma;
  	font-size:12px;
}
	
html {
   	min-height: 100%;
   	margin-bottom: 1px;
   }

body {
	background-color: #8080FF;
}
	
a:link,  a:visited, a:active, a:focus {
 	font-weight: bold; 
 	color: #000040; 
 	text-decoration: none;
 	-moz-outline-width: 0;
 }
 	
a:hover { 
 	color:#FF0000; 
 } 
 	
h4 {
	margin: 8px 0px 8px 0px;
	font-size: 1.1em;
}
	
.head {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 160px;
	width: 780px;
}
	
.navi {
	margin: 0 auto;
	margin-bottom: 5px;
	height: 20px;
	width: 780px;
	background-color: #FFFFFF;
}

a.rot:link {
  color:            #F00;
}

a.rot:visited {
  color:            #F00;
}

a.rot:hover {
  color:            #F00;
}

a.rot:active {
  color:            #F00;

}
.flag {
	margin-left: 703px;
	padding-top: 3px;
}
	
.flag img {
	border: none;
}
	
.content {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 780px;
	background-color: #FFFFFF;
}
	
.spacer {
	clear: both;
	width: 780px;
	height: 10px;
}
	
.footer {
	clear: both;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 4px;
	height: 20px;
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
}
	
.partner {
	clear: both;
	margin: 0 auto;
	height: 32px;
	padding: 4px 0 4px 0;
	width: 780px;
	background-color: #CCC;
}
	
.partner_l {
	float: left;
	width: 180px;
	height: 32px;
	padding: 0 0 0 10px;
}
	
.partner_r {
	float: right;
	width: 580px;
	height: 32px;
	padding: 0 10px 0 0;
}
	
.partner_r .img {
	float: left;
	margin-right: 10px;
}
	
.partner_r .text {
	float: left;
}

  /**************/
 /* Navigation */
/**************/
.navi ul {
	list-style-type: none;
}
	
.navi li {
	margin-left: 11px;
	padding-top: 3px;
	float: left;
	position: relative;
}

  /****************/
 /* Seitendesign */
/****************/	

.shoplink {
	color: #f00;
}

.index, .service, .faq, .kontakt, .senden, .impressum {
	padding: 20px 20px 20px 180px;
	line-height: 1.5;
}

  /**************************/
 /* Seitendesign - Kontakt */
/**************************/
.kontakt .eingaben {
	width: 500px;
	position: relative;
	height: 23px;
	line-height: 23px;
	margin-bottom: 5px;
}	
.kontakt .text {
	width: 500px;
	position: relative;
	margin-bottom: 5px;
	height: 150px;
}
.kontakt .eingaben .beschreibung {
	width: 150px;
	position: absolute;
	left: 0;
	top: 0;
}
.kontakt .eingaben .eingabefeld {
	width: 350px;
	position: absolute;
	left: 150px;
	top: 2px;
}
	
.text {
	padding-bottom: 20px;
}

.text_u {
	clear: both;
	padding: 20px 0 20px 0;
}

.rahmen {	
	border: 1px solid #8080FF;
	width:300px;
	height:17px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}
        
.nachricht {	
	border: 1px solid #8080FF;
	width:300px;
	height:50px;
	font-family: Tahoma;
	font-size: 11px;
}
               
.button {	
	border: 1px solid #8080FF;
	width:auto;
	height:17px;
	font-family: Tahoma;
	font-size: 11px;
}
        
.impressum_links, .impressum_rechts {
	float: left;
	width: 270px;
}
	
.impressum_links {
	margin-right: 40px;
}
	
.impressum_unten {
	clear: both;
	width: 580px;
	padding-top: 30px;
}
	
.faq_fragen {
	list-style-type:decimal;
}

.faq_fragen li {
	margin-bottom: 5px;
}
	
.faq .code_partnerbild {
	width: 570px;
	background: #CCC;
	margin-bottom: 10px;
}

.faq .code_partnertext {
	width: 570px;
	background: #CCC;
}