*
{
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Georgia;
	font-size: 18px;
}

body
{
	background-color: #cecece;
}

div#total
{
	width: 800px;
	margin: 0px auto;
}

div#header
{
	height: 140px;
	width: 800px;
	background-image: url(./images/header.png);
}

div#main
{
	width: 800px;
	margin-top: -40px;
	margin-bottom: -40px;
}

div#main_o
{
	width: 800px;
	height: 60px;
	background-image: url(./images/main_o.png);
}

div#main_o div
{
	float: right;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	top: 20px;
}

div#main_m
{
	width: 780px;
	background-image: url(./images/main_m.png);
	background-repeat: repeat-y;
	padding: 10px;
}

div#main_l
{
	float: left;
	width: 400px;
}

div#main_r
{
	border-left: #c7ceff 1px solid;
	padding-left: 5px;
	float: right;
	width: 360px;
}

div#main_u
{
	width: 800px;
	height: 60px;
	background-image: url(./images/main_u.png);
}

div#footer
{
	width: 800px;
	height: 100px;
	background-image: url(./images/footer.png);
}

div#linklist
{
	color: #14398f;
	padding-top: 60px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

div#linklist a
{
	text-decoration: inherit;
	font-size: inherit;
}	

div#logo
{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 95px;
}

div#zeg
{
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 90px;
}

img#img_logo
{
	width: 100px;
}


img#img_zeg
{
	width: 50px;
	border: 0px solid #000000;
}

img#img_home, img#img_impressum, img#img_agb, img#img_fitness1, img#img_geschaeft, img#img_zubehoer, img#img_service, img.img_zubehoer
{
	width: 780px;
	text-align: center;
}

img#img_fitness2, img#img_teststrecke
{
	margin-top: 5px;
	width: 355px;
	text-align: center;
}

img#img_jugend, img#img_trekking, img#img_rennrad, img#img_mtb 
{
	margin-top: 5px;
	margin-right: 5px;
	width: 300px;
	text-align: center;
	float: left;
}

img#img_cross, img#img_kinder, img#img_atb, img#img_ebike, img#img_weitere
{
	margin-top: 5px;
	margin-left: 5px;
	width: 300px;
	text-align: center;
	float: right;
}

div#title
{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	width: 665px;
	height: 60px;
	text-align: right;
	z-index: 2;
	background-image: url(./images/radhausraab.png);
	background-position: right;
	background-repeat: no-repeat;
}

div#produkte_navi
{
	color: #14398f;
	text-align: center;
	width: 770px;
}

h1
{
	font-family: Arial Rounded MT Bold, Arial;
	font-size: 50px;
	font-weight: normal;
}

h1 span
{
	display: none;
}

div#navbar
{
	margin-left: 50px;
	float: left;
	left: 100px;
	z-index: 1;
	position: absolute;
}

ul#navi
{
	list-style-type: none;
}

ul#navi li
{
	float: left;
	margin-right: 5px;
	border: #fde635 1px solid;
	border-top: #fde635 0px solid;
	padding-top: 70px;
	background-image: url(./images/shift_off.png);
	text-align: center;
}

ul#navi li a
{
	color: #fffb00;	
	font-size: 22px;
	text-decoration: none;
}

ul#navi li a:hover
{
	color: #14398f;
}

ul#navi li#home
{
	width: 65px;
	background-image: url(./images/home.png);
}

ul#navi li#home:hover
{
	color: #14398f;
	background-image: url(./images/home_o.png);
}

ul#navi li#geschaeft
{
	width: 91px;
	background-image: url(./images/geschaeft.png);
}

ul#navi li#geschaeft:hover
{
	color: #14398f;
	background-image: url(./images/geschaeft_o.png);
}

ul#navi li#produkte
{
	width: 96px;
	background-image: url(./images/produkte.png);
}

ul#navi li#produkte:hover
{
	color: #14398f;
	background-image: url(./images/produkte_o.png);
}

ul#navi li#service
{
	width: 74px;
	background-image: url(./images/service.png);
}

ul#navi li#service:hover
{
	color: #14398f;
	background-image: url(./images/service_o.png);
}

ul#navi li#kontakt
{
	width: 84px;
	background-image: url(./images/kontakt.png);
}

ul#navi li#kontakt:hover
{
	color: #14398f;
	background-image: url(./images/kontakt_o.png);
}

span#blue
{
	color: #14398f;
}

span#yellow
{
	color: #fffb00;
}

h2
{
	border-bottom: 1px solid #14398f;
	font-weight: bold;
	font-style: italic;
}

h3
{
	display: inline;
	font-weight: normal;
}

a
{
	color: #14398f;
	text-decoration: none;
}

a:hover
{
	color: #fffb00;
}

textarea.kontakt
{
	margin-top: 5px;
	width: 400px;
	height: 300px;
	border: 1px solid #fffb00;
	background-color: #ffffff;
}

input#kontakt_name, input#kontakt_email, input#kontakt_ergebnis, input#kontakt_telefon, input#werbung
{
	width: 250px;
	margin-top: 5px;
	border: 1px solid #fffb00;
	background-color: #ffffff;
}

input#kontakt_ergebnis
{
	width: 20px;
}

input.kontakt, input#abschicken, input#reset, input.werbung_abschicken
{
	margin-top: 5px;
	border: 1px solid #14398f;
	background-color: #c7ceff;
}

input.kontakt:hover, input#abschicken:hover, input#reset:hover
{
	background-color: #fffb00;
}

dl#geschichte dt
{
	clear: both;
	float: left;
	width: 50px;
}

dl#team
{
	margin-top: 2px;
}

dl#team dt
{
	float: left;
}

dl#zeiten dt
{
	clear: both;
	float: left;
	width: 150px;
}

dl#raeume dt
{
	clear: both;
	float: left;
	width: 170px;
}

dl#agb dt
{
	float: left;
	width: 50px;
}

span#klein, a#klein, span.klein
{
	font-size: 14px;
}

span#meldung
{
	color: #FF0000;
}

div#map
{
	width: 400px;
	height: 400px;
	margin-top: 5px;
}

div#map *
{
	font-size: medium;
	top: auto;
	left: auto;
}

div#map div#logocontrol+div span
{
	font-size: inherit;
	font-family: inherit;
}
div#map div#logocontrol+div a
{
	font-size: inherit;
	font-family: inherit;
}

div#admin_space
{
	height: 60px;
}

textarea#news
{
	margin-top: 5px;
	width: 360px;
	height: 300px;
	border: 1px solid #fffb00;
	background-color: #ffffff;
}

iframe#zeg_frame
{
	
	width: 780px;
	height: 600px;
	border: 0px #000000 solid;
	background-color: #F4F2FF;
}

img.foto
{
	width: 60px;
	height: 80px;
}

img.marken_gross
{
	width: 150px;
}

table.marken td
{
	padding: 2px;
	margin: 0px;
	border: #FFFFFF 0px solid;
}

img.marken_klein
{
	width: 100px;
}

img.zeg_gross
{
	width: 100px;
	float: right;
	margin-right: 30px;
}

img.ec
{
	width: 70px;
	vertical-align: middle;
	margin-top: 3px;
}