@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #000000;
		background-attachment:fixed;
		background-image:url(pic/verleih-herrenmode.jpg);
		background-repeat:repeat;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }
    .oneColElsCtr #container {
    	width: 46em;
    	background: #FFFFFF;
    	margin: 0 auto; 
    	border: 1px solid #000000;
    	text-align: left; 
    }
    .oneColElsCtr #mainContent {
    	padding: 0 20px;
		font-size: 12px;
		width: 756px;
		background: #FFFFFF;
    }
.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;
}
/* allgemeine Links*/

a:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#BD0926; 
}    
a:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#BD0926;
} 
a:hover { /* Verweise bei "MouseOver" */
	text-decoration:underline;
	color:#BD0926;
}   
a:active {
	text-decoration:none;
	color:#BD0926;
}
.block {
	margin: 0px 20px 0px 0px;
	padding: 10px 20px 0px 17px;
	font-size: 10px;
	text-align:justify;
}
h1 {
	color: #BD0926;
	font-size: 14px;
	margin: 0px 0px 10px 17px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 8px 17px;
}
p  {
	margin: 0px 0px 8px 17px;
}
.spaceline {
	width: 722px;
	margin: 10px 0px 10px 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.gray {
	color:#666666;
}
#herrengarderobe {
	width: 750px;
	background-color:#000000;
}
.floatleft {
	float:left;
	width:179px;
	background-color:#000000;
	margin: 25px 0px 0px 50px;
}
#logo {
	width: 0px;
	height: 0px;
	position:absolute;
	position:relative;
	top:1050px;
	left:155px;
}
.head {
	background-image:url(pic/herrenbekleidung.gif);
	background-repeat:repeat-x;
	width: 750px;
	height: 338px;
	margin:0px 0px 0px 0px;
}
.footer {
	background-image:url(pic/herrenbekleidung.gif);
	background-repeat:repeat-x;
	background-position: 0px -60px;
	width: 750px;
	height: 308px;
}
#bauch-links {
	float:left;
	margin:0px 0px 0px 0px;
	height:322px;
	width:411;
}
#bauch-rechts {
	float:left;
	height:411px;
	width:418px;
}
#kummerbund {
	height:109px;
	float:left;
}
.img-left {
	float:left;
	margin:0px 17px 0px 17px;
	clear:left;
}