/*********************************************************************************

	MAIN

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

a:hover {
 text-decoration:none;
}

/* ### HTML ###################################################################### */

html {
	height: 100%;
	width:100%;
}

/* ### BODY ###################################################################### */
body {
	background-color:#E1E1E1;
	color:#666666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	float:left;
}

#column {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:1006px;
	background-color:#E1E1E1;
}

/* ### Header ##################################################################### */

#site-header {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	width:1006px;
	height:209px;
}

#headerrechts {
	position:relative;
	margin:0;
	padding:0;
	width:400px;
	height:209px;
	float:left;
	background-image: url(headerrechts.png);
	background-repeat: no-repeat;
}

#headerlinks {
	position:relative;
	margin:0;
	padding:0;
	width:606px;
	height:209px;
	float:right;
	background-image: url(headerlinks.png);
	background-repeat: no-repeat;
}

#headersuche {
	position:relative;
	margin:0;
	padding:0;
	width:606px;
	height:109px;
	float:right;
}

#headersuche a {
 font-weight:normal;
 color: #666666;
 font-size:13px;
 margin:0;
 padding:10px 0 0 0;
}

#headersuche a:hover {
 font-weight:normal;
 color: #666666;
 font-size:13px;
 text-decoration:underline;
 margin:0;
 padding:10px 0 0 0;
}

#headersuche ul {
	position:relative;
	margin:0;
	padding:0 0 0 18px;
	width:243px;
	height:30px;
	float:left;
	background-image: url(impbg.gif);
	background-repeat: no-repeat;
	display:inline;
}

#headersuche li {
	position:relative;
	margin:0;
	padding:6px 4px 0 0;
	display:inline;
	float:left;
}

#headersuche img {
	padding:0 10px 0 0;
}

#suchenbox {
	position:relative;
	width:270px;
	height:30px;
	margin:0;
	padding:0 40px 0 0;
	float:right;
	background-image: url(impbg.gif);
	background-repeat: no-repeat;
}

#suchenbox input {
	position:relative;
	width:205px;
	height:18px;
	margin:0;
	padding:6px 2px 2px 8px;
	float:left;
	border:0;
	color:#666666;
}

#suchenbox input.button {
	position:relative;
	width:28px;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	color:#666666;
	background-color:#CCCCCC;
	font-size:13px;
}

#headernavi {
	position:relative;
	margin:0;
	padding:0;
	width:606px;
	height:100px;
	float:left;
}

#bildheader {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:241px;
	background-image: url(bildheader.jpg);
	background-repeat: no-repeat;
	border-top:4px #FFFFFF solid;
}

#bildeinzel {
	position:relative;
	margin:0;
	padding:15px 0 0 15px;
	float:left;
}

#navi2 {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:163px;
	background-image: url(navi2bg.jpg);
	background-repeat: no-repeat;
	border-top:4px #FFFFFF solid;
}

/* ### Content #################################################################### */


#content {
	display:block;
	position:relative;
	padding:0;
	border-top:#FFFFFF 4px solid;
	margin:0 auto 0 auto;
	width:900px;
}

#headlinebg {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:52px;
	background-image: url(headlinebg.jpg);
	background-repeat: no-repeat;
	border-bottom:4px #FFFFFF solid;
	clear:both;
}

#headlinebg h1 {
	position:relative;
	float:left;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#6692BF;
	padding:12px 0 0 70px;
	margin:0;
}

#ive-content {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	padding:0 0 30px 0;
	width:900px;
	background-color:#FFFFFF;
	float:left;
}

#ive-content-links {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:604px;
	min-height:304px;
	background-image: url(ivecontentlinks.jpg);
	background-repeat: no-repeat;
}

#ive-content-rechts {
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:294px;
}

#bildanfrage {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:20px 0 0 0;
}

#bildcontentrechts {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:30px 0 0 25px;
}

#zeiten {
	position:relative;
	float:left;
	margin:0;
	padding:20px 25px 0 20px;
}

#zeiten h2 {
	position:relative;
	float:left;
	margin:0;
	padding:20px 0 25px 0;
	font-size:15px;
	font-weight:bolder;
	display:block;
}

#zeiten p {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	font-size:13px;
	display:block;
	text-align:left;
	width:100%;
}

#zeiten img {
	position:relative;
	float:right;
	margin:0;
	padding:0 3px 0 0;
}

.bildcontent {
	float:left;
	position:relative;
	margin:0;
	padding:0 0 15px 0;
}


/* ### Texteditor ################################################### */

#ive-content-block {
	padding:30px;
	float:left;
	width:543px;
	text-align:left;
	position:relative;
}

#ive-content-block a,
#ive-content-block a:visited,
#ive-content-block a:link {
	font-weight:bold;
	color:#666666;
}

#ive-content-block a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#666666;
}

.textein {
	float:left;
	position:relative;
	display:block;
	width:100%;
}

.textundbild {
	float:left;
	position:relative;
	width:100%;
}

.textundbild p {
	float:left;
	position:relative;
	width:310px;
}

.textundbild img {
	float:right;
	position:relative;
	padding:0 0 15px 15px;
	vertical-align:top;
}


