body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}

#wrapper{
	margin: 0px auto 0px auto;
	width: 835px;
}

#servicenavi {
	display: none;
}

#navi {
	display: none;
}

#inhalt {
	width: 99%;
}

#streifen {
	position: relative;
	top: -41px;
}

#inhalt li {
	margin-bottom: 10px;
}
img {
	
}

h1 {
	font-size: 13px;
	background-color: transparent;
	color: #111;
	text-transform: uppercase;
	margin: 0px 0px 25px 0px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

td {
	vertical-align: top;
	padding: 3px 0px;
	font-size: 12px;
}

th {	
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid black;
	font-weight: normal;
}
th.right {
	text-align: right;
}

p {
	margin: 20px 0px;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

 /* Sitemap */
.sitemap
{
	list-style-type: none;
	margin-left: 0px;
}

.sitemap li ul
{
	list-style-type: square;
}
/* Formularelemente */
.formfeld {
	border: 1px solid #BCBCBC;
}

.button {
	border: 1px solid #ff0f00;
	background-color: #fff;	
	height: 20px;
}