/* Allgemeine Formatierungen */
img { border-width:0px }
body { background-color:#ffffcc }

/* Men&uuml;-Formatierungen */
.navigation { width:150px; background-color:#ccccff; font-family:verdana,sans-serif; font-size:10px; font-weight:bold; text-decoration:none; color:#000033; text-align:center }
.button1 { height:60px; margin-top:4px }
.button2 { height:60px; margin-top:12px }
#kontakt { font-size:10px; text-align:right; font-family:verdana,sans-serif }
#impressum { font-size:10px; margin-right:15px; font-family:verdana,sans-serif }

/* Link-Formatierungen */
a:link { font-weight:bold; color:#000066; text-decoration:none }		/* Farbe des Standard-Links */
a:visited { font-weight:bold; color:#000066; text-decoration:none }		/* Farbe "visited" */
a:focus { font-weight:bold; color:#cc9933; text-decoration:none }		/* Farbe focus z.B. durch Tastatursteuerung*/
a:hover { font-weight:bold; color:#cc9933; text-decoration:none }		/* Farbe mouseover */
a:active { font-weight:normal; color:#cc9933; text-decoration:none }		/* Farbe nach dem Anklicken */

a:link#kontakt { font-weight:bold; color:#999999; text-decoration:underline }
a:visited#kontakt { font-weight:bold; color:#999999; text-decoration:underline }
a:focus#kontakt { font-weight:bold; color:#cc9933; text-decoration:underline }
a:hover#kontakt { font-weight:bold; color:#cc9933; text-decoration:underline }
a:active#kontakt { font-weight:normal; color:#cc9933; text-decoration:underline }
a:link#impressum { font-weight:bold; color:#999999; text-decoration:underline }
a:visited#impressum { font-weight:bold; color:#999999; text-decoration:underline }
a:focus#impressum { font-weight:bold; color:#cc9933; text-decoration:underline }
a:hover#impressum { font-weight:bold; color:#cc9933; text-decoration:underline }
a:active#impressum { font-weight:normal; color:#cc9933; text-decoration:underline }

/* Textbereich */
div.title { display:table-cell }
.text { font-family:verdana,sans-serif; font-size:12px; color:#000033; text-align:left; margin:10px 15px 10px 15px }
.tabletext { padding:0px 10px 10px 0px; }
hr { color:#cc9933; background-color:#cc9933; height:1px; border:1px; margin-left:0; margin-bottom:15px; text-align:left }
hr.webyep { color:#cc9933; background-color:#cc9933; height:1px; border:1px; margin-left:0; margin-bottom:8px; text-align:left }
h1 { font-weight:bold; font-size:20px; font-family:Verdana; margin-bottom:0px; margin-right:40px; margin-top:35px }
h2 { font-weight:bold; font-size:20px; font-family:Verdana; margin-bottom:0px; margin-top:3px; margin-right:40px }
h3 { font-weight:bold; font-size:20px; font-family:Verdana; margin-bottom:0px; padding-top:3px; margin-top:0px; margin-right:40px }
.bild { margin-left:10px; }
div#fenster1 { width:100%; height:495px; overflow:auto }
div#fenster2 { width:100%; height:470px; overflow:auto }

/* Kontaktformular */
.Eingabe { color:black; font-size:12px; font-family:Verdana }
.Nachricht { color:black; font-size:12px; font-family:Verdana }

