/* Angelehnt an Lindauer */

html {
background-image:url("grafik/BG-001.gif"); 
background-position: center;
background-repeat:repeat-y;/**/ 
background-color: #345345; /*dunkelgrün*/
}




body {   
text-align: center;
margin: 0 auto;
/*background-image:  url("grafik/bg051.jpg"); 
background-position: center;
background-repeat:no-repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ddd;
	line-height: 1.4em;*/
	padding:00px;
}



/*body {
background-image: url(grafik/BG-001.jpg);
background-color: #E7E4F8;
 }*/

/*----- Die Ebene "zentrierContainer" enthlt alle anderen Ebenen und sorgt frs Zentrieren*/
#zentrierContainer {
position:relative; 
text-align: left;
margin: 0 auto; 
width:950px; 
height:632px; 
z-index:2; 
/*background-color: #FF0000; KNALLROT*/
}


 h1 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EDF569;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 24px;
	font-style: normal;

 }

/*  Alle Links der NaviLinksPakete, die die DIV-ID "NaviLinksPakete" braucht.*/

#NaviLinksPakete {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	width: 100%;
	border-right:0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	visibility: visible;
}



/* Definition der Links. */

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccff66;
	text-decoration: underline;
}

a:hover,  a:active{
	/*display: block; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

/*  Alle Links der horiNavi, die die DIV-ID "horiNavi" braucht.*/


#horiNavi p {
display: none;
}

#horiNavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	width: 100%;
	border-right:0;
	padding: 0px;
	margin-bottom: 0px;
	visibility: visible;
}

#horiNavi a {
color: #eeeeee; /* = Linkfarbe dkl grau*/
text-decoration: none;
}

#horiNavi a:link, #horiNavi a:visited {
color: #eeeeee;
text-decoration: none;
}

#horiNavi a:hover,  #horiNavi a:active {
color: #444555;
text-decoration: underline;
padding-left: 0px;
background-color: #C5CD41; /*Hellgrün des Unterlegers*/
}


#NaviLinksPakete a {
display:block;
	padding-bottom: 10px;
color: #F2E9B0; /* = Linkfarbe */
text-decoration: none;
}

#NaviLinksPakete a:link, #NaviLinksPakete a:visited {
border-top:1px solid #FDC358;
padding-left: 0px;
color: #eeeeee;
text-decoration: none;
}

#NaviLinksPakete a:hover,  #NaviLinksPaketea:active {
border-top:1px solid #FD9F01;
padding-left: 10px;
color: #444555;
background-color: #FDC358;
text-decoration: none;
}


 







/*  Flietext.*/
.normaltxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	letter-spacing: 0.5px;

}


/*  Flietext.*/
.normaltxtBlk {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	letter-spacing: 0.5px;

}

/*  Flietext.*/
.termineText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	line-height: 16px;
}

.teaserText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	color: #CCFFCC;
}


.teaserText2Kleiner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-style: normal;
	color: #CCFFCC;
}




/* Groe Seitenberschrift. Hintergrund ist eine absolut gefrbte Tabellen-Zelle.*/
.pageHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EDF569;
	letter-spacing: 0.0em;
	padding: 0px;
}

/* Produziert einen  zustzlichen Abstand zwischen Bild und Text bei umflossenen Bildern.*/
.bildImText {
	margin: 2px 8px 2px 0px;
}




