/* CSS Document */

/* ==================================
   1. Kalibrierung
   =============================== */

* {
	padding: 0;
	margin: 0;
} 
 
h2, p, ul, ol { margin-bottom: 1em; } 

ol ul { margin-bottom: 0; } 

li {
}    
   
/* ==================================
   2. Allgemeine Styles 
   =============================== */   

html {
	height: 101%;
}    

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(bilder/exp.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #00CBC8;
    }
#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 0px;
	min-height:100%;
	margin-top: 30px;
}
#kopf{
	height: 172px;
	width: 800px;
	padding-top: 59px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(bilder/logo.jpg);
}
.clearen{
	clear: both;
}

/* ==================================
   3. Hyperlinks 
   =============================== */  
   
.menu {
	width: 170px;
	float: left;
	margin-left: 30px;
}
.menu  li { display: inline; }

#grau {
	background-color: #118B87;
	height: 12px;
	font-size: xx-small;
	color: #118B87;
	width: 170px;
	border-bottom-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-right-color: #EEEEEE;
}

.menu  a
{
	display: block;
	width: 155px;
	wid\th: 155px;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-left: 0px;
	height: 16px;
	margin-top: 0px;
	line-height: 14px;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

.menu  a:link, 
.menu a:visited
{
	color: #000000;
	background-color: transparent;
	background-image: url(bilder/butthintergrund.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
}

.menu  a:hover, 
.menu  a:active, 
.menu  a:focus
{
	color: #000000;
	background-color: transparent;
	background-image: url(bilder/butthintergrund-2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.menu  a:link.akt, 
.menu  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	background: Transparent url(../bilder/butthintergrund-2.jpg) repeat-x left top;
	font-size: large;
}

.grau
{
	color: #118B87;
	background: #118B87;
	width: 148px;
	padding-left: 85px;
	padding-right: 81px;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.seitentitel{
	background-color: #118B87;
	font-weight: bold;
	margin-top: 0px;
	font-size: x-small;
	text-align: left;
	text-indent: 15px;
	color: #EEEEEE;
	line-height: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.rechtespalte{
	width: 510px;
	margin-left: 255px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-bottom-style: dotted;
}


.indextekst{
	font-size: x-small;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
}
#footer{
	font-size: x-small;
	text-align: center;
	vertical-align: top;
}
/* ==================================
   4. AKTUELL
   =============================== */ 
   .aktuell{
	width: 510px;
	margin-left: 255px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-bottom-style: dotted;
	position: relative;
} 
   .aktuelltitel{
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #118B87;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	height: 55px;
   }
     .aktuell h2{
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #DDDDDD;
   }
      .aktuelltitel h1{
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #DDDDDD;
	line-height: 10px;
   }
        .aktuelltitel p{
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	padding-left: 0px;
	color: #DDDDDD;
	padding-top: 5px;
   }
    .aktuellautor{
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #DDDDDD;
	background-color: #118B87;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
   }
   .aktuelltext{
	font-size: x-small;
	text-align: justify;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
   }
.aktuell   a:link, 
.aktuell  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*to jest dla statusu link*/
.aktuell   a:hover, 
.aktuell   a:active, 
.aktuell  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.aktuell  a:link.akt, 
.aktuell  a:visited .akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.aktuell  strong
{
	font-weight: bold;
	color: #222222;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.aktuell img{
	border: 1px solid #FFFFFF;	
}
/* ==================================
   5. ARZTE
   =============================== */ 

   .aerzte{
	width: 510px;
	margin-left: 255px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-bottom-style: dotted;
} 
.aerztemudule{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
} 
.aerzte p {
	font-weight: normal;
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.aerzte strong
{
	font-weight: bold;
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.aerzte hr{
	color:#666666;
	height:5px;
    align="center" 
	noshade="noshade" 
	size="4" 
	width="300";
	border-style: noshade;
	background-color: #666666;	
	}



.aerzte  a:link, 
.aerzte a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*to jest dla statusu link*/
.aerzte  a:hover, 
.aerzte  a:active, 
.aerzte a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.aerzte a:link.akt, 
.aerzte a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
/* ==================================
   6. BUCHEMPFEHLUNG
   =============================== */ 
   .tabelka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	vertical-align: top;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.tabelka td {
	vertical-align: top;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}
.tabelka img {
	vertical-align: top;
	border: 1px solid #FFFFFF;
	
}
.tabelka  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ==================================
   7. VORSTAND
   =============================== */ 
   .vorstand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 10px;
	text-align: justify;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}



.vorstand   a:link, 
.vorstand  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.vorstand   a:hover, 
.vorstand   a:active, 
.vorstand  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.vorstand  a:link.akt, 
.vorstand  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.vorstand  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.zwischengrau hr{
	color:#666666;
	height:5px;
    align="center" 
	noshade="noshade" 
	size="4" 
	width="300";
	border-style: noshade;
	background-color: #666666;	
	}
.vorstand img{
	border: 1px solid #FFFFFF;	
}
/* ==================================
   8. WELTKONGRESS 
   =============================== */   
   .weltkongress{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}



.weltkongress  a:link, 
.weltkongress a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.weltkongress  a:hover, 
.weltkongress  a:active, 
.weltkongress a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.weltkongress a:link.akt, 
.weltkongress a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.weltkongress strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.weltkongress hr{
	color:#666666;
	height:5px;
    align="center" 
	noshade="noshade" 
	size="4" 
	width="300";
	border-style: noshade;
	background-color: #666666;	
	}
	
	.weltkongress img{
	border: 1px solid #FFFFFF;	
	}
/* ==================================
   8. SElbsthilfegruppen 
   =============================== */  
   .selbsthilfe{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}



.selbsthilfe  a:link, 
.selbsthilfe a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.selbsthilfe  a:hover, 
.selbsthilfe  a:active, 
.selbsthilfe a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.selbsthilfe a:link.akt, 
.selbsthilfe a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.selbsthilfe strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.selbsthilfe hr{
	color:#666666;
	height:5px;
    align="center" 
	noshade="noshade" 
	size="4" 
	width="300";
	border-style: noshade;
	background-color: #666666;	
	}
/* ==================================
   8. SElbstBEHANDLUNG
   =============================== */  
   .selbstbehandlung{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}



.selbstbehandlung  a:link, 
.selbstbehandlung a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.selbstbehandlung  a:hover, 
.selbstbehandlung  a:active, 
.selbstbehandlung a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.selbstbehandlung a:link.akt, 
.selbstbehandlung a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.selbstbehandlung strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ==================================
   8. Erfahrungsberichte
   =============================== */ 
   .erfahrung{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}



.erfahrung  a:link, 
.erfahrung a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.erfahrung  a:hover, 
.erfahrung  a:active, 
.erfahrung a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.erfahrung a:link.akt, 
.erfahrung a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.erfahrung strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
/* ==================================
   9. Schmunzelecke
   =============================== */ 
   .schmunzelecke {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}



.schmunzelecke   a:link, 
.schmunzelecke  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*to jest dla statusu link*/
.schmunzelecke   a:hover, 
.schmunzelecke   a:active, 
.schmunzelecke  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.schmunzelecke  a:link.akt, 
.schmunzelecke  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.schmunzelecke  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ==================================
   10. Mitgliedwerden
   =============================== */ 
   .mitgliedwerden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	text-align: justify;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.mitgliedwerden textarea{
	color: #000000;
	background: #118B87;
	padding-left: 10px;
}
.mitgliedwerden   a:link, 
.mitgliedwerden  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.mitgliedwerden   a:hover, 
.mitgliedwerden   a:active, 
.mitgliedwerden  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.mitgliedwerden  a:link.akt, 
.mitgliedwerden  a:visited.akt
{
	color: #FF3300;
}
#formularz{
	margin-left: 50px;
	margin-right: 50px;
	border-right-width: 1px;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-left-width: 1px;
}
/* ==================================
   11. Spenden
   =============================== */ 
   .spenden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}



.spenden   a:link, 
.spenden  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.spenden   a:hover, 
.spenden   a:active, 
.spenden  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.spenden  a:link.akt, 
.spenden  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.spenden  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ==================================
   12. Termine
   =============================== */
   .termine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	margin-top: 15px;
	text-align: center;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}



.termine   a:link, 
.termine  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*to jest dla statusu link*/
.termine   a:hover, 
.termine   a:active, 
.termine  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.termine  a:link.akt, 
.termine  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.termine  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.termine img{
	border: 1px solid #FFFFFF;	
}

.termine h3 {
	font-size: 14px;
	color: #FFFFFF;
}

   
   /* ==================================
   13. werwirsind
   =============================== */  
   .werwirsind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}



.werwirsind   a:link, 
.werwirsind  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*to jest dla statusu link*/
.werwirsind   a:hover, 
.werwirsind   a:active, 
.werwirsind  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.werwirsind  a:link.akt, 
.werwirsind  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.werwirsind  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 /* ==================================
   14. KONTAKT
   =============================== */  
   .kontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.kontakt input{
	color: #000000;
	background: #118B87;
	border: 1px dotted #FFFFFF;
}
.kontakt textarea{
	color: #000000;
	background: #118B87;
	border: 1px dotted #FFFFFF;
}
#formularzzwei
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 370px;
	margin-left: 60px;
	background: #118B87;
	border: 1px solid #22DADA;
	padding-left: 15px;
	margin-top: 20px;
	text-align: left;	
}


