/* GESAMTSEITEN EINDRUCK */

body {
font-family: Arial, Helvetica, sans-serif;
margin-top: 0px;
font-size: 12px;
margin-bottom: 30px;
margin-right: 0px;
margin-left: 0px;
color: #666666;
}

#pullidown {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
width: 200px;
height: 18px;
font-size: 11px;
margin: 0px;
}

/* SUCHFELD */

#search {
width: 118px;
height: 12px;
font-size: 11px;
color: #666666;
font-family:  Arial, Helvetica, sans-serif;
margin: 0px;
}


/* NEWSTICKER */

#newsticker {
background-color:transparent;
border: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #3d995a;
width: 897px;
font-size: 12px;
}

/* NAVIGATIONSPFAD */

#navtree {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
padding: 0px 20px 0px 10px;
}

#navtree a {
text-decoration: none; 
color: #ffffff;
}

#navtree a:link {
text-decoration: none;
color: #ffffff;
}

#navtree a:hover {
color: #54baaf;
text-decoration: underline;
}

/* CONTENTBEREICH  */

#content {
padding: 5px 20px 0px 0px;
border-right: 1px solid #CCC;
}

/* FRONTEND LOGIN */

.login {
background-color: #ffffff;
}

/* TOP- ODER FUßNAVIGATION */

#topmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
margin-top: 0px;
}

#topmenu ul {
padding: 0px;
margin: 0px;
}

#topmenu li {
display: inline;
padding-right: 0px;
margin: 0px;
}

#topmenu a {
text-decoration: none; 
color: #ffffff;
}

#topmenu a:link {
text-decoration: none;
color: #ffffff;
}

#topmenu a:hover {
color: #ffffff;
text-decoration: underline;
}

#topmenu .obermenuhigh {
color: #ffffff;
text-decoration: none;
}

/* HAUPTNAVIGATION */

#navi {
float: left;
width: 224px;
background-color: transparent;
padding: 0px;
margin: 0px 0px 0px 0px;
}

#navi ul {
list-style-type: none;
margin: 0px;
padding-left: 0px;
}

#navi ul ul {
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
}

#navi ul li a {
display: block;
list-style-type: none;
text-indent: 0px;
margin-top: 0px;
padding: 7px 0px 11px 10px;
font-weight: normal;
color: #54b9ae;
font-size: 14px;
background-image:url(../../bilder-website/navi.jpg);
background-repeat:no-repeat;
width: 100%;
}

#navi ul ul li a {
display: block;
margin-top:0px;
padding: 7px 0px 11px 10px;
text-indent: 0px;
font-weight: normal;
color: #000000;
font-size: 14px;
background-image:url(../../bilder-website/subnavi.jpg);
background-repeat:no-repeat;
width: 100%;
}

#navi a:link {
display: block;
text-decoration: none;
width: 100%;
}

#navi a:visited {
display: block;
text-decoration: none;
width: 100%;
}

#navi a:hover {
display: block;
width: 100%;
color: #000000;
font-size: 14px;
font-weight: normal;
background-image:url(../../bilder-website/navi-high.jpg);
background-repeat:no-repeat;
}

#navi ul ul li a:hover {
display: block;
width: 100%;
color: #000000;
font-size: 14px;
font-weight: normal;
background-image:url(../../bilder-website/subnavi-high.jpg);
background-repeat:no-repeat;
}

#navi ul .obermenuhigh {
list-style-type: none;
display: block;
width: 100%;
margin-top: 0px;
padding: 7px 0px 11px 10px;
font-weight: normal;
font-size: 14px;
color: #000000;
background-image:url(../../bilder-website/navi-high.jpg);
background-repeat:no-repeat;
}

#navi ul ul .submenuhigh {
list-style-type: none;
display: block;
width: 100%;
margin-top: 0px;
padding: 7px 0px 11px 10px;
font-weight: normal;
font-size: 14px;
color: #000000;
background-image:url(../../bilder-website/subnavi-high.jpg);
background-repeat:no-repeat;
}

/* ÜBERSCHRIFTEN */

h1 {
font-size: 24px;
font-weight: normal;
padding:0px;
margin: 0px 0px 6px 0px;
color: #8f0302;
font-family:"Times New Roman", Times, serif;
}

h2 {
font-size: 18px;
font-weight: normal;
padding:0px;
margin: 0px 0px 6px 0px;
color: #8f0302;
font-family:"Times New Roman", Times, serif;
}

h3 {
font-size: 24px;
font-weight: normal;
padding:0px;
margin: 0px 0px 6px 0px;
color: #8f0302;
font-family:"Times New Roman", Times, serif;
}

