/* GESAMTSEITEN EINDRUCK */


body {
font-family: Arial, sans-serif;
margin-top: 0px;
font-size: 12px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
color: #333;
background-color: #FFF;
}

.name {
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

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

/* SUCHFELD */

#search {
width: 140px;
font-size: 11px;
color: #333;
font-family:  Arial, sans-serif;
margin: 0px;
border: 0px;
background-image: url(../../bilder-website/search-bg.jpg);
padding: 6px 5px 6px 5px;
text-transform: uppercase;
}


/* NEWSTICKER */

#ticker {
font-family: Arial, sans-serif;
color: #fff;
font-size: 10px;
text-transform:uppercase;
}

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

#ticker a:hover{
color: #fff001;
text-decoration: underline;
}

/* NAVIGATIONSPFAD */

#navtree {
font-family: Arial, sans-serif;
font-size: 10px;
color: #cccccc;
padding: 0px 0px 0px 0px;
text-transform: uppercase;
}

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

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

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

/* CONTENTBEREICH  */

#content {
padding: 0px 10px 60px 0px;
}

/* FRONTEND LOGIN */

.login {
background-color: #ffffff;
}

/* TOP- ODER FUßNAVIGATION */

#topmenu {
font-family: Arial, sans-serif;
font-size: 11px;
color: #ffffff;
margin-top: 0px;
text-transform: uppercase;
}

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

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

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

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

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

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

/* HAUPTNAVIGATION */

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

#navi li
{
float: left;
margin: 0 0.15em;
} 

#navi li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 

#navi
{
width:100%;
} 
/* ÜBERSCHRIFTEN */

h1 {
font-size: 16px;
font-weight: bold;
padding: 3px 0px 3px 0px;
margin: 0px 0px 8px 0px;
color: #e2001a;
font-family: Arial, sans-serif;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
width: 100%;
}

h2 {
font-size: 16px;
font-weight: bold;
padding: 3px 0px 3px 0px;
margin: 0px 0px 8px 0px;
color: #666666;
font-family: Arial, sans-serif;
width: 100%;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}

h3 {
font-size: 14px;
font-weight: bold;
padding:0px;
margin: 0px 0px 5px 0px;
color: #e2001a;
font-family: Arial, sans-serif;
}

h4 {
font-size: 14px;
font-weight: bold;
padding:0px;
margin: 0px 0px 5px 0px;
color: #000000;
font-family: Arial, sans-serif;
}

h5 {
font-size: 12px;
font-weight: bold;
padding:0px;
margin: 0px 0px 4px 0px;
color: #e2001a;
font-family: Arial, sans-serif;
}

h6 {
font-size: 12px;
font-weight: bold;
padding:0px;
margin: 0px 0px 4px 0px;
color: #000000;
font-family: Arial, sans-serif;
}

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

p {
margin: 0px;
}

/* STYLE FÜR BOLD / FETT */

b {
color: #333;
font-weight: bold;
}

strong {
color: #333;
font-weight: bold;
}

/* 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: #e2001a;
text-decoration: none;
}

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

/* 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 {
    color: #e2e2e2;
    background-color: #e2e2e2;
    height: 1px;
    border: none;
    margin: 20px 0px 20px 0px;
}


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

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

.kontakt {
font-family: Arial, 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, sans-serif;
color: #333333;
width: 410px;
}

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

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

/* BILDER STANDARD OHNE RAHMEN */

img {
border: 0px;
}

/* BILDRAHMEN */

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

/* BILDERGALLERIE THUMBNAILS */

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

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

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

/* QUICK TIP FÄHNCHEN */

.Tips2 {
}
  
/* BILDRAHMEN MIT ROLLOVER_EFFFEKT */

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

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

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

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

.footer {
font-size: 10px;
font-family: Arial, sans-serif;
color: #fff;
padding: 0px 0px 0px 0px;
text-transform: uppercase;
}

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

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

.headlinks {
font-size: 12px;
font-family: Arial, sans-serif;
color: #ffffff;
padding: 0px 0px 0px 0px;
}

.headlinks a {
font-family: Arial, sans-serif;
color: #ffffff;
text-decoration: none;
}

.headlinks a:hover {
font-family: Arial, sans-serif;
text-decoration: underline;
color: #ffed00;
}

.gruen {
color: #5a9431;
}

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


/* Tabellen */

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

.tabellenkopf {
border-bottom: 1px solid #000000;
font-weight: bolder;
font-family: Arial, sans-serif;
color: #ffffff;
background-color: #000000;
}

.tabellencelle {
border-bottom: 1px solid #000000;
font-family: Arial, 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;
}

.newsteaser {
	background: #e2e2e2M;
}

