/* Grundlayout */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color: #0d006a;
	font-size: 12px;
}

#outer {
	width: 800px;
	margin-bottom: 10px;
	background-color: #bfcbe2;
	border-right-color: #0d006a;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #0d006a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: repeat-y;
	background-position: right;
}

#banner {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	clear: none;
}

/* Navigation */

#navigation {
	background-color: #bfcbe2;
	height: 2000px;
	float: left;
	width: 201px;
	clear: left;
	padding-top: 10px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

html>body #navigation ul {
	margin: 0px 0px 0px -40px;
}

#navigation ul li {
	height: 20px;
	border-bottom: 1px #fff solid;
	padding-top: 5px;
	padding-left: 10px;
}

#navigation ul li a {
	margin: 0;
	text-decoration: none;
	color: #0d006a;
	font-size: 11px;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #FFFFFF;
}

#navigation ul li a:active {
	color: #FFFFFF;
}

