/* CSS Document */



/* -------------Menue------------- */

a{
color: #FFFFFF;
}

div#menu {
width: 900px;
height: auto;
padding: 0px 0px 60px 0px;
margin: auto;
text-align: center;
clear: both;
}

div#Rahmen {
width: 100%;
padding-top: 10px;
}

div#Rahmen div {
clear: left;
}

ul#Navigation {
margin: 0px; padding: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
width: 100%;
}

ul#Navigation a{
color: #c0c0c0;
text-decoration: none;
width: 100%;
}

ul#Navigation li {
list-style: none;
float: left;
position: relative;
width: 120px;
margin-bottom: 10px;
padding: 0;
line-height: 14px;
}

ul#Navigation li ul {
margin: 0;
padding: 0;
width: 100%;
position: absolute;
top: 12px;
left: 0px;
font-size: 10pt;
display: none;  /* Unternavigation ausblenden */
}

ul#Navigation li:hover ul {
display: block;  /* Unternavigation einblenden */
}

ul#Navigation li ul li {
float: none;
display: block;
width: 100%;
margin-bottom: -7px;
}

ul#Navigation li ul li a,
ul#Navigation span {
display: block;
width: 120px;  /* Breite den in li enthaltenen Elementen zuweisen */
padding: 4px 10px;
text-decoration: none;
color: #c0c0c0;
font-weight: normal;
/*
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
background: url(img/menu-hg.png) repeat; */
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
color: #FFFFFF;
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
color: #FFFFFF;
}




/* ------------- Kontaktformular ------------- */

.kontaktformular {
font-family: Arial;
font-size: 12pt;
color: #FFFFFF;
border: none;
}

.kontaktformular td {
vertical-align: top;
border: none;
}

.caution {
position: absolute;
top: 260px;
width:280px;
height: 150px;
border: 1px solid #000000;
background-image: url(pics/warnung_hg.png);
background-repeat: repeat;
color: #FF0000;
font-family: Arial;
font-size: 16px;
}