html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #36c;
	background: inherit;
	font-size: 11pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 830px;
	text-align: center;
}


#topnavibox {
	height: 25px;
	text-align: right;
}

#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 .aktiv, #topnavieng .aktiv {
	color: #000;
	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: 35px 30px 0 0;
}
#subnavi a, #subnavi a:visited {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
	padding: 0 30px;
}

#subnavi .aktiv {
	color: #000;
	background-color: inherit;
	text-decoration: none;
	padding: 0 30px;
	font-weight: bold;
}

#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 .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 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;
}

#footer .aktiv {
	color: #000;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}


