*
{
padding: 0;
margin: 0;
border: 0;
}

body {
	background-color: #fff;
	background-attachment: fixed;
	/*background-image: url(http://www.fahrradteile-und-zubehoer.de/global/pics/bg.gif);*/
	background-repeat: repeat-x;
	color: #666;
	font-family: verdana,arial,helvetica,swiss,sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#kopf {
	background-color: #99cc00;
	border-bottom: 10px solid #fff;
	height: 125px;
	position: fixed;
	top: 0;
	width: 100%;
}

#navigation {
	margin: 100px auto 0 auto;
	width: 1000px;
}

#navigation li {
	border-right: 1px solid #fff;
	list-style: none;
	display: inline;
	font-size: 14px;
	padding: 0 15px;
}

#navigation li a {
	background-color: #99cc00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #99cc00;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#navigation li.nb {
	border-right: 0px solid #fff;
	list-style: none;
	display: inline;
	font-size: 14px;
	padding: 0 15px;
}

#inhalt {
	border: 0px solid #000;
	margin: 150px auto;
	width: 1025px;
}

#inhalt h1 {
	background-color: #9c0;
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	padding: 5px;
}

#subnavi {
	float: left;
	width: 200px;
	border: 0px solid #000;
}

#subnavi li {
	list-style: none;
    padding: 1px 0px 1px 15px;
}

#subnavi li a {
	background-color: #fff;
	color: #690;
	font-weight: normal;
	text-decoration: none;
}

#subnavi li a:hover {
	background-color: #fff;
	color: #900;
	font-weight: normal;
	text-decoration: underline;
}

#subnavi li a.over {
	background-color: #fff;
	color: #900;
	font-weight: normal;
	text-decoration: underline;
}

#subnavi h3 {
	background-color: #9c0;
	color: #fff;
	margin-bottom: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	padding: 5px;
}

#iframe {
	float: left;
	border: 0px solid #000;
	margin: 0 25px;
	width: 530px;
}

#iframe h1 {
	background-color: #9c0;
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	padding: 5px;
}

#iframe h2 {
	background-color: #9c0;
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	padding: 5px;
}

#iframe p {
	padding: 5px 15px 25px 15px;
}

#ad {
	/*margin-top: -20px;*/
}

#left {
	float: left;
	border: 0px solid #000;
	width: 200px;
}

#left h2 {
	background-color: #9c0;
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	padding: 5px;
}