/*  ---------------------------------------------------------------------- */
/*  format-d.css - Cascading style sheet - dunkler Hinergrund, heller Text */
/*  ---------------------------------------------------------------------- */

/* Definition Kopfzeile mit Hintergrundbild */
#kopf {
            background: url(bild/kopf_niesen_760.gif);
/*                min-height: 106px; */
                height: 106px;
                width: 760px;
                }
/* Definition für ganzen Inhalt */
body {
                background-color: #003040;
                font-family:Verdana, Arial, Helvetica, sans-serif;
                text-align:center;
                text-decoration:none;
                }
div { width:760px;margin:0px auto;text-align:left; }
#inhalt {
                float:left;
                width:445px;
                margin-top:5px;
                color:a2b9ff;
                }
#mid {
                float:left;
                width:5px;
                margin-top:5px;
                margin-left:5px;
                margin-right:1px;
                }
#right {
                float:right;
				width:300px;
                margin-top:5px;
                float:right;
                text-align:left;
                }
#videoPlayer {
				float:right;
                width:300px;
                height:200px;
				margin-top:5px;
				float:right;
				text-align:left;
                border:0px;
                }
h1 { margin:2px; font-size:1.3em; font-weight:bold; color: #1010aa; }
h2 { margin:0; font-size:1.0em; font-weight:bold; color: #1010aa; }
h3 { margin:0; font-size:0.8em; font-weight:bold; color: #1010aa; }
p { margin:0; font-size:0.8em; font-weight:normal; color:#ffffff; }

.anreise { background-color:#70aacc; }

small { margin:0; font-size:0.7em; font-weight:normal; color:#ffffff; }
ul { font-size:0.8em; margin-left:0; }
li { margin-left:0; font-weight:normal; color:#a2b9ff; }
a { font-size:0.8em; color:#a2b9ff; }
a:hover { color:#fff; }
table { color:a2b9ff; font-size:0.9em; }
/* Definition Fusszeile */
#top {
                height: 20px;
                padding-bottom:5px;
                }
#fuss {
                height: 20px;
                padding-top:10px;
                border-top:1px solid #909099;
                color:#191988;
                }
/* --------------------------------------------------------------------------- */
/* Menuleiste */
#menu {
                text-align:center;
                margin-top:5px;
                padding-top:10px;
                padding-bottom:10px;
                border-top:1px solid #909099;
                border-bottom:1px solid #909099;
                }
#menu a {
                width:5em;
                height: 25px;
                margin-right:5px;
                border-top:1px solid #909090;
                border-right:1px solid #000;
                border-bottom:1px solid #000;
                border-left:1px solid #909090;
                padding: 2px 4px 2px 4px;
                text-decoration:none;
                text-align:left;
                font-size:0.8em;
                font-weight:normal;
                color:#feba1e;
                background-repeat:no-repeat;
                }
#menu a:hover, #menu a:active {
                color:#003040;
                background-color:#feba1e;
                background-repeat:no-repeat;
                border-top:1px solid #000;
                border-right:1px solid #909090;
                border-bottom:1px solid #909090;
                border-left:1px solid #000;
                }
/* --------------------------------------------------------------------------- */
/* Menuleiste auf Indexseite (Sprachauswahl) */
ul#menu_index {
                margin:50px;
                text-align:center;
                }
ul#menu_index li {
                list-style:none;
                display:inline;
                margin:0.4em; padding:0;
                }
ul#menu_index a {
                float:left;
                color: #FFFFFF;
                width: 65px;
                height: 45px;
                margin: 0 0 0 0.7em;
                padding: 0.8em 0.5em;
                text-decoration: none;
                text-align:right;
                font-size:0.8em;
                font-weight:normal;
                border-top:1px solid #909090;
                border-right:1px solid #000;
                border-bottom:1px solid #000;
                border-left:1px solid #909090;
                }
ul#menu_index a:hover {
                color: #000;
                background-color:#feba1e;
                border-top:1px solid #000;
                border-right:1px solid #909099;
                border-bottom:1px solid #909099;
                border-left:1px solid #000;
                }
/* --------------------------------------------------------------------------- */
