/* Magellans Elfer raus! Januar 2010*/

body{
background:#FFFFCC;
padding:0;
margin:0;
color:black;
font: 11pt Arial, Helvetica, Verdana, sans-serif;
text-align:left;
}

#kopfzeile {
color: black;
font-weight: bold;
padding: 7px;
text-align: left;
margin: 10px 20px auto;
width: 45%;
border-top:1px solid silver;
border-left:1px solid silver;
border-right:1px solid silver;
}

#navigation p{
background:red;
color:#CCCCCC;
font-size: 0.8em;
padding:10px;
text-align:center;
border-top: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
margin: 20px 20px 0;
}

#navigation a{
color:#CCCCCC;
text-decoration:none;
margin:5px;
padding:2px;
border: 0px solid #000066;
}

#navigation a:hover{
color: #FFFFFF;
background: silver;
text-decoration: none;
border: 0px solid #EE0000;
}

#navigation_aktuell{
color: #EE0000;
background: silver;
text-decoration:none;
margin:5px;
padding:2px;
border:0px solid #EE0000;
}

#inhalt{
color:black;
background: white;
padding:20px;
margin: 0 20px;
border: 1px solid silver;
min-height:500px;
}

#inhalt_breit{
color:black;
background: white;
padding:20px;
margin: 0 20px;
border: 1px solid silver;
min-height:500px;
text-align:justify;
}

#inhalt h1{
font-size: 1.5em;
border-bottom:4px solid;
margin-bottom:40px;
}

#inhalt_breit h1{
font-size: 1.5em;
border-bottom:4px solid;
margin-bottom:40px;
}

#inhalt p {
width:600px;
margin:1em auto;
text-align: justify;
}

#inhalt img {
margin:0.6em;
}

#inhalt td {
text-align: justify;
}

#inhalt a {
color: grey;
text-decoration: underline;
}

#inhalt a:hover {
text-decoration:none;
}

#inhalt_breit a {
color: grey;
text-decoration: underline;
}

#inhalt_breit a:hover {
text-decoration:none;
}
#notieren {
color: grey;
clear: both;
text-align: center;
}

#fusszeile {
background:blue;
color: white;
font-size: 0.8em;
padding: 1px 10px;
text-align: center;
border-bottom: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
margin:0 20px 3px 20px;
}

#fusszeile a {
color: white;
text-decoration : underline;
}

#fusszeile a:hover {
color: white;
text-decoration : none;
}

#copyright {
float:left;
}

#fusslink {
text-align:right;
}

h2 {
font-size: 1.1em;
border-bottom:2px solid;
margin-top:3em;
margin-bottom:10px;
}

.kleingedrucktes {font-size:0.7em}
.box {
margin: -1em 0 10px 20px;
text-align: right;
font-weight: bold;
border: 1px solid;
padding: 0.5em;
width: 4em;
float:right;
}

@media print {

   #navigation {display:none;}
   #fusszeile {display:none;}
}