/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;		
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
}


/* ebenen */

#gesamt-keyword {

	position: static;
	left: 0px;
	bottom: 0px;
	margin-top: -80px;
	padding: 0;		
	width:100%;  
	z-index:1; 
	border: 0px none #000000;
		visibility: visible;

}
#navi-oben {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;		
	width: 100%; 
	height: 120px; /* höhe muss definiert sein */
	z-index:4; 
	border: 0px none #000000;
	background-image: url(../bilder-fahrrad-klauss/background/hg-oben.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#navi-oben-start {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;		
	width: 100%; 
	height: 200px; /* höhe muss definiert sein */
	z-index:4; 
	border: 0px none #000000;
	background-image: url(../bilder-fahrrad-klauss/background/hg-oben-start.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#hauptbild {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	z-index: 2;
	visibility: visible;
	background-color: #FBF9ED;
	/*background-image: url(http://www.fahrrad-klauss.de/bilder-fahrrad-klauss/0703-riese-mueller-2.jpg);
	*/
}

#inhalt  {
	position:absolute;
	width:600px;
	height:55%;
	z-index:5;
	left:315px;
	top:130px;
	padding: 10px;
	border: 0px solid #000000;
	overflow: hidden;
	visibility: visible;
	color: #41407A;
}

#logo-position {
	position: absolute;
	width:540px; height:76px;            
	left:450px; bottom: 0px; 
	margin: 0;
	padding: 0; 
	border: 0px solid #000000;
	float: right; 
}

#logo-unten {
	position: fixed;
	left: 0%;
	bottom: 0%;
	margin: 0;
	padding: 0;		
	width: 100%; 
	height: 130px; 
	z-index:6;    /* höchste Ebene */
	border: 0px none #000000;
	background-image: url(../bilder-fahrrad-klauss/background/hg-unten.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;	

} /* für IE6 logo unten */
* html  {

		overflow:hidden;
		width:100%;
		height:100%;		
}
* html body  {
	margin: 0;
	padding: 0;
		overflow:auto;
		width:100%;
		height:100%;		
}
* html #logo-unten {
position: absolute;
} /* IE ende */


.grey{
	background: #e2e2e2;
    margin-left:12px;
    margin-right:12px;
	}

.white{
    padding-left:12px;
	}
	
.pink-fett{
	font-weight: bold;
	color: #e90765;
}
.pink{
	color: #e90765;
}
	
.kontakt-link  {
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 280px;
	top: 100px;	
	}
	
.oeffnungszeiten  {
	padding: 0px;
	visibility: visible;
	position: absolute;
	right: 0px;
	top: 37px;
			width:300px;	
	}

	
	
/* kleine hilfen */

h1 {
	font-size: 20px;
  	margin: 0px;
	padding-top: -90px;
}
h2 {
	font-size: 20px;
  	margin: 0;
	padding: 0;
}
h3 {
	font-size: 13px;
  	margin: 0;
	padding: -30px 0 0 0;

}
a{
		color: #e90765;
	}
.desc{
  margin: -2000px;
}
.setcardpic{
	margin-top: 10px;
	}


