#all{
 position: relative;
 top: 100px;
}

#main{
 width: 700px;
 position: relative;
 background: url('_img/bg.png');
}

#head{
 width: 700px;
 height: 47px; 
 background: url('_img/top.png');
}

#bottom{
 width: 700px;
 height: 49px;
 background: url('_img/bottom.png');
}

#drei{
 z-index: 1;
 width: 272px;
 height: 223px;
 position: absolute;
 top: -162px;
 left: 37px;
 background: url('_img/drei.jpg');
}

#auge{
 z-index: 2;
 width: 19px;
 height: 24px;
 position: relative;
 top:-72px;
 left:-253px;
 background: url('_img/auge.gif');
}

#slogen{
 z-index: 3;
 width: 383px;
 height: 45px;
 position: absolute;
 top: -30px;
 right: 30px;
 background: url('_img/slogen.png');
}

#navi{
 z-index: 3;
 width: 423px;
 height: 22px;
 position: absolute;
 top: 31px;
 left: 230px;
 background: url('_img/navi.png');
 background-repeat: no-repeat;
 text-align: left;
 padding-left: 20px;
}

#content{
 width: 568px;
 position: relative;
 left: 0px;
 top: 60px;
 text-align: left;
 padding-bottom: 50px;
}

*{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 background-color: #808080;
}

a.navi, a.navi:active, a.navi:visited {
 color: #b32828;
 font-weight: bold;
 text-decoration: none;
 font-size: 12pt;
 padding-left: 5px;
 padding-right: 6px;
}

a.navi:hover {
 border-bottom: 1px solid #eb9739;
}

a, a:active, a:visited {
 color: #b32828;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 border-bottom: 1px solid #eb9739;
}


h2{
 color: #659832;
 font-size: 120%;
 font-weight: bold;
}

h1{
 color: #659832;
 font-size: 140%;
 font-weight: bold;
}

.text{
 text-align: justify;
}

input,select,textarea {
 border:1px solid #659832;
 background-color: #ffffff;
 font-size:8pt;
}

input:hover,select:hover,textarea:hover {
 background-color: #ffffff;
}

.input_botton {
 color: #659832;
 background-color: #ffffff;
 font-weight:bold;
}

.input_botton:hover {
 color: #ffffff;
 background-color: #659832;
}

.code {
 font-size: 8pt;
 margin-left: 10px;
 padding: 2px;
 border: 1px dotted #193257;
 background: #deeafc;
}

img.left{
 float: right;
 border: 1px solid;
 padding: 1px;
 margin-left: 10px;
}

