/* 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: 0;
	border-collapse: collapse;
}

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

hr
{
	height: 1px;
	border-color: #BDECE8;
	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
{
	color: #333666;
	font-weight: bold;
}

div.top
{
	padding: 12px 0 0 0;
	margin: 0;
	clear: both;
	text-align: right;
	right: 0px;
	float: right;
}

.hidden { visibility: hidden;
	display: none;	height: 1px; }

/* ---------------------------------
   allgemeine Stile
==================================== */

a:link, a:visited
{
	color: #333666;
	text-decoration: underline;
	border-bottom: #ccc;
}

a:hover, a:active
{
	color: #000;
	text-decoration: none;
	border-bottom: #ccc;
}

html, body { height: 100%; }

body
{
	background: #fcffff url(../../img/pix/bg.gif) repeat;
	font-size: 0.8em;
	color: #000022;
	text-align: center;
}

#container
{
	margin: 0 auto 0 auto;
	width: 800px;
	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: #fff;
}

#wrapper { padding: 0; }

#main
{
	float: left;
	padding: 181px 11px 0 11px;
	width: 780px;
}

#content
{
	margin-left: 179px;
	padding: 0;
}

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

#kopf
{
	width: 800px;
	height: 180px;
	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: #fff;
}

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

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

#kopf img
{
	margin: 64px 17px 0 175px;
	width: 560px;
	height: 144px;
	border-width: 0px;
	border-style: none;
}

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

#LinkeSpalte
{
	margin: 0;
	padding: 0 0 0 11px;
	width: 169px;
	float: left;
	vertical-align: top;
	/** background-image: url(../../img/pix/bg_navi.jpg);
	background-repeat: no-repeat; **/
}

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

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

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

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

#navigation ul li a, #navigation ul li a:link
{
	color: #333666;
	background: url(../../img/pix/menue.gif) 0 50% no-repeat;
	display: block;
	padding: 6px 5px 6px 13px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border: none;
}

#navigation ul li a:hover, #navigation ul li.active a
{
	color: #000;
	background: #fff url(../../img/pix/menue-hover.gif) 0 50% no-repeat;
	text-decoration: none;
}

#navigation ul li a:hover
{
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8e9ee;
	text-decoration: none;
}

#navigation ul li.active a
{
	border-bottom: 1px solid #d8e9ee;
	padding-top: 6px;
	padding-bottom: 5px;
}

#navigation ul li a:active
{
	color: #000;
	background: #fff url(../../img/pix/menue-active.gif) 0 50% no-repeat;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8e9ee;
}

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

#navigation ul li ul li a:hover, #navigation ul li ul li.active a
{
	color: #000;
	background: #fff url(../../img/pix/menue-hover.gif) 0 50% no-repeat;
	text-decoration: none;
}

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

#navigation ul li ul li a:hover
{
	color: #000;
	background: #fff url(../../img/pix/menue-hover.gif) 0 50% no-repeat;
	text-decoration: none;
}

#navigation li.lang a
{
	text-decoration: none;
	text-align: left;
	background: none;
	padding-left: 0;
	color: #ee7c1d;
	font-size: 1.1em;
}

#navigation li.lang a:hover
{
	text-decoration: none;
	background: none;
	border-bottom: 1px solid #fff;
	color: #c35800;
}

#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
{
	float: right;
	margin: 5px 0 7px 10px;
	padding: 5px;
	border-color: #bdece8;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

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

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

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

#fuss p
{
	font-size: 0.8em;
	padding: 28px 21px 0 21px;
}

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

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

.text td.articleText
{
	line-height: 1.5;
}


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

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

.text h4
{
	margin: 0 0 6px;
	padding-top: 12px;
	color: #333666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #bdece8;
}

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

.text h4 { color: #333666; }

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

.text h5
{
	color: #000;
	margin-top: 12px;
}

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

.text small
{
	color: #AEAEAE;
	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: underline;
}

.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: underline;
}

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

.text ul, .textstart ul
{
	padding: 0;
	margin: 6px 0 6px 12px;
}

.text li, .textstart li
{
	background: url(../../img/pix/li.gif) 0 0 no-repeat;
	display: block;
	margin-left: 0;
	padding: 0 0 2px 15px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
}

.text ul li ul, .textstart ul li ul
{
	padding: 0;
	margin: 0 0 0 10px;
}

.text ul li ul li, .textstart ul li ul li
{
	background: url(../../img/pix/li.gif) 0 0 no-repeat;
	display: block;
	margin-left: 0;
	padding: 0 0 2px 18px;
}

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

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

td.form_error
{
	color: #900;
	font-weight: bold;
	border-color: #900;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

div.error
{
	color: #fff;
	font-weight: bold;
	border:0;
	font-size:1.4em;
	background-color: #900;
	padding-left:6px;
}


.input
{
	color: #333;
	padding: 2px 2px 2px 2px;
	width: 95%;
	background-color: #f1fdff;
	border: 1px solid #ccc;
}

.input_short
{
	color: #333;
	padding: 2px 2px 2px 2px;
	background-color: #f1fdff;
	border: 1px solid #ccc;
	width: 45px;
}

.input4
{
	color: #333;
	padding: 2px 2px 2px 12px;
	width: 35px;
	border: 1px solid #ccc;
	background: #f1fdff url(../../img/pix/euro.gif) 0 50% no-repeat;
}

.formulartitel
{
	font-size: 1.4em;
	margin: 6px 0 6px 0;
	padding-top: 12px;
	color: #333666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #bdece8;
}
