/*  =========================================================
Stylesheet für den Konfigurator
Stand: Version 0.1
Datei: konfigurator.css
Datum: 10 Februar 2010
========================================================== */


/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */
   
/* Kalibrierung der wichtigsten Abstände */	
* { padding: 0; margin: 0;}
h2, h3, p, ul, ol { margin-bottom: 1em;}
ul ul { margin-bottom: 0;}
li { margin-left: 1em;}

/* Allgemeine Selektoren */
body {
	color: #333333; 
	background-color: #000000;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
} 

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #003264;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding: 4px 0;
	margin-bottom: 0px;
}

.divError{
	width: 200px;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
}

#errMess1{
	position: absolute;
	top: 200px;
	left: 50px;
}

/* Hyperlinks */
a { text-decoration: none; outline: none;}
a:link,
#submit {	color: #FFFFFF;}
a:visited {	color: #FFFFFF;}

a:active {	color: Black;}

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	height: 610px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -305px; 
	/*border: 1px solid #8c8c8c;*/
}

#logo a{
	position: absolute;
	top: 20px;
	left: 10px;
	height: 65px;
	width: 320px;
}

#schritt {
	font-size: 12px;
	color: #FFFFFF;
	width:74px;
	height:70px;
	position:absolute;
	top:79px;
	left:356px;
}

/* 
* Tabelleninhalt 
*/
#textbereich {
	height: 245px;
	width: 300px;
	position: absolute;
	top: 95px;
	padding: 0 5px 0 40px;
}

#inhalt {
	padding: 5px 0;
}

#TableContent{
	color: #333333;
}

#TableContent td{
	padding: 2px 0 2px 0;
}

.zusatz{
	display: none;
}

.dimension{
	color: #666666;
}

#lieferungInfo{
	color: #003264;
	position: absolute;
	top: 210px;
	left:40px;		
}

#aufbauInfo{
	color: #003264;
	position: absolute;
	top: 225px;
	left:40px;		
}	

#tableKontakt tr{
	padding: 2px 0px 2px 0; 
	height: 18px;
}	

#tableKontakt td{
	padding: 0 15px 0 0;	
}	

#submenue {
	position: absolute;	
	top: 340px;
	left: 35px;
}

#submenue li{
	display:inline;
	background: url("http://www.cartoon-haus.de/konf/public/img/bg_submenue.png");
}
#submenue li:hover{
	background:url("http://www.cartoon-haus.de/konf/public/img/bg_submenue_act.png");
}

#submenue li#smZurueck.active, #submenue li#smBestellen.active{
	background:url("http://www.cartoon-haus.de/konf/public/img/bg_submenue_act.png");
}

#smZurueck {
	width: 83px;
	height: 14px;
	position: absolute;
	left: 0;	
	padding: 2px 4px 2px 4px;
	margin-right: 5px;
}

#smBestellen{
	width:83px;
	height:14px;
	position:absolute;
	left:96px;
	padding:2px 4px 2px 4px;
}

#smZurueck a,
#smBestellen a{
	display: block;
	font-size: 10px;
	font-weight: bold;
	width:83px;
	height:14px;
}

#zurueck {
	position: absolute;
	left: 805px;
	top: 195px;

}

a img{
	text-decoration: none;
	outline: none;
	border: 0 none;
}

#haus {
	height: 280px;
	width: 315px;
	position: absolute;
	left: 450px;
	top: 200px;
}

#preis {
	position: absolute;
	top: 295px;
	left: 300px;
}

#preis h3 { font-size: 15px; }

#footer {
	height: 70px;
	width: 790px;
	position: absolute;
	top: 505px;
	left: 50px;
}

#TableFooter td{
	padding: 3px 0px 0px 3px;
}