@charset "UTF-8";
/* CSS Document */

#wmain {

	border: 2px solid black;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	//height: 100%;
	// padding-bottom: 10px;
	background-color:#FFFFFF;	

}


.wnav {


	//top:5px;
	width: 100%;
	left: 0px;
	top:0px;
	margin-left: 0px;
	//padding-top:5px;
	//height: auto;
	//margin-top:5px;
	min-height:100%;
}

.tabelle {

	left:-2px;
	top:-2px;
	padding:0px;
	margin:0px;
	width: 990px;
}

.tabletd {
	vertical-align:top;
	padding:0px;
	top:-2px;
}

.wcontent {
	background-color:#e9eff1;

	//left:200px;
	padding: 5px;

	
	top:0px;

	margin-right: 0px;
	padding-top:5px;
	width: 790px;
	//min-height: 250px;
}

.wheaderpic {

	left: 0px;
	//top: 10px;
	//margin-bottom:10px;
	width: 800px;
	height: 220px;
}

body {
	font-family: Arial;
	font-size: small;
}

a:link {
	color:black;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:black;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color:black;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:red;
	text-decoration:none;
	font-weight: bold;
}

h1 {
	font-size:large;
}

h2 {
	font-size:large;
}

h3 {
	font-size: small;
	font-weight: bold;
}
