/**
 * Seiteneinteilung
 */
body, td, th { font: normal 75%/167% Arial, Verdana, "Arial", serif;
               width: 100%; height: 100%; }
td, th { font-size: 100.01%; }

/* Farben und Hintergründe setzen */
html, body {
  font: normal 75%/167% Arial, Verdana, "Arial", serif;
  font-size: 98.01%; 
  font-weight: 100;
  color: #000;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

img.hintergrundbild {
min-height: 100%;        /*  Diese zwei Zeilen setzen die Regeln um den Hintergrund zu füllen  */
min-width: 824px;
width: 100%;             /*  Die Regeln, welche für die Skalierung sorgen  */
height: auto;
position: fixed;         /*  Die Positionierung  */
top: 0;
left: 0;
}

@media screen and (max-width: 824px) {
img.hintergrundbild {
left: 50%;                /*  Ohne diese Angaben funktioniert es nicht  */
margin-left: -512px; }
}


div#inhalt {
position: relative;       /*  Diese Angabe ist extrem wichtig, da ansonsten der Inhalt nicht angezeigt wird!  */
}

/**
 * @section Absätze
 */
p { margin: .2em 0; }

/* - Misc Style - */
ul {
	margin: 0px;
	padding: 0px;
}

li {

	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
      border:1px solid #fff; -moz-box-shadow: 5px 5px 15px #000; box-shadow: 5px 5px 15px #000; -webkit-box-shadow: 5px 5px 15px #000; -o-box-shadow: 5px 5px 15px #000;
}

/* - Standard Link Formatierung - */

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #cbcbcb;
	text-decoration: underline;
}

/* Layer */

#layer {

    left: 0px;
	text-align: left;
    background: transparent;
}

/* - Header */

#header {
	width: 100%;
	height: 330px; 
    z-index:1;
	position: relative;
}

/* Navi */

#menu {
	width: 860px;
	height: 27px;
    margin-top: -50px;
	margin-left: auto;
    margin-right: auto;
	background: transparent;
	color: #fff;
	position: relative;
	z-index: 999;
}

#menu ul {
	position: absolute;
	top: 1px;
	left: 20px;
	padding: 0px;
	margin: 0px;
	z-index: 999;
}

#menu ul li	{
	float: left;
	list-style: none;
    width: 150px;
	margin-left: 0px;
    background-color: transparent;
    padding: 0px 5px 0px 0px; /* Neu eingefügt */
    text-align: center;
	position: relative;
	z-index: 999;
}

#menu li a {
	display: block;
	padding: 0px 47px 1px 25px; /*50 Abstand zwischen den Menu-Punkten*/
	text-decoration: none;
	font-size: 11pt;
	color: #fff;
	background: #ff0000;
	margin:0px;
	line-height: 23px;
	z-index: 999;
}

#menu li a:hover {
	background: #fff;
    color: #ff0000;
}

#menu li a.aktiv, #menu li a.aktiv:hover {
	background-color: #fff;
    color: #ff0000;
}

/* Navigation und Dropdown */

#menu ul li ul {
	visibility: hidden;
	top: 24px;
	left: 0px;
	position: absolute;
    width: 123px;
	text-align: center;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}

#menu ul li ul li {
	height: 26px;
	border: none;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}

#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
	z-index: 999;
}
#menu ul li ul li a {
	width: 123px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 22px;
	font-size: 11px;
	color: #fff;
	background: #ff0000;
	margin: 0px;
	z-index: 999;
}

#menu ul li ul li a:hover {
	color: #ff0000;
	background: #fff;
}

#menu ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {
	color: #ff0000;
	background: #fff;
}

/* - Info über aktuellen Standort */

#seite {
	top: 15px;
	width: 95%;
	height: 20px;
	background: transparent;
	color: #ff0000;
	font-size: 11px;
	padding: 0px 10px;
	margin: 10px;
	overflow: hidden;
	position: relative;
    z-index:999;
}

/* - Hauptbereich und Layer - */

#main {
	width: 95%;
	padding: 30px 10px 30px 30px;
	background: transparent;
	position: relative;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
    z-index:999;
}

/* Überschriften */

h1 { 
	font-size: 18pt;
    font-weight: 200 ;
	margin: 0px 0px 20px 0px;
	color: #000;
	font-family: "Arial";
	letter-spacing: 0px;
}

h2 { 
	font-size: 14pt;
	font-weight: 200;
	margin: 0px 0px 20px 0px;
	color: #000;
	font-family: "Arial";
	text-transform: none;
	letter-spacing: 0px;
}

h3 { 
	font-size: 12pt;
	font-weight: 200;
	margin: 0px 0px 20px 0px;
	color: #ff0000;
	font-family: "Arial";
	text-transform: none;
	letter-spacing: 0px;
}

