/*Seitengestaltung gesamt*/
body{
background-color: #CDA63C;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0;
font-size: 80%;
line-height: 120%;
}

pre, code {
font-family: Monospace;
font-size: 110%
}

pre {
background-color: #ffffff;
white-space: pre-wrap;
padding: 4px;
}

/*'Boxen'*/

div#header{
position: absolute; 
left: 0;
right: 0;
top: 4px;
border: 0px;
height: 184px;
width: 99%;
margin: 0 5px 0 5px;
background-image:url('images/header_back.jpg');
background-repeat: repeat-x;
}

div#navicontainer{
position: absolute; 
left: 0px;
top: 218px;
padding: 0px;
border: 0px;
}

div.navi{
width:160px;
padding: 5px 5px 5px 5px;
margin-left:9px;
border: 1px #C38900 solid;
border-top-width: 8px;
}

div#main{
position:relative;
left: 0;
top: 218px;
margin-left: 199px;
margin-right: 210px;
margin-bottom: 240px;
border: solid 1px #C38900 ;
padding: 20px;
overflow:auto;
}

div#left{
border: 1px #C38900 solid;
position: absolute;
right: 0;
top: 218px;
width:160px;
padding: 10px;
margin-right: 9px;
}

div#footer{
height: 40px;
margin: 4px 4px 4px 4px;
width:99%;
text-align:center;
clear: both;
font-size: 80%;
}

div.link{
margin: 16px;
padding: 8px;
border: 1px #98AAB1 solid;
}

div.zeit{
margin: 20px;
color:teal;
}

/*einzelne Elemete*/

H1{
font-weight: bold; font-size: 24px;
color:#663300;
line-height:100%;
}

H2{
font-weight: bold; font-size: 18px;
color:#663333;
}

img.floatleft{
float: left
}

div#main img.scale{
max-width:600px;
width:100%;
}

div.galerie div{
float:left;
width:300px;
text-align:center;
height:240px;
margin-right: 4px;
}

font.imp{
letter-spacing: 1px;
font-style: italic;
}

div#main table{
margin: 10px 0px 10px;
border: 1px #98AAB1 solid;
min-width:50%;
}

div#main td{
border: 1px #98AAB1 solid;
text-align:left;
}

div#main th{
text-align:left;
}

ol.weit{
line-height:200%;
font-size: 120%;
}

/*Links*/
/* Die 'Buttons' im linken Menue */

div.button a {
display: block;
padding: 4px;
width:150px;
height: 20px;
font-weight:bold;
color: #696969;
text-align: center;
font-size: 85%;
margin: 0px 0px 4px 0px;
background-color:#FFD350;
background-image:url('images/1.png');
}

div.button2 a {
display: block;
padding: 4px;
width:120px;
height: 16px;
font-weight:bold;
color: #696969;
text-align: center;
font-size: 80%;
margin: 4px 4px 4px 20px;
background-color:#FFC250;
background-image:none;
}

div.button a:hover {
background-color:#876500;
background-image:url('images/2.png');
}
div.button2 a:hover {
color:#FFFFFF;
background-image:none;
}
#schalter1 a:active {
color:#FFFFFF;
}