@CHARSET "ISO-8859-1";

html {
	height:100%;
	font-family: verdana,helvetica,arial, sans-serif;
	font-size: 12px;
	color:#666666;
}

a, a.active, a.visited, a.link {
	text-decoration: none;
	color:#e87400;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


h1 {
	color: #254770;
	font-size: 15px;
}





body {
	margin:15px;
	height:100%;
}

#container {
	width: 800px;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-color:#254770;
	width:800px;
	height:15px;
}

.text_header {
	font-size:10px;
	color:#FFFFFF;
	float:left;
	margin-left:5px;
}
.text_header a {
	color:#FFFFFF;	
}
.quick_nav {
	font-size:10px;
	color:#FFFFFF;
	float:right;
	margin-right:5px;
}
.quick_nav a {
	color:#FFFFFF;	
}

#banner {
	width:800px;
	height:75px;
	background-image: url(../imgs/banner.jpg);
}

#navigation {
	width:800px;
	height: 14px;
}

#navigation ul {
	margin:0px;
}
#navigation li {
	float:right;
	list-style-type: none;
	display:block;
	width:100px;
	height:14px;
	text-align:center;
	background-color:#333333;
	background-image: url(../imgs/ecke.jpg);
	background-repeat: no-repeat;
	margin-left:2px;
	font-size: 9px;
	
}

#navigation li a {
	color:#FFFFFF;
}

#sub_navigation {
	width:800px;
	height: 14px;
}

#sub_navigation ul {
	margin-top: 3px;
	height: 15px;
}

#sub_navigation li {
	height: 14px;
	vertical-align: bottom;
	float:right;
	list-style-type: none;
	display:block;
	text-align:center;
	padding-left:10px;
	padding-right:15px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 2px solid #254770;
}
#sub_navigation li a {
	color:#254770;
}

#banner_left {
	width: 200px;
	margin-right: 10px;
	float:left;
}
#content {
	width: 590px;
	float:left;
}
#footer {
	clear:left;
	width: 800px;
	text-align: center;
	border-top: 1px solid black;
}

#footer a {
	color: #e87400;
	text-decoration: none;
}


