 
/* schriftstil,abstände #303030 => dunkelgrau*/

body {margin-top: 10px; margin-left:6px; margin-right:6px; margin-bottom:10px; color:#303030;  background-color:#ffffff; font-family: courier,arial; font-size: 10pt;}

table,tr,td { color:#303030;font-family: courier,arial; font-size: 10pt}

/* scrolleiste internet explorer ab V.5.5 */

body
{scrollbar-arrow-color: #5A8F75; scrollbar-base-color: #ffffff;
scrollbar-highlight-color : #2F2F2F; scrollbar-shadow-color : #2F2F2F;
SCROLLBAR-TRACK-COLOR: #cccccc;}


/* allgemeine links im text */

a:link{ color: 303030; text-decoration:underline; ;font-family: courier; font-size: 10pt;}

a:visited{color:303030;text-decoration:underline;font-family: courier; font-size: 10pt;}

a:active{ color:303030;text-decoration:underline;font-family: courier; font-size: 10pt; }

a:hover{ color: #993300;background-color:white;  text-decoration:none;font-family: courier; font-size: 10pt; }


/* menue oben:  #993300 -> hellbraun und #330000 => dunkelbraun */

#menu a {display: block;
line-height:18px;
background-color:#993300;
color:#ffffff;
text-decoration:none ;font-family:courier, sans-serif;
font-size: 9pt;
width:242px;
padding-left: 2px; padding-bottom: 2px;   padding-top: 2px;margin: 0px auto;

}

#menu a:visited{
line-height:18px;
color:#ffffff;
background-color:#993300;
text-decoration:none ;font-family:courier, sans-serif;
font-size:9pt;
width:242px;
padding-left: 2px; padding-bottom: 2px;   padding-top: 2px;margin: 0px auto;

  }

#menu a:active{
background-color:#993300;
color:#ffffff;
text-decoration:none ;font-family:courier, sans-serif;
font-size: 9pt;
width:242px;
padding-left: 2px; padding-bottom: 2px; padding-top: 2px; margin: 0px auto;

  }

#menu a:hover {
background-color:#330000;
color:white;
text-decoration:none ;font-family:courier, sans-serif;
font-size: 9pt;
width:242px;
padding-left: 2px; padding-bottom: 2px;   padding-top: 2px;margin: 0px auto;
}

/* menue unten */

#menu2 a {
background-color:#ffffff;
color:#993300
; text-decoration:none ;font-family:courier, sans-serif; font-size: 9pt;
}

#menu2 a:visited{background-color:#ffffff;
color:#993300;text-decoration:none;font-family:courier, sans-serif; font-size: 9pt;
}

#menu2 a:active{background-color:#ffffff;
color:#993300;text-decoration:none;font-family:courier, sans-serif; font-size: 9pt;
}

#menu2 a:hover {background-color:#993300;color:#ffffff;text-decoration:none ;font-family:courier, sans-serif; font-size:9pt;
}

/* Kontakt Formular */

form {padding: 10; margin: 0; background-color: #ffffff;}
fieldset { background-color:#ffffff; border: 1px solid #993300; padding: 10;}
input {width: 200px; border: 1px solid #993300; background-color: #E3D9B3; font-size: 9pt; color: #333; }
textarea {width: 580px; height: 200px; border: 1px solid #993300; background-color: #E3D9B3; color: #333;}
input[type=text]:focus, textarea:focus { background-color: #f2f2f2; border: 1px rgb(51,85,135); }
.button { width: 80px; 	background-color: #993300; border: 0; color: #ffffff; font-family:courier, sans-serif; font-size: 9pt; margin: 5; padding: 5; }
.button:hover { background-color: #ff9933;}
.hidden { width: 1px; height: 1px; background-color: #fff; border: 0; margin: 0; padding: 0; }