/* 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.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 130%; }
h5 { font-size: 1em; }
h6 { font-size: 110%; }

table, td, th
{
	border-collapse: collapse;
}

td, th
{
	padding: 3px;
	font-size: 12px;
}

hr
{
	height: 1px;
	border-color: #5bceff;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	margin: 12px 0 12px 0;
}

hr.clear
{
	height: 1px;
	clear: both;
	visibility: hidden;
	margin: 0;
}

b, strong
{
	font-weight: bold;
}

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: #003366;
	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: #ffe257;
	background-image: url("../../img/pix/bg_body_neu.jpg");
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#container
{
	margin: 45px auto 0 auto;
	width: 716px;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: #fff;
}

#wrapper
{
	padding: 0;
	margin: 0;
	border: 1px;
	background-image: url("../../img/pix/bg_content_neu.gif");
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#main
{
	float: left;
	padding: 154px 11px 0 11px;
	_padding: 154px 11px 0 11px;
	width: 694px;
	min-height: 800px;
	background-image: url("../../img/pix/bg_content_neu.gif");
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#content
{
	margin-left: 185px;
	padding: 0;
	min-height: 101%;
}

/* ---------------------------------
   Kopfzeile
==================================== */

#kopf
{
	width: 714px;
	height: 123px;
	position: absolute;
	padding: 1px;
	left: 0px;
	top: 0;
	z-index: 10;
	background-image: url("../../img/pix/kopf_neu.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
}

#kopf h1, #kopf h2
{
	margin: 0;
	display: none;
}

#kopf h1 a
{
	display: block;
	height: 170px;
	text-decoration: none;
}

#kopf img
{
	margin: 0;
	border-width: 0px;
	border-style: none;
}

/* ====================================
	Navigations Menue / Linke Spalte
==================================== */

#LinkeSpalte
{
	margin: 0;
	padding: 22px 0 0 0;
	width: 178px;
	float: left;
	vertical-align: top;
}

#LinkeSpalte p
{
	margin: 10px 12px 0 11px;
	text-align: left;
}

#LinkeSpalte img
{
	border: none;
	text-align: left;
	padding: 0 0 0 0;
}

ul#navigation
{
	margin: 0;
	list-style: none;
}

#navigation li
{
	margin: 0;
	padding: 0;
	font-size: 1.05em;
	_height: 1px;
}

#navigation li.title { padding: 6px 6px 6px 10px; }

#navigation li a, #navigation li a:link
{
	color: #610221;
	background: url(../../img/pix/menue.gif) 0 3px no-repeat;
	display: block;
	padding: 4px 5px 3px 22px;
	text-decoration: none;
	/* border-bottom: 1px solid #ffe494; */
	border: none;
	font-family: "Comic Sans MS";
}

#navigation li a:hover, #navigation li.active a
{
	color: #000;
	background: url(../../img/pix/menue-hover.gif) 0 3px no-repeat;
}

#navigation li a:active
{
	color: #000;
	background: url(../../img/pix/menue-active.gif) 0 3px no-repeat;
}

#navigation ul
{
	margin: 0;
	list-style: none;
}

#navigation li ul a
{
	margin-left: 14px;
	padding-left: 24px;
	background: url(../../img/pix/menue.gif) 0 3px no-repeat;
	text-decoration: none;
}

#navigation li ul a:hover
{
	color: #000;
	background: url(../../img/pix/menue-hover.gif) 0 3px no-repeat;
}

#navigation li ul li ul a
{
	margin-left: 29px;
	padding-left: 24px;
	background: url(../../img/pix/menue.gif) 0 3px no-repeat;
	text-decoration: none;
}

#navigation li ul li ul a:hover
{
	color: #000;
	background: url(../../img/pix/menue-hover.gif) 0 3px no-repeat;
}

#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;
}

div.zentriert
{
	margin: 12px auto 12px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}

