html {
	height: 100%;
}
body {
	min-width:898px;
	height:100%;
	position:relative;
	margin:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
img {border-style:none;}
#wrapper {
	width:898px;
	margin:0 auto;
	min-height:100%;
	overflow:hidden;
	border:solid #ffdc80;
	border-width:0 2px;
}
* html #wrapper {
	height:100%;
}
#main {
	width:100%;
	padding:0 0 125px 0;
}
#header {
	width:858px;
	padding:0 20px 2px 20px;
	overflow:hidden;
	background:url(../bilder/bg-header.gif) repeat-x 0 100%;
}
.logo {
	margin:0;	
	float:left;
	width:160px;
	height:214px;
	text-indent:-9999px;
	padding:0 19px 0 0;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../bilder/logo.png) no-repeat;
	cursor:pointer;
}
.r {
	float:right;
	padding:0;
}
.r a {background:url(../bilder/logo2.png) no-repeat;}
.bg-h {
	width:100%;
	overflow:hidden;
	background:url(../bilder/bg-top.gif) repeat-y 179px 0;
}
.top {
	float:left;
	width:500px;
	padding:0 1px;
	overflow:hidden;
}
.visual-top {
	height:1%;
	overflow:hidden;
}
.visual-top img {
	vertical-align:top;
	border-bottom:1px solid #cddfe9;
}
.top-nav ul {
	float:left;
	margin:0;
	padding:12px 15px 0 20px;
	list-style:none;
	color:#0d1a2c;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.top-nav li {
	padding:8px 0 0 16px;
	background:url(../bilder/bullet-yellow.gif) no-repeat 0 8px;
}
.top-nav .green {padding:12px 5px 0 17px;}
.top-nav .green li {background:url(../bilder/bullet-green.gif) no-repeat 0 8px;}
.top-nav a {
	color:#0d1a2c;
	text-decoration:none;
}
.top-nav a:hover {text-decoration:underline;}
#content {
	height:1%;
	overflow:hidden;
	padding:36px 30px 0 30px;
}
#content-start {
	height:1%;
	overflow:hidden;
	padding: 0;
}
#content h2 {
	color:#8ab82b;
	margin:0;
	font-size:19px;
}
.two-column {
	width:100%;
	overflow:hidden;
}

.text {
	float:left;
	width:395px;
}
.text h3 {
	color:#0d1a2c;
	margin:32px 0 0 0;
	font-size:13px;
}
.text p {
	margin:18px 0 0 0;
	line-height:16px;
}
.text p strong {
	font-size:12px;
}
.column-l {
	float:right;
	width:390px;	
}
.column-l h3 {
	margin:32px 0 0 0;
	font-size:13px;
	line-height:18px;
}
.items {
	float:left;
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
.items li {
	padding:14px 0 4px 0;
	line-height:18px;
}
.items h3 {
	color:#0d1a2c;
	margin:0;
	font-size:12px;
}
.items h4 {
	color:#0d1a2c;
	margin:0;
	padding:0 0 0 16px;
	font-size:12px;
	background:url(../bilder/bullet-green.gif) no-repeat 0 3px;
}
.items p {margin:0;}
.items a {color:#8ab82b;}
.items a:hover {text-decoration:none;}

div.four-column {
	width: 180px;
	float: left;
	margin: 40px 35px 0 0;
	font-size: 11px;
	line-height: 1.5em;
}
div#content div.four-column-last {
	width: 180px;
	float: left;
	margin: 40px 0 0 0;

}

a, .four-column a {
	color:#8ab82b;
	text-decoration: underline;
}
#content div.four-column h2 {
	font-size: 12px;
	color: #0C1421;
}

.holder {
	width:100%;
	height:54px;
	margin:-54px 0 0 0;	
	position:relative;
}
#footer {
	width:898px;
	height:100%;
	margin:0 auto;
	background:url(../bilder/bg-footer.gif) repeat-x;
}
.holder ul {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.holder img {vertical-align:top;}
.holder ul li {float:left;}
.holder .links {
	float:left;
	padding:18px 0 0 22px;
}
.holder .links li {padding:0 50px 0 0;}
.holder .links-r {
	float:right;
	padding:8px 4px 0 0;
}
.holder .links-r li {padding:0 22px 0 0;}
