@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: -300px;
	position: absolute;
	top: 200px;
	left: 50%;
	width:625px;
	height: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


/* --------------links im Kontakt und Archiv------------- */
a.navi_kontakt:link {
	color: #000000;
	text-decoration: underline;
}
a.navi_kontakt:visited {
	color:  #000000;
	text-decoration: underline;
}
a.navi_kontakt:hover {
	color:  #000000;
	text-decoration: none;
}
a.navi_kontakt:active {
	color:  #000000;
	text-decoration: none;
}

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


.counter { display:none;}