body  {
    	font: 80% Verdana, Arial, Helvetica, sans-serif;
    	background: #3A322E;
    	margin: 0; 
    	padding: 0;
    	color: #464545;
		scrollbar-face-color: #6E665E;
		scrollbar-base-color: #FFFFFF;
		scrollbar-highlight-color: #B6B6B6;
		scrollbar-shadow-color: #3A322E;
		scrollbar-3Dlight-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-darkshadow-color: #464545;
    	}
		
    #container_index {
	width: 938px;  
	height: 501px;
	margin-left: -469px;
	margin-top: -250px;
	top: 50%;
	left: 50%;
	position:absolute;
	background: #3A322E;
	text-align: left; 
    } 
	
	#container-index {
	width: 926px;  
	height: 479px;
	margin-left: -463px;
	margin-top: -239px;
	top: 50%;
	left: 50%;
	position:absolute;
	background:url(../bilder/index-moebeloutlet.jpg);
	text-align: left; 
    } 
	
	#container-index ul{
	padding: 87px 0 0 50px;
	font-size:100%;
	font-weight: bold;
	color:#000000;
	list-style-position: outside;
	line-height:130%;
	list-style-image: url(../bilder/bullet_grau.gif);
	}
	
	#container {
	width: 100%; 
	min-width: 980px;
	margin:0;
	background: #3A322E;
	text-align: left; 
	padding-bottom:20px;
    } 
	
    #header { 
    	padding-left: 31px; 
		padding-top:20px; 
		margin:0;		
    } 
	
	#navi {
		margin:0;
		padding-left:51px;
		background-color: #6E665E;
		border-top:#E8DFD0 solid 1px;
		}
		
    #headline {
    	margin: 0;
    	padding: 20px 0 0 191px;
		height:50px;
		background:#E8DFD0;
				
    }
	
    #mainContent {
	margin: 0;
	background: #E8DFD0;
	padding: 0 200px 20px 191px;
	color:#45464B;
	font: Verdana, Arial, Helvetica, sans-serif 90% normal;
	list-style-position: outside;
	list-style-image: url(../bilder/bullet.gif);
	
    } 
		
	#mainContentBilder {
	border-top:#d3cabc outset 3px;
	border-right: #d3cabc inset 3px;
	border-bottom:#d3cabc inset 3px;
	border-left:#d3cabc outset 3px;
	background-color:#FFFFFF;
	padding: 5px 0px 5px 0px;
	margin:0;
	text-align:center;
	overflow:auto;
	height: 200px;
	width:99.6%;
	}
	
	#mainContentBilder2 {
	width: auto;
	padding:0;
	font-size:80%;
	margin:0;
	text-align:left;
	}
	
	.bilder  {
	border: 0px solid #FFFFFF;
	}
	
	.sonderpreis {
	color:#dd140a;
	font-size:103%;
	font-weight:bold;
	}
	.normalpreis {
	font-size:103%;
	text-decoration:line-through;
	}
	
	#mainContentFooter {
	background: #E8DFD0;
	padding:0 0 15px 0;
	
	}
	.copy_gross {
	font-size: 150%;
	font-weight: bold;
	}
	
	.copy_bold {
	font-weight: bold;
	}
	
	#footer { 
    padding-left: 51px; 
	background-color:#6E665E;
	border-bottom:#E8DFD0 solid 1px;
	height:20px;
	margin: 0;
    } 
    #footer p {
    	margin: 0; 
    	padding: 7px 0; 
    	font-size: 0.8em;
		color:#7CAED1;
		height:20px;
	}

    .flt_rechts { /* Element nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .flt_links { /* Element links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear: both;
        height: 0;
        font-size: 1px;
        line-height: 0px;
    }
	p {
		margin:0;
		padding:0;
		}
	
/* Headlines */
h1 {
	color:#E88435;
	font-weight:bold;
	font-size:140%;
	line-height:normal;	
	padding:5px 0 0 0;
	letter-spacing:0.01em;
	}	
h2 {
	color:#E88435;
	font-weight:bold;
	font-size:120%;
	line-height:normal;	
	}	
h3 {
	color:#E88435;
	font-weight:bold;
	font-size:115%;
	line-height:0px;	
	padding:5px 0 0 17px;
	}	
h4 {
	color:#E88435;
	font-weight:bold;
	font-size:110%;
	line-height:normal;	
	padding:7px 0 0 0;
	}	
	
a:link {
	text-decoration: none;
	color: #6E665E;
	line-height:120%;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6E665E;
	font-weight: bold;
	line-height:120%;
}
a:hover {
	text-decoration: none;
	color: #E88435;
	font-weight: bold;
	line-height:120%;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #E88435;
	line-height:120%;
}


/* Formular */
fieldset {
  padding: 5em;
  border:1px;
}
 
label {
  width: 150px;
  padding: 0px 2px 0px 2px;
  float: left;  
  text-align: left;
  margin-right: 0.5em;
  display: block;
}

form {
	background:#E8DFD0;
	padding:0px;
	width:90%;
	font-size: 90%;
	}
 
input {
  margin-bottom: 2px;
  width:200px;
  border:solid;
  border-width:1px;
  border-color:#E88435;
}
 
textarea {
  margin-bottom: 2px;
  width:200px;
  border:solid;
  border-width:1px;
  border-color:#E88435;
} 
select {
  margin-bottom: 2px;
  width:200px;
  border:solid;
  border-width:1px;
  border-color:#E88435;
} 
/* Ende Formular*/



.label_small {
  width: 60px;
  padding: 0px 2px 0px 2px;
  float: left;  
  text-align: left;
  margin-right: 0.5em;
  display: block;
}

