/*Seitengestaltung gesamt*/

body{
background-color: #98FB98;
color: black;
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
margin:0;
font-size: 100.1%;
background-image:url('images/back.jpg');
background-attachment: fixed;
}

/*'Boxen'*/

#all{
min-width: 760px;
}

#header{
position: absolute; 
left: 0;
right: 0;
top: 4px;
border: 0px;
height: 200px;
width: 99%;
margin: 0 5px 0 5px;
text-align: center;
}

#navi{
position: absolute; 
left: 0px;
top: 218px;
width:160px;
padding: 5px 5px 5px 5px;
margin-left:9px;
border: 1px #98AAB1 solid;
text-align: center;
}

#main{
position: relative;
left: 0;
top: 218px;
margin-left: 199px;
margin-right: 205px;
margin-bottom: 240px;
border: solid 1px #000;
padding: 20px;
background-color:#F5FFFA;
line-height: 1.2;
}

#left{
border: 1px #98AAB1 solid;
position: absolute;
right: 0;
top: 218px;
width:160px;
padding: 10px;
margin-right: 9px;
text-align: center;
}

#search{
height:80px;
text-align: center;
margin: 0px auto 0px auto;
width: 380;
}

#footer{
height: 40px;
margin: 4px 4px 4px 4px;
width:99%;
text-align:right;
clear: both;
text-align: center;
align: center;
}

#links {
margin-top: 20px;
font-size:120%;
}

/*einzelne Elemete*/

H1{
font-size: 40px;
color: green;
text-shadow: silver 5px 5px 5px;
letter-spacing: 16px;
}

H2{
font-weight: bold;
font-size: 140%;
}

H3{
font-weight: bold;
font-size: 120%;
}

H4{
font-weight: bold;
font-size: 100%;
}

img.float{
float: left;
position: relative;
margin: 10px 10px 10px 0px;
width: 40%;
}

/*Menu-Links*/

/* Die 'Buttons' im linken Menue */
#button a {
display: block;
padding: 4px;
width:150px;
font-weight:bold;
color: #006400;
text-align: center;
margin: 0px 0px 4px 0px;
background-color:#00FA9A;
font-size: 85%;
}

#button a:hover {
color:#DD6900;
background-color:#FFFFFF;
}

#schalter1 a:active {
color:#FFFFFF;
}
