@charset "utf-8";
/**
* Stylesheet fuer Grimm Kuechen
* 
* Autor: Minh Phan
*
* GLOBALE EINSTELLUNGEN */

/* Zuruecksetzen der Innen- und Aussenabstaende */
* {	margin: 0; padding: 0; }

/* Schriftgroesse kontrollieren */
body, td, th { font: normal 12px/18px Arial, Verdana, sans-serif; }
td, th { font-size: 100%; }

/* Farben und Hintergruende setzen */
html, body { color: #161616; background-color: white; }

/** 
* Regeln fuer allgemeine Elemente 
*
* Ueberschriften */
h1 {
	color: inherit;
	background-color: white;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 10px;
	}
h2, h2.hidden1, h2.hidden2, h2.hidden3, h2.hidden4 {
	color: inherit;
	background-color: white;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 7px;	
	} 
h3 {	
	color: inherit;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;	
	margin: 0;
	}
p {
	line-height: 18px;
	margin: 6px 0;
	}
img {	
	border: 0;
	}
li {
	list-style-type: none; 
	}
li.ebene2 {
	padding-left: 8px;
	}			
/* Links im Allgemeinen (Fliesstext) */	
a:link, a:visited {
	color: #b60006;	
	text-decoration: none;
	}		
a:hover, a:focus, a:active {
	color: #b60006;
	text-decoration: underline;
	}	
a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:focus, a.pfeil:active {	
	background: transparent url(../images/link.png) no-repeat left 50%;
	padding-left: 10px;	
	}
a.uebersicht:link, a.uebersicht:visited, a.uebersicht:hover, a.uebersicht:focus, a.uebersicht:active {	
	background: transparent url(../images/link.png) no-repeat left 50%;
	padding: 0 0 0 10px;
	margin-left: 10px;
	}	
/* Header	*/
div#header {
	width: 800px;
	height: 232px;
	margin: 0;
	color: inherit;
	background: url(../images/bedarf/header_bg.png) left top no-repeat;
	}	
div#header_bilder {
	width: 760px;
	height: 212px;
	padding-top: 15px;
	margin-left: 20px;
	color: inherit;
	}	
/**	
* Content Formatierung 
*/	
div#content {
	width: 760px;
	margin: 0 20px 0 20px;
	}	
div.content_text {
	clear: left;
	margin-right: 248px;
	}	
/* rechtes Navigationsmenu */
div#menubox {
	width: 228px;	
	height: 247px;
	float: right;
	background: transparent url(../images/bedarf/box1_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}	
div#menubox-fr {
	width: 228px;	
	height: 267px;
	float: right;
	background: transparent url(../images/bedarf/box-fr_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}	
div#menubox2 {
	width: 228px;	
	height: 307px;
	float: right;
	background: transparent url(../images/bedarf/box2_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}
div#menubox2-fr {
	width: 228px;	
	height: 327px;
	float: right;
	background: transparent url(../images/bedarf/box2-fr_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}		
div#menubox3 {
	width: 228px;	
	height: 347px;
	float: right;
	background: transparent url(../images/bedarf/box3_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}	
div#menubox3-fr {
	width: 228px;	
	height: 387px;
	float: right;
	background: transparent url(../images/bedarf/box3-fr_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}		
div#menubox4 {
	width: 228px;	
	height: 127px;
	float: right;
	background: transparent url(../images/bedarf/box4_nav_right.png) top left no-repeat;
	padding: 0;
	margin: 0;
	}			
div#right_nav_head {
	width: 140px;
	height: 26px;
	float: left;
	padding-left: 15px;
	line-height: 24px;
	}	
#menu {
	margin: 0; 
	border-top: 0px;
	margin-top: 26px;
	padding: 20px;
	}	
#menu a {
	background: transparent url(../images/link.png) no-repeat left 50%;
	padding-left: 10px;
	}	
#menu li:hover {		
	background: url(../images/bedarf/nav_hover_bg.png) no-repeat; 
	font-weight: bold;
	}
#menu li {
	line-height: 19px; 
	border-bottom: 1px solid #d0d0d0;
	}	
/* Formatierungen fuer Formular */
.radio {
	margin: 2px 5px 0 11px;
	}	
input.ebene2 {
	margin: 2px 5px 0 27px;
	}	
.feld_klein {
	width: 50px;
	}		
.feld_breit {
	width: 200px;
	}	
.button {
	margin-top: 50px;
	}
/* Footer */
div#footer {
	clear: both;
	width: 760px;
	}
div#up {
	clear: both;
	float: right;
	margin: 20px 20px 0 0;
	}
span.footer {
	line-height: 32px;
	margin: 0;
	}		
div#copyright {
	clear: both;
	padding-top: 6px;
	margin: 0 20px 26px 20px;
	border-top: 1px solid #cccccc;	
	}
/* Bild bei Mouseover vergroessern */
a.info{ 
  position:relative; 
  z-index:1; 
  color:#000; 
  text-decoration:none;
	} 
a.info:hover{
	z-index:2;
	} 
a.info span.gerade, a.info span.abger, a.info span.facet, a.info span.stil{
	display: none;
	} 
a.info:hover span.gerade{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/form_1.jpg); 
  top:-400px;
	left:20px;
	width:300px;
	height:300px; 
  } 
a.info:hover span.abger{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/form_2.jpg); 
  top:-400px;
	left:20px;
	width:300px;
	height:300px; 
  } 
a.info:hover span.facet{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/form_3.jpg); 
  top:-400px;
	left:20px;
	width:300px;
	height:300px; 
  } 