label {
  cursor: pointer;
  display: block;

}

input#Name {
}
input#Name:focus,
textarea:focus {
	background: #d9d9d9;
	color: #000000;
}
input {
	background: #29DEDD;
}
textarea {
	background: #29DEDD;

}
.inputs {
	margin-left: 60px;
	float: right;


}
 /* ==================================
   14. Jahrestreffen
   =============================== */  
   .jahrestreffen{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
}



.jahrestreffen  a:link, 
.jahrestreffen a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jahrestreffen a:link.akt, 
.jahrestreffen a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
	.gruenetitel{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background: #118B87;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	vertical-align: top;
	padding-left: 15px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
	}
 /* ==================================
   15. Impressum
   =============================== */  
   .impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}



.impressum   a:link, 
.impressum  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.impressum   a:hover, 
.impressum   a:active, 
.impressum  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.impressum  a:link.akt, 
.impressum  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.impressum  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 /* ==================================
   16. Links
   =============================== */  
   .links{
	width: 500px;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
} 

     .links h2{
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #DDDDDD;
   }
      .links h1{
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #DDDDDD;
	line-height: 10px;
   }
        .links p{
	font-size: x-small;
	font-weight: normal;
	padding-left: 0px;
	color: #DDDDDD;
	padding-top: 5px;
   }
    .aktuellautor{
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #DDDDDD;
	background-color: #118B87;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
   }

.links   a:link, 
.links  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.links   a:hover, 
.links   a:active, 
.links  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.links  a:link.akt, 
.links  a:visited .akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.links  strong
{
	font-weight: bold;
	color: #222222;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 /* ==================================
   17. GAESTEBUCH
   =============================== */ 
   .gaeste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding: 10px;
	height: 4000px;
}



.gaeste   a:link, 
.gaeste  a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CAC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*to jest dla statusu link*/
.gaeste   a:hover, 
.gaeste   a:active, 
.gaeste  a:focus
{
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.gaeste  a:link.akt, 
.gaeste  a:visited.akt
{
	font-weight: bold;
	color: #FF3300;
	font-size: large;
}
.gaeste  strong
{
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gaeste img{
	border: 1px solid #FFFFFF;	
}
.maske {
	color: #00CBC8;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;

}
