/* -------------------------------------------------------------- Version 1 ---*/
* { 
	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: 100.1%;
	line-height: 140%;
}

/* -------------------------------------------------------------- generelle Definitionen 1 ---*/

.unsichtbar {
	position: absolute;
	left: -1000px;
	width: 0;
	height: 0;
	overflow:hidden; 
	display:inline;
}
strong {
	font-size:105%;
	color: #333;
	background-color: inherit;
}
em {
	font-size:105%;
	font-weight:bold;
	color: #c33;
	background-color: inherit;
}
img {
	border: none;
}
.bildumrandung {
	border:1px solid #d4e1fd;
}
hr {
	margin: 0 0 0.3em 0;
	padding: 0;
	border:none;
	border-top: 1px solid #999;
}

/* -------------------------------------------------------------- Seitenkopf 2 ---*/

#kopf {
	width:100%;
	height:99px;
	background:url(img/kopf-hintergrund.gif) repeat-x;
}
#logo {
	position:absolute;
	z-index:1;
	top:15px;
	left:70px;
	width:110px;
	height:145px;
}
#kopfbild {
	width:770px;
	height:75px;
	background:url(img/kopfbild.png) no-repeat;
}

/* -------------------------------------------------------------- Kontaktnavigation ---*/

#kontaktnavi {
	position:absolute;
	top:0;
	left:630px;
	width:135px;
	height:75px;
	text-align:right;
}
#kontaktnavi li {
	display:block;
	list-style-type: none;
	margin: 6px 0;
	height:26px;
}
#kontaktnavi a:link, #kontaktnavi a:visited  {
	font-size:73%;
	line-height:100%;
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	background-color: inherit;
	display: inline;
	padding:3px 5px;
}
#kontaktnavi a:hover, #kontaktnavi a:focus, #kontaktnavi a:active {
	color: #333;
	background-color: #d4e1fd;
}

/* -------------------------------------------------------------- Hauptnavigation ---*/

#hauptnavi {
	position:absolute;
	top:75px;
	left:250px;
	width: 510px;
	height:24px;
	overflow:hidden;
}
#hauptnavi li {
	display:inline;
	list-style-type: none;
}
#hauptnavi a:link, #hauptnavi a:visited  {
	float:left;
	font-size:73%;
	line-height:1.9em;
	height:24px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	background-color:inherit;
	padding: 0 10px;
	display: block;
}
#hauptnavi a:hover, #hauptnavi a:focus, #hauptnavi a:active  {
	background:url(img/hauptnavi-hover.gif) repeat-x;
}
#hauptnavi a.aktiv:link, #hauptnavi a.aktiv:visited {
	background:url(img/hauptnavi-hover.gif) repeat-x;
}

/* -------------------------------------------------------------- Subnavigation 1. Ebene ---*/

#subnavi {
	float:left;
	margin-right:15px;
	padding:80px 0 20px 0;
	width: 250px;
	background:url(img/subnavi-hintergrund.jpg) top left no-repeat;
	overflow:hidden;
}
#subnavi li {
	display:inline;
	list-style-type: none;
}
#subnavi a:link, #subnavi a:visited  {
	font-size:73%;
	line-height:1.4em;
	text-decoration: none;
	color: #000;
	background-color:inherit;
	width:225px;
	padding: 3px 5px 4px 20px;
	border-bottom:1px solid #c33;
	display: block;
}
#subnavi a:hover, #subnavi a:focus, #subnavi a:active  {
	color: #000;
	background-color:#f9f5ed;
}
#subnavi a.aktiv:link, #subnavi a.aktiv:visited {
	color: #000;
	background-color:#f9f5ed;
}

/* -------------------------------------------------------------- Subnavigation 2. Ebene ---*/

#subnavi li ul li {
	display:inline;
	list-style-type: none;
}
#subnavi li ul li a:link, #subnavi li ul li a:visited  {
	font-size:73%;
	line-height:1.4em;
	text-decoration: none;
	color: #000;
	background:url(img/listitem1.gif) 20px 0.6em no-repeat;
	background-color:inherit;
	width:210px;
	padding: 3px 5px 4px 35px;
	border-bottom:1px solid #c33;
	display: block;
}
#subnavi li ul li a:hover, #subnavi li ul li a:focus, #subnavi li ul li a:active  {
	color: #000;
	background-color:#f9f5ed;
}
#subnavi li ul li a.aktiv:link, #subnavi li ul li a.aktiv:visited {
	color: #000;
	background-color:#f9f5ed;
}