a.info:hover span.stil{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/form_4.jpg); 
  top:-400px;
	left:20px;
	width:300px;
	height:300px; 
  } 
a.info:hover span.standard{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Kochfeld-Standard.jpg); 
  top:-300px;
	left:20px;
	width:250px;
	height:220px; 
  } 
a.info:hover span.induktion{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Kochfeld-Induktion.jpg); 
  top:-300px;
	left:20px;
	width:250px;
	height:220px; 
  } 
a.info:hover span.gas{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Kochfeld-Gas.jpg); 
  top:-300px;
	left:20px;
	width:250px;
	height:220px; 
  }  
a.info:hover span.klassik{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/DA-Klassik.jpg); 
  top:-230px;
	left:20px;
	width:220px;
	height:160px; 
  } 
a.info:hover span.design{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/DA-Design.jpg); 
  top:-230px;
	left:20px;
	width:220px;
	height:160px; 
  }    
a.info:hover span.unterbau{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/DA-Unterbau.jpg); 
  top:-230px;
	left:-25px;
	width:220px;
	height:160px; 
  }  
a.info:hover span.wand{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/DA-Wand.jpg); 
  top:-325px;
	left:20px;
	width:300px;
	height:250px; 
  }  
a.info:hover span.insel{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/DA-Insel.jpg); 
  top:-325px;
	left:20px;
	width:300px;
	height:250px; 
  }    
a.info:hover span.einbau{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Kuehlschrank-Einbau.jpg); 
  top:-450px;
	left:20px;
	width:300px;
	height:350px; 
  } 
a.info:hover span.freistehend{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Kuehlschrank-Freistehend.jpg); 
  top:-450px;
	left:20px;
	width:300px;
	height:350px; 
  }    
a.info:hover span.teilintegriert{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Geschirrspueler_teil.jpg); 
  top:-270px;
	left:90px;
	width:220px;
	height:220px; 
  }   
a.info:hover span.vollintegriert{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Geschirrspueler_voll.jpg); 
  top:-270px;
	left:90px;
	width:220px;
	height:220px; 
  } 
a.info:hover span.spuele1{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Spuele_1.jpg); 
  top:-195px;
	left:110px;
	width:244px;
	height:154px; 
  } 
a.info:hover span.spuele2{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Spuele_2.jpg); 
  top:-195px;
	left:110px;
	width:244px;
	height:154px; 
  }
a.info:hover span.spuele3{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Spuele_3.jpg); 
  top:-195px;
	left:110px;
	width:244px;
	height:154px; 
  }  
a.info:hover span.armaturen1{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Armaturen_1.jpg); 
  top:-210px;
	left:90px;
	width:160px;
	height:160px; 
  }  
a.info:hover span.armaturen2{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Armaturen_2.jpg); 
  top:-210px;
	left:90px;
	width:160px;
	height:160px; 
  }  
a.info:hover span.mikrowelle{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Mikrowelle.jpg); 
  top:-235px;
	left:110px;
	width:300px;
	height:200px; 
  }    
a.info:hover span.dampfgar{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Dampfgargeraet.jpg); 
  top:-240px;
	left:105px;
	width:300px;
	height:200px; 
  }    
a.info:hover span.kaffee{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Kaffeeautomat.jpg); 
  top:-240px;
	left:105px;
	width:300px;
	height:200px; 
  }      
a.info:hover span.wok{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Wok.jpg); 
  top:-240px;
	left:110px;
	width:300px;
	height:200px; 
  } 
a.info:hover span.abfallsystem{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Abfallsystem.jpg); 
  top:-240px;
	left:110px;
	width:300px;
	height:200px; 
  }        
a.info:hover span.ordnungssystem{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Ordnungssystem.jpg); 
  top:-240px;
	left:110px;
	width:300px;
	height:200px; 
  } 
a.info:hover span.lichtsystem{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Beleuchtung.jpg); 
  top:-240px;
	left:110px;
	width:300px;
	height:200px; 
  } 
a.info:hover span.nischensystem{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Nischensystem.jpg); 
  top:-240px;
	left:110px;
	width:300px;
	height:200px; 
  } 
a.info:hover span.sicherheit{ 
	display:block; 
	position:absolute; 
	background-image: url(../images/bedarf/Sicherheit.jpg); 
  top:-240px;
	left:110px;
	width:300px;
	height:200px; 
  }        
a.no:link, a.no:visited, a.no:hover, a.no:focus, a.no:active {
	text-decoration: none;	
	}  		
table.form {
	margin-top: 5px;
	}	
table.form td{	
	text-align: center;
	}
table.kochfeld {
	margin-top: 5px;
	}	
td.head {
	padding-top: 10px;
	}	
p#ja {
	margin-top:10px; 
	display:none;
	}	
.hidden1, .hidden3 { 
	display:none;
	}
.hidden2, .hidden4	{ 
	display: inline;
	}
div#kochen {
	float: left;
	width: 518px;
	margin: 10px 242px 0 0;	
	}
.farbwahl {
	display:none;
	margin-top:5px;
	margin-left:15px;
	}
/* Email Formular */
.form_pflicht {
	font-weight: bold;
	color: #b60006;
	}	
.feld_breit {
	width: 240px;
	margin-right: 10px;
	}
p.error {
	color: red;
	background: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
p.print {
	display: none;
	}
#PLZ {
	width: 40px;
	margin-right: 10px;
	}	
#ort {
	width: 180px;
	margin-right: 10px;
	}