div.imgDIVinTextRight, div.imgDIVblockImgRight
{
	float: right;
	margin: 5px 0 7px 10px;
	padding: 5px;
	border-color: #bdece8;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

div.imgDIVinTextLeft, div.imgDIVblockImgLeft
{
	float: left;
	margin: 5px 10px 7px 0;
	padding: 5px;
	border-color: #bdece8;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

td.imagelisttd { vertical-align: bottom; }

/*
div.image_td
{
	padding: 5px;
	border-color: #bdece8;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

/*


/* ====================================
	Footer
==================================== */

#fuss
{
	background: #b3e3ff url(../../img/pix/fuss_neu.gif) 0 0 no-repeat;
	color: #333;
	margin: 0;
	width: 716px;
	height: 80px;
	bottom: 0px;
	border: 0;
	text-align: left;
	position: relative;
	vertical-align: bottom;
}

#fuss p
{
	font-size: 0.8em;
	padding: 49px 21px 0 21px;
	text-align: right;
	margin: 0;
}

/* ====================================
	Text
==================================== */

.text
{
	line-height: 1.5;
	padding: 0 20px 20px 20px;
}

.text li
{
	background: url(../../img/pix/li.gif) 0 3px no-repeat;
	display: block;
	list-style-type: none;
	padding: 0 5px 24px 22px;
	list-style-position: outside;
}

.text li b
{
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	list-style-position: outside;
}

.text h1, .text h2, .text h3
{
	margin: 0 0 1px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

.text h1 { margin: 0 0 15px 0; }

.text h4
{
	margin: 0 0 1px;
	padding-top: 12px;
	font-family: "Comic Sans MS";
	font-weight: normal;
	border-bottom: 1px solid #bdece8;
}

.formulartitel
{
	margin: 0 0 1px;
	padding-top: 12px;
	font-family: "Comic Sans MS";
	color: #ff6600;
	font-weight: normal;
	font-size: 1.4em;
}

.text h4 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #255284;
}

.text h4 { color: #003366; }

.text h4 a:active, .text h4 a:hover
{
	text-decoration: underline;
	color: #000;
}

.text h5
{
	color: #000;
	font-weight: normal;
}

.text p { margin: 0 0 10px 0; }

.text small
{
	margin: 1px 0 15px;
	font-size: 11px;
	display: block;
}

.text img.border
{
	background-color: #ffca92;
	padding: 1px;
}

.text img
{
	background-color: transparent;
	padding: 0;
}

.text a.phpwcmsIntLink, .text a.phpwcmsIntLink:link, .text .phpwcmsIntLink a:visited
{
	margin-left: 0;
	padding-left: 12px;
	background: url(../../img/pix/IntLink.gif) 0 50% no-repeat;
	text-decoration: none;
}

.text a.phpwcmsIntLink:hover, .text a.phpwcmsIntLink:active
{
	margin-left: 0;
	padding-left: 12px;
	background: url(../../img/pix/IntLink_active.gif) 0 50% no-repeat;
	text-decoration: none;
}

.text a.phpwcmsExtLink, .text a.phpwcmsExtLink:link, .text a.phpwcmsExtLink:visited
{
	margin-left: 0;
	padding-left: 12px;
	background: url(../../img/pix/ExtLink.gif) 0 50% no-repeat;
	text-decoration: none;
}

.text a.phpwcmsExtLink:hover, .text a.phpwcmsExtLink:active
{
	margin-left: 0;
	padding-left: 12px;
	background: url(../../img/pix/ExtLink_active.gif) 0 50% no-repeat;
	text-decoration: none;
}

/* ====================================
	Formulare
==================================== */

td.formLabel, td.formLabelRequired { vertical-align: top; }
.form_rot { color: #900; }

.form_error
{
	color: #900;
	font-weight: bold;
}

h3.form_error
{
	color: #900;
	font-style: normal;
}



.input
{
	color: #333;
	padding: 2px 2px 2px 2px;
	width: 300px;
	background-color: #fffae0;
	border: 1px solid #ccc;
}

.inputcode
{
	color: #333;
	padding: 2px 2px 2px 2px;
	width: 60px;
	background-color: #fff;
	border: 1px solid #111;
}

/* ====================================
	Rundgang
==================================== */

table.centered td, table.centered td span, table.centered td p span
{
	font-family: "Comic Sans MS";
	font-size: 14px;
}
td.ol
{
	text-align: left;
	vertical-align: top;
}

td.oc 
{
	text-align: center;
	vertical-align: top;
}

td.or
{
	text-align: right;
	vertical-align: top;
}
td.ul
{
	text-align: left;
	vertical-align: bottom;
}

td.uc 
{
	text-align: center;
	vertical-align: bottom;
}

td.ur
{
	text-align: right;
	vertical-align: bottom;
}

table.centered
{
	text-align: center;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

table.stimme_1
{
	width: 40%;
	padding: 12px;
	border-color: #ffd7cc;
	border-width: 1px;
	background-color: #9FF;
	clear: both;
}

table.stimme_2
{
	width: 40%;
	margin-left:240px;
	border-color: #9FF;
	border-width: 1px;
	background-color: #fffaab;
	clear: both;
}

table.stimme_3
{
	width: 40%;
	padding: 12px;
	margin-left:80px;
	border-color: #fffaab;
	border-width: 1px;
	background-color: #ccffdd;
	clear: both;
}

table.stimme_4
{
	width: 40%;
	margin-left:160px;
	border-color: #ccffdd;
	border-width: 1px;
	background-color: #fcccff;
	clear: both;
}

table.stimme_5
{
	width: 40%;
	border-color: #fcccff;
	border-width: 1px;
	background-color: #ffd7cc;
	float: right;
	clear: both;
}

div.stimmen td
{
	padding: 12px;}