/* -------------------------------------------------------------- Subnavigation 3. Ebene ---*/

#subnavi li ul li ul li {
	display:inline;
	list-style-type: none;
}
#subnavi li ul li ul li a:link, #subnavi li ul li ul li a:visited  {
	font-size:73%;
	line-height:1.4em;
	text-decoration: none;
	color: #000;
	background:url(img/listitem2.gif) 35px 0.7em no-repeat;
	background-color:inherit;
	width:250px;
	padding: 3px 5px 4px 48px;
	border-bottom:1px solid #c33;
	display: block;
}
#subnavi li ul li ul li a:hover, #subnavi li ul li ul li a:focus, #subnavi li ul li ul li a:active  {
	color: #000;
	background-color:#f9f5ed;
}
#subnavi li ul li ul li a.aktiv:link, #subnavi li ul li ul li a.aktiv:visited {
	color: #000;
	background-color:#f9f5ed;
}

/* ------------------------------------------------------------------------ Wrapper ---*/

#wrap {
	width:761px;
}

/* -------------------------------------------------------------- Inhaltscontainer ---*/

#inhalt {
	float:left;
	width:495px;
	padding:15px 0;
}

/* -------------------------------------------------------------- Absaetze ---*/

#inhalt h1 {
	font-size:115%;
	font-weight:normal;
	line-height:135%;
	margin-bottom:0.2em;
	color:#333;
	background-color:inherit;
}
#inhalt h2 {
	clear:both;
	font-weight:normal;
	font-size:98%;
	line-height:150%;
	color:#333;
	background:url(img/h2-hintergrund.gif) 0 0.9em repeat-x;
	background-color:inherit;
	padding-left:5px;
	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: 76%;
	line-height:140%;
	color:#333;
	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:10px;
}
#inhalt p.rechts {
	float:right;
	margin-left:10px;
}
#inhalt p.rechts img, #inhalt p.links img {
	padding-top:5px;
}
#inhalt p.frei {
	clear:both;
}
#inhalt p.legende {
	font-style:italic;
	font-size:68%;
	line-height:140%;
}
#inhalt p.teaser {
	font-size:80%;
	font-weight:bold;
	color: #333;
	background-color: inherit;
}
#inhalt p.bilderlink a:link {
        text-align:center; 
        padding-bottom:0;
        padding-left:0;
        border-bottom:0;
	background:none;
}
#inhalt p.bilderlink  a:visited, #inhalt p.bilderlink a:hover, #inhalt p.bilderlink a:focus, #inhalt p.bilderlink a:active {
        text-align:center; 
        padding-bottom:0;
        padding-left:0;
        border-bottom:0;
	background:none;
}
#inhalt a:link, #inhalt a:visited  {
	text-decoration:none;
	color: #000;
	background:url(img/listitem1.gif) 1px 0.3em no-repeat;
	background-color:inherit;
	padding-bottom:1px;
	padding-left:14px;
	border-bottom:1px solid #000;
}
#inhalt a:hover, #inhalt a:focus, #inhalt a:active  {
	color: #000;
	background-color:#d4e1fd;
}

/* -------------------------------------------------------------- Aufzaehlungen ---*/

#inhalt ul {
	margin-bottom:0.5em;
}
#inhalt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:165%;
	padding-left:12px;
	list-style-type:none;
	background:url(img/listitem2.gif) left 0.5em no-repeat;
}
#inhalt ul.linkliste {
	margin-bottom:0.5em;
}
#inhalt ul.linkliste li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:165%;
	padding-left:14px;
	list-style-type:none;
	background:url(img/listitem1.gif) left 0.5em no-repeat;
}
#inhalt ul.linkliste li a:link, #inhalt ul.linkliste li a:visited {
	padding-left:0;
	background:none;
}
#inhalt ul.linkliste li a:hover, #inhalt ul.linkliste li a:focus, #inhalt ul.linkliste li a:active  {
	color: #000;
	background-color:#d4e1fd;
}
#inhalt ul.kontaktliste {
	margin-bottom:0.5em;
}
#inhalt ul.kontaktliste li {
	float:left;
	width:220px;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:165%;
	padding-left:12px;
	list-style-type:none;
	background:url(img/listitem2.gif) left 0.5em no-repeat;
}
#inhalt ul.kontaktliste li.frei {
	width:480px;
	line-height:1px;
	padding:0;
	margin:7px 0;
	background:none;
	border-bottom:1px solid #c33;
}