/* ### Footer ###################################################################### */

#footer {
	position:relative;
	display:block;
	float:left;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:419px;
	background-color:#000000;
}

#partnerlinks {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:365px;
	height:419px;
	background-image: url(partnerlinks.jpg);
	background-repeat: no-repeat;
}

#partnerrechts {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:535px;
	height:419px;
	background-image: url(partnerrechts.jpg);
	background-repeat: no-repeat;
}

#copy {
	position:relative;
	display:block;
	float:left;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:200px;
	background-color:#FFFFFF;
	border-bottom:4px #E1E1E1 solid;
	text-align:center; 
}

#footer p {
	padding:180px 0 0 100px;
	color:#FFFFFF;
	font-size:12px;
	background:inherit;
	line-height:18px;
	text-align:left;
}

#copy p {
	padding: 30px 0 0 0;
	color:#666666;
	font-size:11px;
	background:inherit;
	line-height:20px;
}

#footer p a,
#footer p a:visited,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}


/* ### Iso ############################################################### */

#iso {
	position:relative;
	display:block;
	float:left;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:304px;
	background-image: url(isobg.jpg);
	background-repeat: no-repeat;
	border-top:4px solid #FFFFFF;
}

#iso p {
	position:relative;
	float:left;
	padding:105px 0 0 320px;
	width:460px;
}

/*******************************************************************************

	CONTENT

*******************************************************************************/


/* ### headlines ############################################################ */

#ive-content-block h2 {
	position:relative;
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:#6692BF;
	padding:20px 0 17px 0;
	margin:0;
	display:block;
}


#ive-content-block h3 {
   position:relative;
	float:left;
	width:450px;
	padding:0 0 17px 15px;
	color:#666666;
	font-size:15px;
	font-weight:bold;
	background-image: url(bgh3.gif);
	background-repeat: no-repeat;
	display:block;
}

#ive-content-block h4 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#ive-content-block h5 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#ive-content-block h6 {
	background: inherit;
	color:#c4c4c4;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#ive-content-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#ive-content-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Paragraphs ########################################################## */

#ive-content-block p {
	font-size:13px;
	margin-bottom:17px;
}

/* ### Blockquotes ########################################################## */

#ive-content-block blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#ive-content-block ul, 
#ive-content-block ol {
	margin-bottom:17px;
	font-size:13px;
	line-height:17px;
}


#ive-content-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
}


*/

/* 
################Formular#######################
*/
 

.formgen {
	padding: 50px 0 60px 0;
	font-weight: normal;
	margin: 0;
	float: left;
}

.ive-formular {
	width: 484px;
	padding: 30px;
	margin: 0;
	float: left;
	background-color:#DCDCDC;
	border: 1px #CCCCCC solid;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}

/*
Verhalten von br-Tags
*/

.formgen br
{
clear : both;
}

/* 
--------- FORMULAR-OBJEKTE ------------ 
*/

/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 250px;
	height: 160px;
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	height: 17px;
	margin: 0 0 8px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
}

.formgen .linkangabe
{
	width: 250px;
	height: 17px;
	margin: 0 0 8px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
}

/* Trennelement , Abstand */

.formgen .formtrenn
{
  display: block;
  height: 30px; 
}

/* Hinweistext */

.formgen .formhinweis
{
  font-weight: bold;
  color: #003366;
}

/* Überschrift */

.formgen .formheadline
{
  font-weight: bold;
  color: #003366;
}

/* Passwortfeld */

.formgen .formpassword
{
	width: 250px;
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #99CC00;
}

/*Captcha-Bild*/

.formgen .formcaptcha {
  border: 1px solid #CCCCCC;
  float:left;
  margin: 5px 0 0 223px;
}

/* Label */

.formgen label {
  width: 113px;
  clear: left;
  float: left;
  text-align: right;
  height: 20px;
  padding: 4px 40px 0 0;
  font-size: 12px;
  color: #666666;
}

/* Aussehen der Select-Ausgabe */

.formgen .formselect
{
   width: 250px;
   margin: 0 0 5px ;
	padding: 2px;
	border: 1px solid #666666;
}

/* Sende-Button */

.formgen .formsubmit
{
	width: 259px;
	height: 24px;
	padding:0 0 2px 0;
	margin: 10px 0 0 154px;
	border:0;
	background-color:#CCCCCC;
	color:#666666;
}

/* Definition des Fieldsets, das das ganze Formular umschließt */

.formgen fieldset {
	width: 345px;
}

/* Fieldsetbeschriftung */

.formgen legend {
	font-weight: bold;
	color: #000000;
	width: 140px;
	margin: 0px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Markierung der Labels bei Fehler */
.formgen .formerror {
  color: #CC0000;
}

.forminfo {
	color: #CC0000;
	margin:0;
	padding: 0 0 20px 0;
	text-align: center;
	width: 100%;
	float:left;
	position:relative;
}

.forminfo p {
	padding: 0 0 0 70px;
}

.forminfo2 {
	color: #000000;
	margin: 0 0 30px 0;
	padding: 6px;
	border: 1px solid #00903C;
	width: 242px;
	text-align: center;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */