html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #e4e4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #36c;
	background: inherit;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 830px;
	text-align: center;
}


#topnavibox {
	background-image: url(images/bgtopnavi.jpg);
	height: 25px;
	text-align: right;
}
#topnavi, #topnavieng {
	color: #fff;
	background: inherit;
}
#topnavi {
	padding: 4px 30px 0 0;
}
#topnavieng {
	padding: 4px 45px 0 0;
}
#topnavi a, #topnavi a:visited, #topnavieng a, #topnavieng a:visited {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
	padding: 0 25px;
}
#topnavi a:hover, #topnavi a:focus, #topnavieng a:hover, #topnavieng a:focus {
	color: #FFF;
	background-color: inherit;
	text-decoration: underline;
}
#topnavi .aktiv, #topnavieng .aktiv {
	color: #9cf;
	background-color: inherit;
	text-decoration: none;
	padding: 0 25px;
}

#header {
	background-image: url(images/bgheader1.jpg);
	height: 105px;
}
#logo {
	margin-left: 15px;
}

#subheaderbox {
	background-image: url(images/bgsubnavi.jpg);
	height: 60px;
	text-align: left;
}

#subnavi {
	text-align: center;
	padding: 5px 30px 0 0;
}
#subnavi a, #subnavi a:visited {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
	padding: 0 30px;
}
#subnavi a:hover, #subnavi a:focus {
	color: #FFF;
	background-color: inherit;
	text-decoration: underline;
}
#subnavi .aktiv {
	color: #9cf;
	background-color: inherit;
	text-decoration: none;
	padding: 0 30px;}

#contentbox {
	background-image: url(images/bgcontent.jpg);
	text-align: left;
}

.leftcolumn {
	float: left;
	width: 220px;
}
#leftnavibox {
	padding: 15px 5px 10px 25px;
	font-size:9pt;
	line-height: 14px;
}
#leftnavibox a, #leftnavibox a:visited {
	color: #666;
	background: inherit;
	text-decoration: none;
}

#leftnavibox a:hover, #leftnavibox a:focus {
	font-weight: normal;
	text-decoration: underline;
}

#leftnavibox .aktiv {
	color: #000;
	background: inherit;
	font-weight: bold;
}

.rightcolumn {
	float: right;
	width: 600px;
}
#content {
	padding: 10px 40px 10px 10px;
}
#content a, #content a:visited {
	color: #36c;
	background-color: inherit;
	text-decoration: none;
}
#content a:hover, #content a:focus {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}
#content ul {
	position: relative;
	left: -15px;
}
#content ul li {
	list-style-image: url(images/list.gif);
}

#footer {
	background-image: url(images/bgfooter.jpg);
	height: 20px;
	text-align: center;
}
.footertext {
	color: #999;
	background: inherit;
	font-size: 8pt;
	padding: 3px 30px 0 0;
}
a.footerlink, a.footerlink:visited {
	color: #999;
	background-color: inherit;
	text-decoration: none;
}
a.footerlink:hover, a.footerlink:focus {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}
#footer .aktiv {
	color: #9cf;
	background: inherit;
	text-decoration: none;
}