/* -------------------------------------------------------------- Newsbloecke ---*/

#newsbereich {
	float:left;
	margin-right:15px;
	padding:80px 0 20px 0;
	width: 250px;
	background:url(img/subnavi-hintergrund.jpg) top left no-repeat;
}
.news, .news_noprint {
	margin:0 10px 1.2em 10px;
}
.news h1, .news_noprint h1 {
	font-size: 83%;
	line-height:150%;
	color:#333;
	background:url(img/h2-hintergrund.gif) 0 0.9em repeat-x;
	background-color:inherit;
	padding-left:5px;
	padding-bottom:0.5em;
}
.news ul, .news_noprint ul {
	margin-left:5px;
}
.news li, .news_noprint li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height:155%;
	padding-left:14px;
	margin-bottom:0.3em;
	list-style:none;
	background:url(img/listitem1.gif) left 0.5em no-repeat;
}
.news a:link, .news a:visited, .news_noprint a:link, .news_noprint a:visited  {
	text-decoration:none;
	color: #000;
	background-color:inherit;
	padding-bottom:1px;
	border-bottom:1px solid #000;
}
.news a:hover, .news a:focus, .news a:active, 
.news_noprint a:hover, .news_noprint a:focus, .news_noprint a:active  {
	color: #000;
	background-color:#f9f5ed;
}

/* --------------------------------------------------------------------- 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-weight:bold;
	color: #000;
	background-color:#ec8484;
}
th {
	font-weight:bold;
	text-align:left;
	padding:3px 5px;
	vertical-align:top;
}
td {
	padding:3px 5px;
	vertical-align:top;
}
tbody tr {
	color: #000;
	background-color:#fff;
}
tr.zebra {
	color: #000;
	background-color:#e8effc;
}
#inhalt table li {
	font-size:100%;
	line-height:140%;
	padding-left:12px;
	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 {
	margin: 0 20px 1em 70px;
}

#anmeldung p {
	margin: 0 0 0.3em 0;
	text-align: left;
}

#anmeldung label {
	color: #333;
	background-color: inherit;
}

#anmeldung label.rechts {
	line-height:120%;
	width:380px;
	float:right;
	color: #333;
	background-color: inherit;
	margin-bottom:0.5em;
	margin-top:2px;
	display: inline;
}

#anmeldung input, #anmeldung select {
	font-size:100%;
	margin: 0;
	padding:4px 0 0 10px;
	width:330px;
	height:1.6em;
	border: 1px solid #fff;
	border-bottom: 1px solid #333;
	color: #333;
	background-color: #efefef;
}

#anmeldung select {
	width: auto;
	max-height: auto;
	padding: 2px 0 0 2px;
}

#anmeldung textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:330px;
	margin: 0;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	border: 1px solid #fff;
	border-bottom: 1px solid #333;
	color: #333;
	background-color: #efefef;
}

#anmeldung input.check {
	color: #000;
	background-color: #f9f5ed;
	width: 18px;
	height: 18px;
	border: none;
	clear: left;
}

#anmeldung input.submit {
	font-size:1.2em;
	font-weight:bold;
	height:2em;
	width: 160px;
	margin-top: 0.5em;
	padding:3px 0;
	border: 1px solid #999;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #333;
	background-color: #ed8484;
}

#anmeldung input.reset {
	font-size:1.2em;
	width: 160px;
	height:2em;
	margin-top: 0.5em;
	margin-left: 18px;
	padding: 0;
	border: 1px solid #999;
	color: #333;
	background-color: #fff;
}

/* --------------------------------------------------------------------- Footer --- */

#fuss {
	padding-bottom:20px;
}
#fuss p {
	clear:both;
	height:3em;
	border-left:250px solid #f9f5ed;
	height:1.4em;
	font-size:63%;
	line-height:140%;
	color:#000;
	background-color:#d4e1fd;
	padding:3px 15px;
}
#fuss a:link, #fuss a:visited  {
	color: #000;
	background:url(img/listitem1.gif) left 0.2em no-repeat;
	background-color:inherit;
	padding-left:14px;
	margin-left:400px;
}
#fuss a:hover, #fuss a:focus, #fuss a:active  {
	color: #000;
	background-color:#f9f5ed;
}



