body {
	margin: 0px; border: 0px; padding: 0px;
	background-color: #000000;
	font-family: Trebuchet MS, Arial, sans-serif;
	}
	
div, h1, h2, h3, h4, h5, h6, p, table {
	margin: 0px; border: 0px; padding: 0px;
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* Grundeinstellungen */

#pagebox {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 50px;
	}
	
	/* Float-Container */
	
	.x6sechstel, .x5sechstel, .x4sechstel, .x3sechstel, .x2sechstel, .x1sechstel {
		float: left; display: block;
		} 
		
	.x6sechstel { width: 960px; }
	.x5sechstel { width: 800px; }
	
	.x4sechstel { 
		width: 640px; 
		margin-bottom: 10px;
		background-image: url('../gfx/hp/bgr_x4sechstel.png'); 
		}
	
	.x3sechstel { width: 480px; }
	.x2sechstel { width: 320px; }
	.x1sechstel { width: 160px; }
	
	/* Inhalt der Float-Container */
	
	.y6sechstel, .y5sechstel, .y4sechstel, .y4sechstel_ohne, .y3sechstel, .y2sechstel, .y1sechstel {
		float: left; display: block; overflow: hidden; margin-left: 10px; margin-right: 10px;
		} 
		
	.y6sechstel { width: 940px; }
	.y5sechstel { width: 780px; }
	
	.y4sechstel { 
		width: 620px; 		
		background-image: url('../gfx/hp/bgr_y4sechstel.png');
		background-repeat: no-repeat;
		}
		
	.y4sechstel_ohne { 
		width: 620px; 		
		}
	
	.y3sechstel { width: 460px; }
	.y2sechstel { width: 300px; }
	.y1sechstel { width: 140px; }
	
	/* Sonderfälle */
	
	#header {
		height: 90px;
		margin-bottom: 10px;
		}
	
	#mainnavi {
		height: 32px;
		margin-bottom: 10px;
		padding-top: 8px;
		background-image: url('../gfx/hp/bgr_navi.png');
		background-repeat: no-repeat;
		font-size: 16px;
		color: #ffffff;
		text-align: right;
		}
		
		#mainnavi a {
			font-weight: bold;
			color: #ffffff;
			}
	
	#intro {
		height: 340px;
		margin-bottom: 10px;
		background-image: url('../gfx/intro/1.jpg');
		background-repeat: no-repeat;
		}
	
	#footer {
		height: 28px;
		margin-bottom: 10px;
		padding-top: 12px;
		background-image: url('../gfx/hp/bgr_footer.png');
		background-repeat: no-repeat;
		text-align: center;
		font-size: 12px;
		color: #ffffff;
		}
		
		#footer a {
			color: #ffffff;
			font-weight: bold;
			}
	
	#seo{
		margin-bottom: 10px;
		padding-bottom: 50px;
		text-align: center;
		font-size: 10px;
		color: #666666;
		}
		
		#seo a { color: #cccccc; }
		#seo a:hover { color: #ffffff; }
	
	#seo_blind{
		display: none;
		}
		
	.padding10 { padding: 10px; }
	.padding20 { padding: 20px; }
	
	/* Hotbuttons */
	
	#hb_anmeldung, #hb_strecke, #hb_ergebnisse {
		height: 150px;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		}
	
	#hb_anmeldung {
		background-image: url('../gfx/hotbutton/anmeldung.png');
		}
	
	#hb_strecke {
		background-image: url('../gfx/hotbutton/strecke.png');
		}
	
	#hb_ergebnisse {
		background-image: url('../gfx/hotbutton/ergebnisse.png');
		}
		
	a.hb_link {
		display: block;
		padding: 129px 5px 0px 0px;
		text-align: right;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		}
	
/* Kontentboxen Links */
	
#subnav {
	margin-bottom: 10px;
	background-image: url('../gfx/hp/bgr_subnav.png');
	background-color: #ffffff;
	}
	
#shirt {
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
#marathondesjahres {
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
#zeitplan {
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
#meinestartnummer, #meineanmeldung {
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
#startnummernshirt {
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
#cn {
	margin-bottom: 10px;
	background-color: #ffffff;
	}
	
/* Kontentboxen Rechts */	

#theme {
	margin-bottom: 10px;
	}

#sponsoren {
	margin-bottom: 10px;	
	background-color: #ffffff;
	}
	
/* Text */

h1 {
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 18px;
	background-color: #005baa;
	color: #ffffff;
	}

h2 {
	margin-bottom: 10px;
	padding: 0px 5px;
	font-size: 14px;
	color: #000000;
	width: 100%;
	}
	
	#sponsoren_none, #sponsoren_show {
		text-align: center;
		}
		
	#sponsoren_show h2 {
		margin-top: 50px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		}
	
	#sponsoren_none h2 {
		display: none;
		}	
		
	h2 a {
		color: #005baa;
		padding: 2px 5px;
		background-color: #eeeeee;
		width: 100%;
		}
	
	h2 a:hover {
		text-decoration: none;
		}
	
h3 {
	padding: 10px 5px;
	font-size: 12px;
	color: #000000;
	}	
	
h4 {
	padding: 10px 5px;
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	}
	
p {
	margin-bottom: 10px;
	padding: 0px 5px;
	font-size: 12px;
	color: #666666;
	}
	
a {
	color: #005baa;
	font-weight: bold;
	}

.tablebox {
	margin-bottom: 10px;
	padding: 0px 5px;
	}

table {
	font-size: 12px;
	}
	
td {
	color: #666666;
	border-bottom: 1px solid #999999;
	}
		
td.headline {
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
	}
	
ul {
	font-size: 12px;
	font-size: 12px;
	color: #666666;
	}
	
.picbox {
	margin-bottom: 10px;
	text-align: center;
	}

/* News Startseite */

.newsstartseite {
	display: block;
	width: 180px;
	margin: 0px 10px;
	float: left;
	}
