/* Global Whitespace Reset */
*
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.3em; }
h4 { font-size: 110%; }
h5 { font-size: 1em; }
h6 { font-size: 110%; }

table, td, th
{
	border: 0;
	border-collapse: collapse;
}

table { margin: -10px 0 15px 0; }
.search_form table { margin: 0; }
.search_form td { border-bottom: 0 #FFF solid; }

td, th
{
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px #FFF solid;
}

hr
{
	height: 1px;
	border-color: #fff;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	margin: 6px 0;
}

hr.clear
{
	height: 1px;
	clear: both;
	visibility: hidden;
	margin: 0;
}

br.divider
{
	height: 0;
	padding: 0;
	clear: both;
	margin: 0;
}

b, strong
{
	color: #6d0000;
	font-weight: bold;
}

em, i
{
	font-family: inherit;
	font-style: italic;
}

div.top
{
	padding: 12px 0 0 0;
	margin: 0;
	clear: both;
	text-align: right;
	right: 0px;
	float: right;
}

/* ---------------------------------
   allgemeine Stile
==================================== */

a:link, a:visited
{
	color: #720000;
	text-decoration: none;
	border-bottom: #ccc;
}

a:hover, a:active
{
	color: #000;
	text-decoration: underline;
	border-bottom: #ccc;
}

html, body { height: 100%; }

body
{
	font-size: 0.8em;
	color: #000022;
	text-align: center;
	background-color: #333333;
	background-image: url(../../img/pix/bg.gif);
	background-repeat: repeat;
	background-position: 50% 0;
}

#container
{
	margin: 0 auto 0 auto;
	width: 802px;
	padding: 0;
	text-align: left;
	min-height: 1%;
	position: relative;
	background-image: url("../../img/pix/contentbg.gif");
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-color: #990000;
}

#wrapper { padding: 0; }

#main
{
	float: left;
	padding: 145px 11px 0 11px;
	width: 780px;
}

#content
{
	margin-left: 179px;
	padding: 2px 0 0 0;
	min-height: 1px;
}

#content ul
{
	padding: 0;
	margin: 6px 0;
}

#content li
{
	background: url(../../img/pix/li.gif) 0 5px no-repeat;
	display: block;
	margin-left: 30;
	padding: 0 0 2px 16px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	min-height: 1px;
}

div.starttext, div.starttextautor
{
	margin: 30px 50px 0;
	padding: 0;
	font-size: 1.45em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-style: italic;
	line-height: 1.6em;
	color: #990000;
}

div.starttextautor { margin-top: 0; }

/* ---------------------------------
   Kopfzeile
==================================== */

#kopf
{
	width: 802px;
	height: 145px;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 10;
	background-image: url("../../img/pix/kopf.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #990000;
}

#kopf h1
{
	margin: 4px 0 0 195px;
	height: 20px;
	color: #AF5;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#kopf h2
{
	margin: 0;
	display: none;
}

#kopf img
{
	margin: 20px 0 0 195px;
	border-width: 0px;
	border-style: none;
}

#kopf .desc
{
	margin: 0;
	color: #990000;
	visibility: hidden;
	display: none;
}

/* ====================================
	Navigations Menue / Linke Spalte
==================================== */

#LinkeSpalte
{
	margin: 0;
	padding: 0;
	width: 179px;
	float: left;
	vertical-align: top;
}

#LinkeSpalte p
{
	margin: 10px 12px 0 11px;
	text-align: left;
}

#LinkeSpalte img
{
	border: none;
	text-align: left;
	padding: 0;
}

#navigation ul
{
	margin: 0;
	list-style: none;
}

#navigation li
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	_height: 1px;
}

#navigation li a, #navigation li a:link, #navigation li a:visited
{
	color: #f7e6ce;
	display: block;
	padding: 3px;
	font-size: 15px;
	text-decoration: none;
	border: none;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
}

#navigation li a:link, #navigation li a
{
	text-decoration: none;
	color: #f7e6ce;
}

#navigation li a:hover, #navigation li.active a
{
	text-decoration: underline;
	color: #fff;
}

#navigation ul li ul li a, #navigation ul li ul li a:link, #navigation ul li ul li a:visited
{
	margin-left: 12px;
	text-decoration: none;
	font-size: 13px;
	color: #f7e6ce;
}

#navigation ul li.active ul li a:link
{
	text-decoration: none;
	color: #f7e6ce;
	font-size: 13px;
}

#navigation ul li ul li a:hover, #navigation ul li ul li.active a
{
	text-decoration: underline;
	color: #fff;
	font-size: 13px;
}

#navigation ul li ul li ul li a, #navigation ul li ul li ul li a:link, #navigation ul li ul li ul li a:visited
{
	margin-left: 22px;
	text-decoration: none;
	font-size: 13px;
	color: #f7e6ce;
}

#navigation ul li ul li.active ul li a:link
{
	text-decoration: none;
	color: #f7e6ce;
	font-size: 13px;
}

#navigation ul li ul li ul li a:hover, #navigation ul li ul li ul li.active a
{
	text-decoration: underline;
	color: #fff;
	font-size: 13px;
}

#navirest
{
	width: 145px;
	margin: 0;
	padding: 12px 0 0 6px;
	font-size: 1em;
}

#navirest img
{
	display: block;
	margin: 0 auto 0 auto;
}

#navirest a img
{
	text-decoration: none;
	border-bottom: 0;
}

a img
{
	border-width: 0;
	border-style: none;
	display: block;
}

p.image_caption
{
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	text-align: left;
}

}

p.image_caption span { font-size: 0.8em; }

div.zentriert
{
	margin: 12px auto 12px auto;
	text-align: center;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	line-height: 2em;
}

/* ====================================
	Footer
==================================== */

#fuss
{
	background: url(../../img/pix/fuss.gif) 0 0 no-repeat;
	color: #333;
	margin: 0;
	width: 802px;
	height: 80px;
	text-align: left;
	position: relative;
	vertical-align: bottom;
}

#fuss p
{
	font-size: 0.8em;
	padding: 28px 21px 0 206px;
}

/* ====================================
	Text
==================================== */

.text
{
	line-height: 1.5em;
	padding: 0 20px;
	background: url(../../img/pix/text_bg.jpg) center 0 no-repeat;
	min-height: 431px;
}

h1, h2, h3
{
	color:#FF0;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-style: italic;
	line-height: 1.5em;
}

.text h1
{
	margin: 0 0 15px -2px;
	font-weight: normal;
}

.text h2
{
	margin: 0 0 3px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.text h2 a:after, b a:after { content: " \203A"; }
.text h2 a:hover:after, b a:hover:after { content: " \00BB"; }
.text h2 a.phpwcmsIntLink, .text h2 a.phpwcmsIntLink:link, .text h2 .phpwcmsIntLink a:visited {text-decoration: none; }



.text h3
{
	border-bottom: 1px solid #fff;
	margin: 18px -8px 4px -10px;
	padding-left: 10px;
	font-style: italic;
	font-weight: normal;
}

.text p { margin: 0 0 10px 0;
color:#FF9}

.text small
{
	color: #AEAEAE;
	margin: 1px 0 15px;
	font-size: 11px;
	display: block;
}

.text img.border
{
	background-color: #ffca92;
	padding: 1px;
}

.text img, p img
{
	background-color: transparent;
	padding: 0;
}

.text a.phpwcmsIntLink, .text a.phpwcmsIntLink:link, .text .phpwcmsIntLink a:visited, .text a.phpwcmsExtLink, .text a.phpwcmsExtLink:link, .text a.phpwcmsExtLink:visited

{
	margin-left: 0;
	text-decoration: underline;
}

.text b a.phpwcmsIntLink, .text li a.phpwcmsIntLink { text-decoration: none; }

.text a.phpwcmsIntLink:hover, .text a.phpwcmsIntLink:active, .text a.phpwcmsExtLink:hover, .text a.phpwcmsExtLink:active
{
	margin-left: 0;
	text-decoration: none;
}

ol { padding: 0 0 12px 30px; }

blockquote p
{
	padding: 10px 20px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.1em;
}

blockquote p em, i
{
	font-family: inherit;
	font-style: normal;
	padding-left: 10em;
}

sup {font-size: 0.7em; line-height: 1.2em;}

/* ====================================
	Formulare
==================================== */

td.formLabel, td.formLabelRequired { vertical-align: top; }
.form_rot { color: #900; }

.form_error
{
	color: #900;
	font-weight: bold;
}

.input
{
	color:#0000ff;
	padding: 2px 2px 2px 2px;
	width: 350px;
	background-color: #f1fdff;
	border: 1px solid #ccc;
}

div.imgDIVinTextRight
{
	float: right;
	margin: 5px 0 7px 10px;
	padding: 5px;
	background-color: #000;
}

div.imgDIVinTextLeft
{
	float: left;
	margin: 5px 10px 7px 0;
	padding: 5px;
	color:#000;
}

phpwcmsSearchResult
{
	padding: 0;
	margin: 0;
}

b.highlight
{
	color: red;
	font-weight: bold;
	padding: 12px 0;
}

.phpwcmsSearchNextPrev
{
	padding: 6px 0;
	margin: 0;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
}#container #wrapper #main #LinkeSpalte #navigation ul {
	color: #F00;
}
Wittig {
	color: #FFF;
}
Wit {
	color: #FFF;
}