h4 { 
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #000;
	font-family: "Arial";
	letter-spacing: 0px;
}

h5 { 
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Arial";
	letter-spacing: 0px;
}

h6 { 
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	font-family: "Arial";
	letter-spacing: 0px;
}

/* Seitenabschluss  */

#footer {
	width: 100%;
	height: 28px;
	line-height: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 10pt;

	position: relative;
}

/* forms */
fieldset {
    border: solid 1px #ff0000;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        font-size: 1.2em;
        color: #ff0000;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 100;
        color: #9F0004;
    }

    fieldset label.checkbox {
        display: inline;
    }


    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #7d2806;
        color: #333;
        font-size: 1.0em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
        background-color: #cbcbcb;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #cbcbcb;
        }
fieldset textarea
 {
        border: 1px solid #be995f;
        color: #333;
        font-size: 1.2em;
        font-family: Arial;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
        background-color: #cbcbcb;
        width: 310px;
    }
fieldset select {
    border: 1px solid #be995f;
    color: #333;
    font-size: 1.0em;
    font-family: Arial;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    background-color: #cbcbcb;
}
fieldset select::selection {
    margin:40px;
    background: #cbcbcb;
    color:#fff;
}

    fieldset input[type="submit"] {
     padding: 0.17em 1.03em 0.23em 0.97em;
    border: 1px solid #d2d2d2; /* neu für 3D*/
    border-color: #cbcbcb;
    border-right-color: #444; border-bottom-color: #444;
    height: 2.0em; 
    -moz-box-shadow: 5px 5px 15px #000; 
    box-shadow: 5px 5px 15px #000; 
    -webkit-box-shadow: 5px 5px 15px #000;
    color: #fff; background-color: #ff0000;
    font-family: Arial, sans-serif;
        /*background-color: #d3dce0;
        border: solid 1px #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;*/
    }

fieldset input:hover[type="submit"] {
    color: #fff;
	background: #be995f; /* IE 6 in standards-compliant mode */
    border: 1px solid #d2d2d2; /* neu für 3D*/
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #9f0004);
    cursor:pointer;
}
#button {
    padding: 0.17em 1.03em 0.23em 0.97em;
    border: 1px solid #d2d2d2; /* neu für 3D*/
    border-color: #cbcbcb;
    border-right-color: #444; border-bottom-color: #444;
    height: 2.0em; 
    -moz-box-shadow: 5px 5px 15px #000; 
    box-shadow: 5px 5px 15px #000; 
    -webkit-box-shadow: 5px 5px 15px #000;
    color: #fff; background-color: #ff0000;
    font-family: Arial, sans-serif;
}
#button:hover {
    color: #fff;
	background: #9F0004; /* IE 6 in standards-compliant mode */
    border: 1px solid #d2d2d2; /* neu für 3D*/
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #9f0004);
    cursor:pointer;
}
#tabelle, th, td { width: 950px; margin: 0 auto; padding: 5px; }
.nowrap {white-space: nowrap;}
.trhd    { background: #ff0000; color: #fff }
.weiss   { background: #fff; }
.grau    { background: #cbcbcb; }
.p { color: #000;}
th { color: #000;}
.tablehead { font-variant:small-caps;
    color: #444444;
    font-size: 10pt;
    font-weight: 100;
    background: transparent; }
.inputField 
{ 
    border-right: #7f7f7f 1px solid; 
    border-top: #7f7f7f 1px solid; 
    border-left: #7f7f7f 1px solid; 
    border-bottom: #7f7f7f 1px solid; 
    font-size: 12px; 
    width: 180px; 
} 

.errorField 
{
    border-right: #9F0004 1px solid;
    border-top: #9F0004 1px solid;
    border-left: #9F0004 1px solid;
    border-bottom: #9F0004 1px solid;
    font-size: 12px;
    width: 180px;
    background-color: #f00;
} 
.errorTable 
{
    border-right: #9F0004 1px solid;
    border-top: #9F0004 1px solid;
    border-left: #9F0004 1px solid;
    border-bottom: #9F0004 1px solid;
    font-size: 12px;
    background-color: #ff0000;
} 
a.dia, a.dia:link, a.dia:visited, a.dia:active {
position: relative;
text-decoration: none;
}

a.dia:hover {
z-index:999;
background: transparent;
}

a.dia span {
display: none;
text-decoration: none;
}

a.dia:hover span {
z-index:999;
display: block;
position: absolute;
bottom: -50px;

padding: 0px;
}
#cookie a {color:#ff0000; text-decoration:none;}

#cookie a:hover {text-decoration:underline;}

#cookie div {width: 70%; display: block; margin-left: auto; margin-right: auto;}

#cookie { 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #000; 
   opacity: .75;
   color: #fff;
   position: fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12pt; 
   line-height:38px;}
   