/* -------------------------------------------
 * inVisual, 2006
 * Stop buggin' my source code!
 * ---------------------------------------- */

html, body{ 
	padding: 0px; 
	margin: 0px; 
}

body{
	background-image: URL('img/background_wide.jpg');
	background-repeat: no-repeat;
	font: 10px verdana, arial;
}

#topmenu{
	position: absolute;
	top: 55px;
	left: 270px;
	height: 30px;
	text-align: center;
}

#topmenu2{
	position: absolute;
	top: 80px;
	left: 270px;
	height: 30px;
	text-align: center;
}

.button{
	width: 117px;
	height: 16px;
	padding-top: 2px;
	border: 0px;
	background-image: URL('img/button.gif');
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	font: bold 10px verdana, arial;
}

.button_hover{
	width: 117px;
	height: 16px;
	padding-top: 2px;
	border: 0px;
	background-image: URL('img/button.gif');
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	font: bold 10px verdana, arial;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}

.button a, .button a:hover, .button_hover a, .button_hover a:hover{
	color: #FFF;
	text-decoration: none;
}

#content{
	width: 617px;
	height: 360px;
	position: absolute;
	top: 140px;
	left: 129px;
	padding: 10px;
	overflow: auto;
	text-align: justify;
	color: #005836;
}

#content a, #content a:hover, #content a:visited{
	color: #005836;
	text-decoration: underline;
}

#titel{
	position: absolute;
	top: 10px;
	left: 340px;
	width: 370px;
	height: 40px;
	text-align: center;
}	

	#titel h1{
		padding: 0px;
		margin: 0px;
		color: #018754;
		font: bold 24px verdana, arial;
	}