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

/* Allgemeine Formatierungen */
*{
    margin: 0;
    padding: 0;
}
body h1{
	display: none;
}
body{
	background-color: #FFFFFF;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* --------------vertikale Zentrierung------------- */
#zentrierhilfe{
    text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}


/* --------------Kontaktfeld------------- */
#kontakt{
	text-align: right;
	margin-left: -335px;
	position: absolute;
	top: 8px;
	left: 50%;
	width:600px;
	height: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


/* --------------links im Kontakt und Archiv------------- */
.langnav {
	}

a.navi_kontakt {
	margin-left: 10px;
	}

a.navi_kontakt:link {
	color: #515151;
	text-decoration: none;
}
a.navi_kontakt:visited {
	color:  #515151;
	text-decoration: none;
}
a.navi_kontakt:hover {
	color:  #515151;
	text-decoration: underline;
}
a.navi_kontakt:active {
	color:  #515151;
	text-decoration: underline;
}

/* --------------Inhalt------------- */
#inhalt{
	margin-left: -300px;
	position: absolute;
	top: -250px;
	left: 50%;
	width:600px;
	height: 529px;
	background-color: #FFFFFF;
}


.counter { display:none;}