*
{
margin:0;
padding:0;
}

/*min-height-Hack für den IE*/
html body #inhalt
{
height:750px;
}

html>body #inhalt
{
height:auto;
min-height:750px;
}
/*min-height-Hack für den IE ENDE*/

body
{
width:980px;
margin:0.3em;
font-family: Arial, Verdana, Times New Roman,  Helvetica, sans-serif;
font-size:0.9em;
margin-left:auto;
margin-right:auto;
/*border-right: 1px solid grey;
border-bottom: 1px solid grey;*/
}

#seite
{
/*background:red;*/
}

#hauptteil
{
position:relative;
display:block;
background:white; //vorher: crimson;
border-left:200px solid midnightblue;
border-right:0;
padding-left:0;
overflow:visible;
}

#navigation 
{
float:left;
position:relative;
width:200px;
margin-left:-197px;
display:inline;
background:midnightblue;
left:-3px;
top:-16px;
font-size:1.2em;
}

#titelbild
{
x-index:2;
background:white;
}

#inhalt
{
background:gainsboro;
position:relative;
top:-16px;
padding-top:2em;
//width:780px;
//left:4px;
}

#fusszeile
{
position:relative;
background:#4682B4;
color:black;
text-align:center;
top:-16px;
border-top:5px solid #4682B4;
border-bottom:5px solid #4682B4;
}


#navigation ul
{
list-style-type:none;
margin:0;
padding:0;
}

#navigation ul.untermenue
{
width:180px;
border-left:20px solid #0000CD;
}


#navigation li
{
padding: 0.3em 1em 0em 1em;
border-top:0.05em solid blue;
border-bottom:0.05em solid blue;
border-collapse:collapse;
}


#navigation ul.untermenue li.aktiv
{
background:#0000CD;
}

#navigation li.aktiv
{
background:#0000CD;
}

#navigation a
{
color:white;
}

a:link
{
text-decoration:none;
}

a:visited
{
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

#inhalt ul
{
padding-left:4em;
padding-right:4em;
font-size:1.2em;
}

h1
{

}

h2
{
margin:0;
/*border:1px solid black;*/
padding:0.2em;
padding-top:0.1em;
background-color:midnightblue;
color:white;
font-variant:small-caps;
}

table
{
padding-left:2em;
padding-right:2em;
/*border:0px solid black;*/
border-collapse:collapse;
margin-left:30px;
margin-right:30px;
}

#inhalt table.unsichtbar, #inhalt table.unsichtbar tr td
{
border-style:hidden;
padding:0;
margin:0;
}

td
{
padding:4px;
border:1px solid black;
}

#titelbild img.titelbild
{
border-top:25px solid #4682B4;
border-bottom:25px solid #4682B4;
padding-top:1px;
padding-bottom:1px;
}

#inhalt
{
padding-bottom:30px;
}

#inhalt p, #inhalt form
{
padding:10px 30px 10px 30px;
/*border:solid black 1px;*/
text-align: justify;
font-size: 1.2em;
}

#inhalt p img {
margin: 0;
}

#inhalt img.rechts {
float:right;
margin-right: 0;
margin-left: 10px;
margin-bottom: 0;
margin-top: 0;
}

#inhalt img.links {
float:left;
margin-right: 10px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}

#inhalt img.linksinline {
float:left;
margin-right: 10px;
margin-left: 0;
margin-bottom: 0;
margin-top: 5px;
}

#inhalt p.kleiner{
font-size: 0.7em;
}

#inhalt p.mitte{
text-align: center;
}

p.mitte{
text-align: center;
}

#inhalt h1
{
display:inline;
font-size: 1.0em;
}

#inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5, #inhalt h6 
{
text-align: center;
}

#inhalt h3 {
font-size: 1.4em;
padding:10px 50px 10px 50px;
}

a
{
color:darkblue;
}
