* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {	
	height: 100%;
	font-family: "Courier New", Courier, mono, Arial, Helvetica, Geneva;
	font-size:12px;	
	font-weight: normal;
	color: #000;
}
body {
	width:100%;
	height:100%;	
	background-color:#FFF;
}
#absmitte {
	position: absolute;
	width: 765px;
	height: 430px;/*398bild+10margin+12font+10margin*/
	top: 50%;
	left: 50%;
	margin-left: -382px;/*50% der width*/
	margin-top: -215px;/*50% der height*/
	/*border:1px solid red;*/
	/*background-color:yellow;*/
}
.navlist {
	margin: 0;
	width:auto;/*wie logo klein*/
}
.navlist ul, .navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.navlist a:link, .navlist a:visited, .navlist a:hover, .navlist a:active {
	width:auto;/*wie logo klein*/
	float: left;
	font-weight: normal;
	margin: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.navlist {
	outline:none;
}
a:focus {
	outline:none;
}
#hauptnav {
	float: right;
	height:100%;
	width:130px;
	/*border:1px solid red;*/
}
.navi {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 24px;
}
#content {
	float: left;
	width:625px;
	/*border:1px solid red;*/
}
#content p,table#bwerdegang {	
	font-size:12px;	
	font-weight: normal;
	color: #555;
	padding:4px 0px;	
}
h1, h2, h3 {
	color:#cccccc;
}
#logoklein {
	position:absolute;
	bottom:0px;
}
table#bwerdegang td {
	vertical-align: top;
	color: #555;
	font-size:12px;	
}



