@charset "ISO-8859-1";

/*################# FADING ANZEIGEN #################*/
.anzeigen
{
	position: absolute; 
	top: 210px;
}

/* Hack for IE6 */
* html .anzeigen
{
	margin-left: -1001px;
	top: 211px;	
}


/* Hack for IE7 */
*:first-child+html .anzeigen 
{
  margin-left: -971px;
}
/*################# FADING ANZEIGEN #################*/

/*################# RABATT AKION #################*/

#rabatt {
 text-align: left;
 padding: 10px;
}

/* ############################################## */

#newsletter
{
	margin-right: 100px;
}
.redLink {
	font-weight:  bold;
	color: #a31a21;
	text-decoration: none;
}

.homeBoxes {
	float: left;
	margin-top:  245px;
	padding-bottom: 40px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	margin-top: 5px;
} 

#bestellInfo {
	width: 185px;
	margin:  30px 17px 0px 17px;
}

#anfahrtsinfo {
	width: 184px;
	margin:  30px 0px 0px 16px;
}

table.step td {
	padding-top:  3px;
}

 #navi { 
 margin: 25px 0px 0px 0px;
 padding: 0px; 
 width: 200px; 
 } 
 #navi ul, #navi li{ 
 list-style-type: none; 
 padding-top: 0px; 
 font-weight: bold;

 margin: 0;
 } 
 #navi li a { 
 text-decoration: none; 
 display: block; 
 width:100%;

 margin: 0;
 } 
 #navi a:link, #navi a:visited { 
 } 
 #navi #akt { 

 } 
 #navi a:hover, #navi a:hover#akt { 
 color: #FFFFFF; 

 }

#logos { 
 margin: 25px 0 0 0;
 padding: 0; 
 width: 200px; 
 } 
 #logos ul, #logos li{ 
 list-style-type: none; 
 padding-top: 20px; 
 font-weight: bold;
;
 } 
 #logos li a { 
 text-decoration: none; 
 display: block; 
 width:100%;

 } 
 #logos a:link, #logos a:visited { 
 color: #8B4513; 

 } 
 #logos #akt { 
 color: #FFFFFF; 

 } 
 #logos a:hover, #logos a:hover#akt { 
 color: #FFFFFF; 

 }



html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height:  14px;
} 


#pagewidth{ 
 width:1010px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color:#f4f4f5; 
} 
 
#header{
 position:relative; 
 height:185px; 
 background-color: #000000;
 width:100%;
 background-image: url(Bilder/header_bg.gif);
} 

#navigation{
 position:relative; 
 height:25px; 
 background-color: #FF0000;
 width:100%;
 background-image: url(Bilder/nav_bg.gif);
}

#navigation a:first-child {
	margin-left: 90px;
} 
 
#leftcol{
	width:200px;
	float:left;
	position:relative;
	background-color:#f4f4f5;
	padding-bottom: 0px;
	margin-bottom: 0px;
 }
 
#twocols{
	width:809px;
	float:right;
	position:relative;
  }
 
#rightcol{
	width:214px;
	float:right;
	position:relative;
	background-color:#f4f4f5;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:595px;
	background-color:#ffffff;	
	min-height: 519px;
 }
 
#footer{
height:29px; 
 background-color:#606F73; 
clear:both;
background-image: url(Bilder/footer_bg.gif);
 } 
 
 #footerNav {
 	float: right;
 }
 
 #leftmenu {
    list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
 }
 

  #text {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 478px;
	margin: 25px 25px 58px 58px;
	padding: 0px;
 }
 
 #ueberschrift {
 	padding: 0px;
	margin: 25px 25px 0px 56px;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
