body {
	background-color: #000000;
	overflow: auto;
}

a:link {
	color: #009900;
	
	}

#wrapper {
	width: 942px; 
	margin: auto;
	overflow:auto;
	padding:0px;
	padding-top:30px;
	overflow:hidden;
}

#leftcol {
	background-image: url("img/navibg.png");
	background-repeat: no-repeat;
	padding: 0px;
	height: 600px;
	width: 205px;
	/* 600x205*/
	float: left;
}


#content {
	background-image: url("img/contentbox.jpg");
	height: 600px;
	width: 735px;
	padding: 0px;
	float: left;
	overflow: hidden;
	/*600x735*/
}

#navi {
	width: 165px;
	text-align: right;
	padding-top: 60px;
	padding-left: 0px;
}

.menuitem {
	padding-top: 20px;
}

.menuitem_s  li{
	padding-top: 10px;
}

#contact {
	width: 165px;
	text-align: right;
	position: absolute;
	top:450px;
}

#contentbottom {
	width:650px;
	height: 460px;
	margin-top: 30px;
	margin-left: 40px;
	overflow: auto;
}

.headline {
	font-size: 18px;
	font-weight: bold;
}

.green {
	color: #66ad34;
}

.blue {
	color: #2a679d;
}

h1{
	font-size: 16px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	font-weight: bold;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
	font-weight: bold;
}
