/* CSS Document */

* {
padding: 0;
margin: 0;
}

html,body {
height: 100%;
}

body {
	background-color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 0.9em;
	background:none;
}


#wrapper {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
}

#static {
	height:1px;
	width:1px;
	position:relative;
}

/* No-Spam */
.mapson span {
display: none;
}

/* Kopf */

#header {
display:none;
}	

.schriftzug {
display:none;
}

#logo {
display:none;
}

#foto {
display:none;
}

#linke_spalte {
display:none;
}



/* Navigation*/

#menu { display:none; } 


/* Servicenavigation */

#servicenav {
display:none;
}


/* Inhalt */

#aktuell {
	width:200px;
	margin:15px 11px;
	padding:5px;
	border:1px solid #ccc;
}

#aktuell h1 {
	font-weight:bold;
	font-size:1em;
	color:#000;
	margin:10px 0;
}

#aktuell h2, #aktuell h3 {
	font-weight:bold;
	font-size:0.9em;
	color:#666666;
}

#aktuell p {
	font-size:0.9em;
	margin:10px 0;
}
	

#inhalt {
	position:relative;
	padding:0;
	width:90%;
	margin-top:20px;
}

#inhalt_content {
	width:100%;
	background:none;
	text-align:left;
	margin-bottom:0;
	padding-bottom:0;
}

#inhalt_schatten {
display:none;
}

#inhalt p {
	margin:20px 25px 0 25px;
	line-height:130%;
}

#inhalt h1 {
	padding:25px 0 0 25px;
	font-size:1.2em;
	color:#333;
}	

#inhalt h2 {
	font-weight:bold;
	color:#666;
	font-size:1em;
	margin:20px 0 0 25px;
}

#inhalt_content a, #inhalt_content a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}


#inhalt_content ul {
	padding:0;
	margin:20px 0 0 25px;
	list-style-type:square;
}

#inhalt_content ul ul {
	margin-top:0;
}

#inhalt_content ul li {
	margin:10px 0 0 25px;
	padding:0;
}

#inhalt table {
	margin:20px 20px 0 25px;
	border:1px solid #ccc;
}

#inhalt table th {
	color:#666;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}


#inhalt table td {
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}

img {
display:none;
}

.invis {
display:none;
}
	
