@charset "UTF-8";
/* CSS Document */
body  {
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #453125;
	font-size: 1.0em;
	}
	
/*Struktur*/	
	
#container { 
	width: 85%;  
	margin: 0 auto;
	text-align: left; 	
} 

#header { 
	background: #e98214; 
	margin: 40px 0 20px 0;
	color: #fff;
	text-align:right;
	padding-bottom: 7px;
	} 

#sidebar1 {
	float: left; 
	width: 12%; 
	padding-top: 20px; 
	text-align: left;
	margin-right: 20px;
	}

#mainContent { 
	margin: 0; 
	border-bottom: 1px solid #e98214;
	padding-bottom: 10px;
	}
	
#mainContent .fltlft { 
	float: left;
	width: 250px; 
	height: 500px; 
	margin: 0 55px 0 0;
	text-align:center;
}

.bestseller #mainContent .fltlft {
	float: left;
	height: auto;
	min-height: 500px;
	width: 250px; 
	margin: 0 55px 0 15px;
	text-align:left;
	}

.agentur #mainContent .fltlft {
	float: left;
	height: auto;
	min-height: 404px;
	width: 250px; 
	margin: 0 55px 0 15px;
	text-align:left;
	}

#text {
	height: 460px; 
	padding-top: 15px; 
	overflow: auto; 
	padding-right: 35px;
	margin-bottom: 30px;
	}

.start #text {
	height: 400px; 
	overflow: auto; 
	padding-right: 35px;
	padding-top: 15px; 
	}

.agentur #text {
	height: 404px; 
	overflow: auto; 
	padding-right: 35px;
	padding-top: 15px; 
	}

.bestseller #text {
	padding-right: 170px;
	padding-top: 15px; 
	min-height: 500px;
	height: auto;
	overflow:hidden;
	padding-bottom: 30px;
	}


#claim {
	margin-top: 20px;
	font: 1.4em Georgia, 'Times New Roman', Times, serif; 
	font-style:italic;
	}	

/*Floatwear*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Navigation*/
#menue {
margin: 0 50px 0 0;
padding: 0px;
text-align: right;
width: 100px;}

#menue ul {
list-style-type: none;
margin: 0;
padding:0;
}

#menue li {
padding-top: 0;
padding-bottom: 10px;
}

#menue li a {
display: block;
color: #e98214;
font: 0.9em Arial, Arial, Helvetica, sans-serif;
text-decoration: none;
}

#menue a:link { color: #e98214;}
#menue a:visited { color: #e98214;  }
#menue a:active { color: #e98214;  }
#menue a:focus { color: #e98214; }
#menue a:hover { color: #453125; text-decoration: overline; }


/*Schriften&Co*/

#header h1 { 
	margin: 0; 
	padding: 7px 35px 5px 0; 
	font-size: 1.2em;
	line-height: 1.0em;
	border-bottom: 2px solid #fff; 
	}
	
#text h3 { 
	font: 1.4em Georgia, 'Times New Roman', Times, serif; 
	line-height: 1.5em; 
	color: #e98214; 
	font-style:italic; 
	padding: 0; 
	margin: 0 0 10px 0 
	}
	
#text p {
	font: 0.9em Arial, Helvetica , sans-serif; 
	line-height: 1.4em; 
	text-align:justify;
	}
	
.bestseller #text p {
	font: 0.9em Arial, Helvetica , sans-serif; 
	line-height: 1.4em; 
	text-align:left;
	}

#news { 
	margin-top: 25px; 
	padding-top: 10px; 
	border-top: 1px dashed #e98214;
		}
	
.newstext  { 
	color: #453125; 
	font: 0.8em Arial, Helvetica , sans-serif; 
	line-height: 1.2em; 
	margin-top: 0; 
	}		
		
#news h2 {
	color: #e98214; 
	font: 0.9em Arial, Helvetica , sans-serif;
	padding: 0; 
	margin: 8px 0 2px 0;
	font-weight: bold; 
	}

h4 { font: 1.4em Georgia, 'Times New Roman', Times, serif; font-style:italic; margin: 20px 0 0 0; padding: 0px; }

#news a:link { color: #e98214; font-style:italic; text-decoration: none; line-height: 1.3em; }
#news a:visited { color: #e98214;font-style:italic; text-decoration: none;  line-height: 1.3em; }
#news a:active { color: #e98214;font-style:italic;text-decoration: none;  line-height: 1.3em; }
#news a:focus {  color: #e98214;font-style:italic; text-decoration: none; line-height: 1.3em; }
#news a:hover { color: #453125; font-style:italic; text-decoration: underline  line-height: 1.3em; }

#text a:link { color: #e98214; font-style:normal; text-decoration: none;  }
#text a:visited { color: #e98214;font-style:normal; text-decoration: none;   }
#text a:active {  color: #e98214;font-style:normal;text-decoration: none;   }
#text a:focus { color: #e98214;font-style:normal; text-decoration: none; }
#text a:hover { color: #453125; font-style:normal; text-decoration: underline;  }
