* { 
	padding:0;
	margin:0;
} 
body {
	color: #000;
	background: #f9f5ed url(img/hintergrund.gif) left repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 140%;
}

/* -------------------------------------------------------------- generelle Definitionen ---*/

.unsichtbar {
	position: absolute;
	left: -1000px;
	width: 0;
	height: 0;
	overflow:hidden; 
	display:inline;
}
strong {
	font-size:105%;
	color: #002a80;
	background-color: inherit;
}
img {
	border: none;
}
.bildumrandung {
	border:1px solid #d4e1fd;
}
hr {
	height: 1px;
	margin: 0 0 0.3em 20px;
	padding: 0;
	border:none;
	border-top: 1px solid #999;
}

/* -------------------------------------------------------------- Seitenkopf ---*/

#kopf {
	width:100%;
	text-align:center;
	margin-top:0.3cm;
}
#logo {
	width:100px;
	height:136px;
	overflow:hidden;
	margin:0 40%;
}

/* -------------------------------------------------------------- Kontaktnavigation ---*/

#kontaktnavi {
	display:none;
}

/* -------------------------------------------------------------- Hauptnavigation ---*/

#hauptnavi {
	display:none;
}

/* -------------------------------------------------------------- Subnavigation 1. Ebene ---*/

#subnavi {
	display:none;
}

/* ------------------------------------------------------------------------ Wrapper ---*/

#wrap {
	width:100%;
	margin-top:0.5cm;
}

/* -------------------------------------------------------------- Inhaltscontainer ---*/

#inhalt {
}

/* -------------------------------------------------------------- Absaetze ---*/

#inhalt h1 {
	font-size:115%;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:0.2em;
	color:#333;
	background-color:inherit;
}
#inhalt h2 {
	clear:both;
	font-size: 100%;
	line-height:150%;
	color:#333;
	background-color:inherit;
	padding-left:0;
	padding-bottom:0.5em;
}
#inhalt h3 {
	clear:both;
	font-size: 83%;
	line-height:150%;
	color:#666;
	background-color:inherit;
	padding:0.3em 0;
}
#inhalt h4 {
	clear:both;
	font-size: 70%;
	line-height:140%;
	color:#000;
	background-color:inherit;
	padding-bottom:0.3em;
}
#inhalt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:165%;
	margin-bottom:0.7em;
}
#inhalt p.center {
	text-align:center;
}
#inhalt p.links {
	float:left;
	margin-right:15px;
}
#inhalt p.rechts {
	float:right;
	margin-left:15px;
}
#inhalt p.rechts img, #inhalt p.links img {
	padding-top:5px;
}
#inhalt p.legende {
	font-style:italic;
	font-size:68%;
	line-height:140%;
}
#inhalt p.frei {
	clear:both;
}
#inhalt a:link, #inhalt a:visited  {
	text-decoration:none;
	color: #000;
	background-color:inherit;
	padding-bottom:1px;
	padding-left:0;
	border-bottom:1px solid #000;
}
#inhalt ul.kontaktliste {
	margin-bottom:0.5cm;
}
#inhalt ul.kontaktliste li {
	float:left;
	width:45%;
	margin-right:1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:165%;
}
#inhalt ul.kontaktliste li.frei {
	width:92%;
	line-height:1px;
	padding:0;
	margin:7px 0;
	background:none;
	border-bottom:1px solid #c33;
}

/* -------------------------------------------------------------- Newsbloecke ---*/

#newsbereich {
	padding:0 0 0.5cm 0;
}
.news {
	margin:0 10px 1.2em 10px;
}
.news_noprint {
	display:none;
}
.news h1 {
	font-size: 83%;
	line-height:150%;
	color:#333;
	background-color:inherit;
	padding-bottom:0.5em;
}
.news ul {
	margin-left:0.5cm;
}
.news li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height:155%;
	margin-bottom:0.3em;
}
.news a:link, .news a:visited  {
	text-decoration:none;
	color: #000;
	background-color:inherit;
	padding-bottom:1px;
	border-bottom:1px solid #000;
}

/* --------------------------------------------------------------------- Tabellen --- */

table {
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:140%;
	width:99%;
	margin-bottom:1em;
}
thead tr {
	font-size:10pt;
	font-weight:bold;
	color: #000;
	background-color:#ec8484;
}
th, td {
	padding:2px 5px;
	vertical-align:top;
	border:1px solid #666;
}
tbody tr {
	color: #000;
	background-color:#fff;
}
tr.zebra {
	font-weight:bold;
	color: #000;
	background-color:#e8effc;
}
table li {
	padding-left:12px;
	margin-bottom:0.3em;
	list-style:none;
	background:url(img/listitem2.gif) left 0.4em no-repeat;
}
table .legende {
	font-style:italic;
	font-size:87%;
	line-height:140%;
}

/* --------------------------------------------------------------------- Formulare --- */

#anmeldung {
	display:none;
}

/* --------------------------------------------------------------------- Footer --- */

#fuss {
	display:none;
}
