.zentrieren {
        width: 1100px;         /* die Breite für die "Tabelle" ... evtl. + ein paar Pixel, man weiß ja nie ... */
        margin: 0px auto;    /* auto verteilt die restlichen, äußeren Pixel symmetrisch */

        }

html {
    height: 101%;
    margin: 0 0 1px;
    padding: 0;
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

H1 {
    color:white; font-size:60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 80px;
	padding-top: 0px;
	line-height: 140px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/vg_head.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #4963BA;
	height: 140px;
	width: auto;
}		
	
.topline {
    clear: right;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
    background-color: #003399;
	width: auto;
	height: 30px;
	margin-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu {
    position: fixed;
	top: 180px;
	font-size: 0.91em;
    float: left; width: 150px;
	height: 100%;
	color: #000000;
	background-color: #DDDDDD;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.menuelinks a {
display: block;
width: auto;
margin-bottom: 1px;
padding: 5px 5px 5px 5px;
color: #000000;
font-size: 11px;
font-weight: bold;
text-decoration: none;
border: 1px solid #000099;
}
.menuelinks a:hover {
background: #003399;
text-decoration: none;
color: #FFFFFF;
}

.menuelinks .aktuell {
display: block;
width: auto;
background: #00FF00;
margin-bottom: 2px;
padding: 3px 0px 3px 4px;
font-size: 11px;
color: #000000;
font-weight: bold;
border: 1px solid #4963BA;
}

.language {
	top: auto;
	left: 230px;
	width: 920px;
	height: 30px;
	margin-left: 180px;
	padding-top: 5px;
	font-variant: normal;
	text-align: center;
}	

.main {

	top: 210px;
	left: 230px;
	width: 880px;
	height: auto;
	margin-left: 180px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.footer {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	background: #000000;
	width: auto;
	padding-left: 20px;
}
