/*
General Elements
*/
body {
	color: #1A171B;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

/*
	Headings
*/
	h1 {
		height: 151px;
		background-image: url('../images/header.png');
		text-indent: -999em;
	}
	h2,h3,h4,h5,h6 {
		color: #FF0000;
	}
	h2 {
		margin-bottom: 30px;
		font-size: 1.25em;
		font-weight: bold;
	}
	h3 {
		margin-bottom: 10px;
		font-weight: bold;
	}
	h4 {
		margin-bottom: 20px;
	}
	h5 {}
	h6 {}

/*
	Links
*/
	a {
		color: #000;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}




/*
Main Scaffold
*/
#wrapper {
	position: relative;
	width: 960px;
	margin: 20px auto 0;
	overflow: hidden;
	text-align: left;
	background-image: url('../images/background.png');
}

/*
	Navigation
*/
	#navigation {
		float: left;
		width: 192px;
		height: 100%;
		padding-top: 30px;
		margin-right: 5px;
		background-color: #FF0000;
	}
		#navigation li {
			height: 30px;
			margin-bottom: 2px;
		}
			#navigation li a {
				height: 24px;
				display: block;
				padding: 6px 0 0 20px;
				color: #FFF;
				text-decoration: none;
			}
			#navigation li a.active,
			#navigation li a:hover {
				background-color: #ED7957;
			}

		#navigation .weather {
			margin-top: 10px;
		}
			#navigation .weather h5 {
				height: 24px;
				margin-top: 30px;
				padding: 6px 0 0 20px;
				background-color: #E4E4E4;
			}
				#navigation .weather h5 a {
					color: #FF0000;
					text-decoration: none;
				}
			#navigation .weather iframe {
				width: 172px;
				height: 110px;
				margin: 10px 0 10px 20px;
				background-color: #FF0000;
			}
			#navigation .weather p a {
				margin-left: 20px;
				color: #FFF;
				font-size: 0.875em;
			}

		#navigation .organisation {
			position: absolute;
			bottom: 0;
			margin: 0 0 25px 20px;
			line-height: 1.5;
			color: #FFF;
			font-size: 0.75em;
		}

/*
	Page Content
*/
	#content {
		float: left;
		width: 466px;
		min-height: 885px;
		padding: 50px 40px 40px 60px;
		border-top: 5px solid #FFF;
		margin-right: 5px;
		background: #F1F1F1 url('../images/background_log.png') no-repeat 0 178px;
	}

		#content p {
			margin-bottom: 22px;
			line-height: 1.5;
			font-size: 0.875em;
		}
		#content dt {
			margin: 5px 0 2px;
			font-weight: bold;
		}
		#content dd {
			margin-left: 10px;
		}

/*
	Sidebar
*/
	#sidebar {
		float: left;
		width: 192px;

		/**/
		/*height: 980px;*/
		/**/

		text-align: center;
		background-color: #E4E4E4;
	}
		#sidebar h4 {
			height: 24px;
			padding-top: 6px;
			color: #FFF;
			background-color: #FF0000;
		}
		#sidebar .poweredby {
			padding-bottom: 10px;
			border-bottom: 5px solid #FFF;
			margin-bottom: 10px;
		}
		#sidebar li {
			padding-bottom: 30px;
		}
		#sidebar .k2 {
			padding-bottom: 22px;
		}

		/* class will be applied to the container by JavaScript */
		#sidebar .scroll-area {
			position: relative;
			overflow: hidden;
			height: 420px;
		}
			#sidebar .scroll-area ul {
				position: absolute;
				width: 192px;
			}



#home #content .teaser {
	font-size: 1.125em;
	font-weight: bold;
	color: #FF0000;
}
	#home #content .teaser img {
		display: block;
		margin-top: 18px;
	}

#home #content .goals {
	margin-bottom: 10px;
}
#home #content ul {
	padding-left: 20px;
	line-height: 1.5;
	font-size: 0.875em;
	list-style-type: disc;
	list-style-position: outside;
}
	#home #content li {
		margin-bottom: 10px;
	}


#home #content .registration {
	margin-top: 22px;
}



#track #content div.left {
	width: 248px;
}



#tender #content address,
#tender #content ol,
#tender #content ul,
#tender #content dl {
	margin-bottom: 22px;
	line-height: 1.5;
	font-size: 0.875em;
}



#shirts #content .description {
	margin-bottom: 0;
}
#shirts #content address {
	margin-bottom: 22px;
	line-height: 1.5;
	font-size: 0.875em;
}



#downloads #content li {
	margin-bottom: 22px;
	font-size: 0.875em;
	font-weight: bold;
}
	#downloads #content a {
		color: #FF0000;
	}



#imprint #content address {
	margin-bottom: 22px;
	line-height: 1.5;
	font-size: 0.875em;
}


#sponsors #content {
	background-image: none;
}

	#sponsors #content .sponsor {
		padding-bottom: 30px;
		border-bottom: 1px dotted #FF0000;
		margin-bottom: 30px;
		overflow: hidden;
	}

		#sponsors #content img {
			float: left;
		}
		#sponsors #content address {
		/*	margin-left: 227px;*/
			width: 239px;
			float: left;
			line-height: 1.5;
			font-size: 0.875em;
		}



#news #content .item {
	padding-bottom: 30px;
	border-bottom: 1px dotted #FF0000;
	margin-bottom: 30px;
}
	#news #content .item p {
		margin-bottom: 0;
	}
	#news #content h3 {
		line-height: 1.3;
	}
	#news #content h4 {
		margin: 15px 0 5px;
	}

	#news #content dl {
		margin-top: 0;
		font-size: 0.875em;
	}
		#news #content dt {
			margin: 0 0 5px;
		}
		#news #content dd {
			margin-bottom: 5px;
		}

	#news #content .item small {
		display: block;
		margin-bottom: 10px;
		color: #FF0000;
		font-size: 0.875em;
		font-style: italic;
	}




/*
	Pictures

	60
	466
	40

	189 + 34
	=> 223
*/

#pictures .photo-list {
	overflow: auto;
	padding: 10px 0 0 0;
}
	#pictures .photo-list li {
		float: left;
		padding: 15px;
		margin: 0 17px 34px 17px;
		text-align: center;

		box-shadow: 0 0 10px #BBB;
		-moz-box-shadow: 0 0 10px #BBB;
		-webkit-box-shadow: 0 0 10px #BBB;

		background-color: #FFF;
	}

#pictures .legal-notice {
	clear: left;
	font-size: 0.75em;
	font-style: italic;
}








