@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0px;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #666666;
}
#container  {
	width: 990px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 
#container a  {
	text-decoration: none;
}
#modellbau150 {
	margin-left: 60%;
	margin-top: 10px;
	margin-bottom: -5px;
}


a:visited {
	color: #00F;
}
a:hover {
	color: #F00;
}
#headline {
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#container a:hover {
	color: #F00;
}

a:link {
	color: #00F;
}
a:active {
	color: #F00;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	border: 2px solid #F00;
}




#header  {
	height:	149px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(../images/header_1024.jpg);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 


#header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	display:none
}

#navigation {
	height:	21px;
	background-color: #F00;
	background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;
	background-position: 0 -21px;

}
#favoriten {
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	padding-top: 10px;
	font-size: 14px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#favoriten a:hover {
	color: #F00;
}

#navigation ul {
	display: inline;
	
}
#navigation li {
	display: inline;

}
#navigation a {
	color: #FFF;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
}
#navigation a:hover {
	background-image: url(../images/navigation.gif);
	text-decoration: none;
	background-position: 0px 0px;
}


#mainContent  {
	margin: 0 0 0 250px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 20px;
} 
#service {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
.home {
	margin-right: 100px;
	margin-left: 46px;
}

#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB;
	border: thin solid #666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 7px;
}
#sidebar1 #logo  {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#sidebar1 h3 {
	text-align: center;
}


#footer  {
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
} 
#footer p  {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
}
#footer a {
	font-size: 16px;
}
#footer #aktualisierung {
	width: 400px;
	margin-top: -21px;
	margin-left: 250px;
	font-size: 13px;
	height: 21px;
}

#footer #links {
	float: right;
	margin-top: -21px;
	margin-right: 10px;
}




.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.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;
}
#kontaktdaten {
	width: 250px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 30px;
}
#kontaktnachricht {
	float: right;
	width: 300px;
	margin-top: -280px;
}
.pflichtfelder {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
#anbot {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 100px;
}
#anbotbuttons {
	margin-left: 130px;
}

#anbotdaten {
	border: thin solid #CCC;
	padding: 10px;
}
.bold {
	font-weight: bold;



}
#bikeuebersicht {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	width: 670px;
}
#bikeuebersicht table {
	font-size: 14px;
	background-color: #EBEBEB;
}
#bikeuebersicht table tr td p a {
	text-decoration: underline;
	color: #000;
}
#bikeuebersicht table tr td p a:hover {
	color: #F00;
}


#bike {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-color: #EBEBEB;
	padding-right: 15px;
	padding-left: 15px;
}



#bikemarke p {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#bikebeschreibung p {
	text-align: center;
}
#bikemarke {
	margin-bottom: 10px;
}

#bikepreis p {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
#bike500eur {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
#sidebar500eur {
	text-align: center;
}

#bike500eur p {
	text-decoration: none;
	text-align: center;
}
#bike500eur p a img {
}
#zurueckanfahrt {
	width: 600px;
}
#anfahrtkontaktdaten {
	width: 650px;
	text-align: center;
}
#GPS {
	text-align: center;
	width: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 250px;
}
#underconstruction {
	text-align: center;
	margin-top: 50px;
	width: 650px;
}
#danke {
	text-align: center;
}
#counter {
	margin-left: 45px;
	margin-bottom: 10px;
}
#abholservice {
	text-align: center;
	padding-bottom: 10px;
}
#zeiten {
	color: #F00;
	margin-top: 35px;
	padding-left: 50px;
}
.boldblack {
	color: #000;
	font-weight: bold;
}
#navigation ul li a:hover {
	color: #FFF;
}
#ankauf {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	padding-right: 10px;
	padding-left: 10px;
	width: 590px;
	border: 2px solid #F00;
	margin-bottom: 15px;
}
.centerbold {
	text-align: center;
	font-weight: bold;


}

