/* Baukastenelement PopUp */
.popupDiv{}
.popupTBL{
   border:solid 1px #000000;
   background-color:#ffffff;
}

/* InputFelder der Loginmaske*/
.loginInput{
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:8pt;
   background-color:#f9f9f9;
   color:#000000;
   border-color:#000000;
   border-style:solid;
   border-width:1px;
   width:100;
}
/* Anmeldebutton*/
.loginInputBtn{
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:8pt;
   background-color:#f9f9f9;
   color:#000000;
   border-color:#000000;
   border-style:solid;
   border-width:1px;
   width:100px;
}

/* Text von Username und Passwort*/
.loginFText{
   font: 10px #000000;
}
/* Sonstiger Text*/
.loginText{
   font: 10px #000000;
}

a, a:link, a:visited, a:active {
   font-family:Arial, Helvetica, sans-serif;
   color:#B56121;
   font-size:10pt;
}
a:hover {
   font-family:Arial, Helvetica, sans-serif;
   color:#FF9A00;
   font-size:10pt;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	background-color:#FFF7AD;
	margin:0px;
	scrollbar-face-color: #fdf6ae;
	scrollbar-shadow-color: #7d7955;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #7d7955;
	scrollbar-track-color: #7d7955;
	scrollbar-arrow-color: #3d3b2a;
}
td, th {
   font-family:Arial, Helvetica, sans-serif;
   font-size:10pt;
   color:#000000;
}
input, select, textarea {
   font-family:Arial, Helvetica, sans-serif;
   font-size:9pt;
   background-color:#FFFded;
   /*
   color:#7d7955;
   border-color:#7d7955;
   border-style:solid;
   border-width:1px;
   */
}
h1, h2 {
   font-size:12pt;
}
h3, h4 {
   font-size:11pt;
}
h5, h6 {
   font-size:10pt;
}
.braun {color:#B56121;}
.bgbraun {background-color:#B56121;}
.gelb {color:#FFF7AD;}
.bggelb {background-color:#FFF7AD;}
.BildUnterschrift {
   font-size:8pt;
   font-style:italic;
}
.menu {
   font-size:9pt;
   color:#B56121;
   text-decoration:none;
   font-weight:bold;
}
a.pfad, a:link.pfad, a:visited.pfad, a:active.pfad, a:hover.pfad {
   color:#FFF7AD;
   font-size:8pt;
   text-decoration:none;
}
.titelBold, .newsTitel {
   font-weight:bold;
}
/*Preisliste*/
.rot { color:#D51E22; }
.gruen { color:#44973D; }

/* Inhaltstabellen */
.tabrowheader {
   background-color:#84A6DE;
   font-weight:bold;
}
.tabrowgerade{background-color:#ecf1f6;}
.tabrowungerade {background-color:#dae1e7;}
.tabzelle {
   border-with:1px;
   border-color:#B0C3E5;
   border-style:solid;
}

.bghintergrund{
   background-color:#FFE7C3;
}
.bgdorange{
   background-color:#FFB748;
}
.bghorange{
   background-color:#FEE4A9;
}
.nav,a:link.nav, a:active.nav,a:visited.nav {
   font-size:9pt;
   color:#333331;
   text-decoration:none;
   font-weight:bold;
}
a:hover.nav {
   font-size:9pt;
   color:#FFB748;
   text-decoration:none;
   font-weight:bold;
}
.navselected, a:link.navselected, a:active.navselected ,a:visited.navselected {
   font-size:9pt;
   color:#FFB748;
   text-decoration:none;
   font-weight:bold;
}
a:hover.navselected {
   font-size:9pt;
   color:#FFB748;
   text-decoration:none;
   font-weight:bold;
}
.bgweiss{
   background-color:#FFFFFF;
}
.bgbrgelb {
   background-color:#FFDA56;
}

