html {
	overflow:auto;
}
body {
	margin:0;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	line-height:16px;
}
#main {
	width:815px;
}
#logo {
	float:left;
	padding-top:6px;
	padding-left:15px;
	width:100px;
	height:49px;
	background-image:url(resources/logo.gif);
	background-repeat:no-repeat;
	background-position:15px 6px;
}
* html #logo {
	width:115px;
	height:55px;
	background-repeat:no-repeat;
}
#logo img {
	border:0;
	width:100px;
	height:44px;
}
#header {
	float:left;
	padding-top:35px;
	width:700px;
	height:20px;
	text-align:right;
}
* html #header {
	height:55px;
}
#main-nav {
	float:left;
	padding-top:10px;
	padding-left:6px;
	margin-bottom:10px;
	height:24px;
	width:809px;
	color:#fff;
	background-color:#369;
}
* html #main-nav {
	height:35px;
	width:815px;
}
#top-image {
	float:left;
	margin-bottom:10px;
	width:815px;
	height:100px;
	background-color:#369;
}
#middle-column {
	float:left;
	height:auto;
	min-height:300px;
	width:640px;
}
#sub-nav, #sub-nav2 {
	height:118px;
	width:640px;
	height:118px;
	color:#000;
	font-size:12px;
	line-height:18px;
}
#sub-nav2 {
	margin-bottom:10px;
	height:32px;
}
#sub-nav .left, #sub-nav .right,
#sub-nav2 .left, #sub-nav2 .right {
	float:left;
	margin-left:10px;
--	padding-top:5px;
	width:310px;
	height:118px;
	background-color:#d2dce8;
}
#sub-nav2 .left, #sub-nav2 .right {
	height:32px;
}
#sub-nav .archiv {
	float:left;
}
#content, #admin {
	padding-left:15px;
}
#admin {
	clear:left;
}
#content {
	float:left;
	width:625px;
	min-height:360px;
}
* html #content {
	width:640px;
	height:340px;
}
.image {
	float:left;
	width:140px;
}
.text {
	float:left;
	padding-left:15px;
	width:470px;
}
* html .text {
	width:485px;
}

#right-column {
	float:left;
	padding-left:30px;
	height:auto;
	min-height:450px;
	width:145px;
}
* html #right-column {
	height:400px;
	min-height:400px;
	width:175px;
}
#right-column .quick {
	float:left;
	margin-bottom:10px;
	width:145px;
	height:150px;
	background-color:#d2dce8;
}
.headline {
	clear:left;
	border:1px solid #e7e3e0;
	border-bottom:2px solid #ccc;
	padding:4px;
	margin-bottom:10px;
}
.headimg {
	margin-top:8px;
	margin-left:-4px;
	margin-right:-4px;
	margin-bottom:-8px;
	border:0;
	width:143px;
}
* html .headimg {
	margin-bottom:-6px;
}

#footer {
	float:left;
	clear:left;
	padding-bottom:10px;
	width:815px;
	background-image:url(resources/logo_45.gif);
	background-repeat:no-repeat;
	background-position:620px 40px;
}
#footer .left, #footer .right {
	float:left;
}
#footer .left {
	padding-left:15px;
	width:625px;
}
* html #footer .left {
	width:640px;
}
#footer .right {
	padding-left:30px;
	width:145px;
	font-size:11px;
}
* html #footer .right {
	width:175px;
}
form {
	margin:0;
}
p {
	margin:0;
	margin-bottom:6px;
	padding:0;
}
a {
	color:#004f9d;
}
h1 {
	margin-top:0;
	margin-bottom:20px;
	padding-left:10px;
	color:#000;
	background-color:#ccc;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
h2 {
	margin-top:0px;
	margin-bottom:6px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
h3 {
	margin:0;
	margin-top:4px;
	padding-left:10px;
	height:22px;
	font-size:12px;
}
* html h3 {
	height:22px;
}
table {
	font-size:100%;
}
th {
	text-align:left;
	vertical-align:top;
}
td {
	vertical-align:top;
}
ul {
	margin-top:4px;
	margin-bottom:0;
	padding-left:15px;
}
* html ul {
	margin-left:15px;
	padding-left:0;
}