a {
	color: #006666;
}

	body {
		padding: 0px;
		margin: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background: #ffffff URL('/marathon/images/bg_navigation.jpg') repeat-y;
	}
	#head {
		background: #006666;
		height: 150px;
		font-size: 64px;
		color: #ffffff;
		text-align: right;
	}
	#logo {
		float: left;
		width: 200px;
		height: 150px;
		background: #ffffff URL('/marathon/images/logo.jpg') no-repeat;
	}
	#body {
		clear: both;
	}
	#navigation {
		float: left;
		width: 200px;
		background: #006666;
		padding-bottom: 20px;
		background: #006666 URL('/marathon/images/bg_navigation.jpg') repeat-y;
	}
	#content {
		margin-left: 250px;
		padding: 5px;
		background: #ffffff;
		margin-bottom: 1em;
	}
	/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	* html div#content {
		height: 1em;
		margin-bottom: 0;
	}
	#foot {
		position: fixed;
		right: 0px;
		bottom: 0px;
		width: 100%;
		background: #ffffff URL('/marathon/images/bg_navigation.jpg') repeat-y;
		text-align: right;
		border-top: 1px #cccccc solid;
		font-size: 0.7em;
		z-index: 100;
	}
	
	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	#navigation ul ul {
		margin-left: 20px;
	}
	#navigation li {
		display: inline;
	}
	#navigation li li {
		display: inline;
	}
	#navigation li a {
		display: block;
		text-decoration: none;
		padding-left: 12px;
		font-size: 0.9em;
		margin-top: 10px;
		color: #ffffff;
		text-transform: uppercase;
	}
	#navigation li a.active {
		font-weight: bold;
	}
	#navigation li li a {
		color: #F4F79E;
		text-transform: none;
		font-weight: normal;
		margin-top: 0px;
	}
	#navigation li li a.active {
		font-weight: bold;
	}
	#navigation li li li a {
		color: #F5D300;
	}
	#navigation li li li a.active {
		font-weight: bold;
	}
	#navigation a:hover {
		color: #ff0000;
	}

a.extern {
	font-weight: bold;
	border: 1px dashed #999999;
}
