/* CSS Maximiliansbahn V 1.2 */

body {
 font-family: arial, helvetia, sans-serif;
 color: #0D3F96;
 margin: 1em;
 font-size:10pt;
}

p {
 font-family: arial, helvetia, sans-serif;
 color: #0D3F96;
 margin: 1em;
 font-size:10pt;
}

ul#navigation {
align:left;
 /* background-color: #F5A300; */
 color: #ffffff;
 width: 150px;
 padding-left: 0;
 margin: 0;
}

* html ul#navigation {  /* Korrekturen fuer IE 5.x */
 p\osition: fixed;
 width: 150px;
 padding-left: 0;
 padd\ing-left: 0;
}

ul#navigation li {
 border: solid #F5A300 1px;
 list-style: none;
 margin: 0.2em;
 margin-left: 0;

}

ul#navigation a {
 padding: 0.2em;
 padding-left: 1.4em;
 display: block;
 list-style: none;
 color: #0D3F96;
 background-color: #F8BE4A;
 border: solid #F18900 1px;
 text-decoration: none;
 text-align:left;
 font-size:10pt;
/* font-weight: bold; */
}

ul#navigation a:hover {
 color: #0D3F96;
 background-color: #ffffff;
 border: solid #F18900 1px;
}

ul#navigation a.active {
 color: #0D3F96;
 background-color: #ffffff;
 border: solid #f18900 1px;

/* padding-left: 15px; */
}

#content {
 padding:2em;
 background-color:#ffffff;
 font-size:10pt;
}

a#menu-bottom {
 color:#0D3F96;
 text-decoration: none;
 font-weight:bold;
}

a:hover#menu-bottom {
 color:#ffffff;
 text-decoration: none;
 font-weight:bold;
}

h1 {
 color: #F5A300;
 font-weight:500;
}

hr.logo {
 color:#154384;
 height:1px;
 background-color:#154384;
 margin-right:0;
 border:0px;
}

#tag {
 color: #F5A300;
 font-weight:500;
}

#programmpunkt {
 list-style-type: square;
}


#programm-inhalt {
 border: solid 0px #154384;
 border-bottom: solid 1px #154384;
 border-top: solid 1px #154384;
 margin-right: 5px;
 margin-left: 50px;
 padding: 5px;
}

.bildunterschrift {
 font-size: 8pt;
 text-align:center;
}