h4 {
font-size: 18px;
font-weight: normal;
padding:0px;
margin: 0px 0px 6px 0px;
color: #3d995a;
font-family:"Times New Roman", Times, serif;
}

h5 {
font-size: 14px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 4px 0px;
color: #8f0302;
}

h6 {
font-size: 14px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 4px 0px;
color: #3d995a;
}

/* STYLE ABSÄTZE (ABSTAND UND SO WEITER) */

p {
margin: 0px;
}

/* STYLE FÜR BOLD / FETT */

b {
color: #666666;
}

strong {
color: #666666;
}

/* LISTEN STYLE FÜR UL OL LI */

ul {
list-style-type: disc;
margin-left: 0px;
padding-left: 15px;
margin-bottom:0px;
margin-top: 0px;
}

ol {
list-style-type: decimal;
margin-left: 18px;
padding-left: 4px;
margin-bottom:0px;
margin-top: 0px;
}

/* LINKS */

a {
color: #8f0302;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #8f0302;
}

/* KASTEN IM CONTENT NUR RAHMEN */

.kasten {
margin-top: 10px;
float: right;
width: 170px;
border-style: dotted;
border-width: 2px;
border-color: silver;
padding: 3px;
margin: 3px;
}

.kasten h3 {
margin-top: 0px;
}

/* NEWSKASTEN MIT HEADER (KASTEN NR. -123) */

.boxcover {
margin-top: 10px;
float: right;
width: 200px;
padding: 3px;
}

.box {
margin-top: 10px;
padding-right: 0px;
float: right;
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #0000A0;
}

.box h3 {
background-color: #003084; 
color: white;
padding: 3px;
margin-top: 0px;
}

.box div {
padding: 3px;
}

/* HORIZONTALE LINIE */

hr {
height: 1px;
border-top: 1px solid;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-color: #999999;
padding-bottom: 0px;
margin-bottom:  7px;
padding-top: 7px;
margin-top:  7px;
text-align: left;
margin-left:0px;
}

/* KONTAKTFORMULAR ( plugins/kontakt/kontakt.php */

.kontakti {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.kontakt {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #33333;
width: 200px;
padding-left: 2px;
padding-bottom: 2px;
background-color: #ffffff;
border: 1px solid #999999;
margin: 0px 0px 5px 0px;
}

.pulldown {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
width: 410px;
}

.nachricht {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #33333;
background-color: #ffffff;
border: 1px solid #999999;
width: 410px;
height: 100px;
}

.formo {
font-family: Arial, Helvetica, sans-serif;
color: #33333;
}

/* BILDER STANDARD OHNE RAHMEN */

img {
border: 0px;
}

/* BILDRAHMEN */

.bildrahmen {
border: 1px solid;
border-color: #9fd7f1;
padding: 4px;
}

/* BILDERGALLERIE THUMBNAILS */

img.gallerythumb {
border: 1px solid;
border-color: #FFFFFF;
padding: 4px;
width:180px;
height:130px;
}

a img.gallerythumb {
border: 1px solid;
border-color: #FFFFFF;
padding: 4px;
}

a:hover img.gallerythumb {
border: 1px solid;
border-color: #FFFFFF;
padding: 4px;
}

/* QUICK TIP FÄHNCHEN */

.Tips2 {
}
  
/* BILDRAHMEN MIT ROLLOVER_EFFFEKT */

img.rollover  {
border: 1px solid;
border-color: #999999;
padding: 4px;
}

a img.rollover  {
border: 1px solid;
border-color: #999999;
padding: 4px;
}

a:hover img.rollover  {
border: 1px solid #003A61;
padding: 4px;
}

/* SONSTIGE EXTRA KLASSEN UND STYLES ÜBER ID UND CLASS */

.footer {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #3d995a;
padding: 1px 20px 0px 10px;
}

.footer a {
font-family: Arial, Helvetica, sans-serif;
color: #3d995a;
text-decoration: none;
}

.footer a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
}

.blau {
color: #003A61;
}

.adresse {
color: #003A61;
font-size:10px;
padding: 0px 0px 30px 15px;
}

.besteller {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #ea028c;
padding: 0px 0px 0px 0px;
}

.besteller a {
font-family: Arial, Helvetica, sans-serif;
color: #ea028c;
text-decoration: none;
}

.besteller a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
}


/* Tabellen */

.tabelle {
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
}

.tabellenkopf {
border-bottom: 1px solid #999999;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
color: #003A61;
background-color: #999999;
}

.tabellencelle {
border-bottom: 1px solid #9fd7f1;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

.printer {
color: #ffffff;
font-size: 10px;
text-decoration: none;
padding: 0px 10px 0px 10px;
}

.printer a {
color: #ffffff;
text-decoration: none;
}

.printer a:hover {
text-decoration: underline;
}


