*{
	margin:0px;
	padding:0px;
}

/*entfernt Punktlinie um btns und swf */
:focus {
  outline: 0;
}

/* Hintergrundfarbe und -bild, Hintergrundbild-Wiederholung in vertikaler Richtung*/

body{
	background: #fff url(../imgs/bg_repeat.gif) repeat-y center;
    margin-top: 0px;
    padding: 0 0 100px 0;
    /* IE-Besonderheit, alterativ für Zentrier-Befehl "margin: 0 auto 0 auto;" im "wrap"*/
   text-align: center;
}

/*Breite für Inhalte, Position zentriert (Firefox)*/
#wrap{
	background: #FFF;
	width: 990px;	
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}

/************* HEADER ***************/

#header{
	height: 135px;
}

#logo{
	width: 156px;
	height: 60px;
	position: absolute;
	top:20px;
	left:788px;
}

#slogan{
	width:405;
	height: 27px;
	position: absolute;
	top:83px;
	left:462px;
}
#subheader{
	height:26px;
	background-color:#efefef;
}

#flags{
	height:26px;
	width:200px;
	border-right:#FFF 1px solid;
}
#flags-inner{
	padding-left:5px;
}

/************* CONTENT ***************/

#login{
	padding-left:10px;
	position:absolute;
	top:170px;
	width:190px;	
}

.konfi_home{
	display: block;
	width:200px;
	height: 150px;
	min-height: 149px;
	background: url(../../bilder/konfigurator/konfigurator_mouseover.jpg);
}


#haustuerenkonfigurator{
	background-color:#efefef;
	/*padding-left:10px;*/
	position:absolute;
	top:190px;
	height:149px;
	min-height:149px;
	width:200px;
}

#haustuerenkonfigurator_de{
	background-color:#efefef;
	/*padding-left:10px;*/
	position:absolute;
	top:190px;
	height:149px;
	min-height:149px;
	width:200px;
}

ul#konfi_button li{
	list-style: none;
}

ul#slideshow_start li,
ul#slideshow_haendlervorschau li{
	list-style: none;
	margin-left: -14px;
}


#mainmenu{
	position: absolute;
	top:135px;
	left:201px;
}

#news-teaser{
	left:0px;
	position:absolute;
	width:200px;
	top:345px;
	margin-bottom: 20px;
}

#submenu{
	left:0px;
	position:absolute;
	width:200px;
	top:365px;
}

#maincontent{
	background:#fff;
	/*width:768px;*/
	margin-left:221px;
	top:190px;
	min-height:600px;
}

<!-- Hack für IE6 und tiefer -->
*html #maincontent{
	height:600px;
}

#content-breit{
	/*width:768px;*/
	position:relative;
	margin:30px 0px;
}

#content-links{
	width:365px;
	position:relative;
	margin:0 0 30px 0px;
	float:left;
	left:230px;
}

#content-breit ul{
	margin-left: 15px;
}

#content-rechts{
	width:365px;
	position:relative;
	margin:0 0 30px 0px;
	float:right;	
}

/******* Koordinaten fuer Tabellen bei Technik sowie Uebersicht Einsatz- und Aufsatzfuellungen.
Tabellen-Code befindet sich in TYP3-Tabelle direkt auf der Seite *************/

#technik{
	margin-left: 18px;
}

#technik tr td p.bodytext{
	width: 246px;
}

#aufsatzfuellungen,
#einsatzfuellungen{
	margin-left:27px;
}

#aufsatzfuellungen tr td,
#einsatzfuellungen tr td{
	height:18px;
}

#aufsatzfuellungen tr td{
	width:109px;
}

#einsatzfuellungen tr td{
	width:124px;
}

#einsatzfuellungen .holzdekor{
	width:100px;
}
.intarsia,
.classica{
	margin-left:40px;	
}

.intarsia tr td{
	width:120px;		
}

.intarsia .symmetris{
	width:120px;		
}

.classica .usedom {
	width:300px;
}
.topas {
	width:182px;
}

/************* BROWSE-MENU TÜRFÜLLUNGEN/Konfi-Link unter Browse-Menu ***********/


#browse {
	float:left;
}

#browse a {
	padding-right: 10px;
}

#konfi a{
	float: right;

}





/************* FOOTER ***************/


#footer {
	clear:both;
	position:relative;
	margin:100px 0px;
	padding: 15px 0 30px 0;
	border-top: #cdcdcd 1px solid;
}




