html,body{
 background-color:#282A81;
 margin:0;
 padding:0;
 width:100%;
 height:100%;}

.submit{padding:0px;}
#seite{
 width:950px;
 height:620px;
 margin:auto;
 background-image:url(layout/mainbg.jpg);
 background-repeat:no-repeat;
 background-position:0px 20px;}

#bogen{
 width:950px;
 height:86px;
 position:absolute;
 top:135px;
 background-image:url(layout/bogen.png);
 background-repeat:no-repeat; }

#einklinker{
 width:252px;
 height:105px;
 position:absolute;
 top:790px;
 left:50%;
 margin-left:250px;
 background-image:url(layout/einklinker.png);
 background-repeat:no-repeat; }

#content{
 position:absolute;
 top:270px;
 margin-left:160px;
 width:670px;
 height:300px;}

#gb{
 width:370px;
 height:280px;
 overflow:auto;
 background-color:#BDC0DA;}

.text{
 font-family:Arial,sans-serif;
 font-size:12pt;
 color:#000;}

.middle{
 font-family:Arial,sans-serif;
 font-size:10pt;
 color:#000;}

.small{
 font-family:Arial,sans-serif;
 font-size:9pt;
 color:#000;}

a {color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}

.alink{
 padding:3px;
 color:#000;
 font-family:arial;
 font-weight:bold;}

.icont{
 display:inline;
 float:left;
 overflow:auto;
 height:280px;
 width:290px;}

form{display:inline;}

.input,textarea,.inactive{
 height:22px;
 width:99%;
 font-family:Arial,sans-serif;
 font-size:12pt;
 color:#000;
 background-color:#BDC0DA;}

textarea{
 overflow:auto;}

.ob{ border:1px outlined #999;}

.inactive{
 background-color:#EBC3B7;}

.button{
 cursor:pointer;
 height:30px;
 font-weight:bold;
 background-color:#CB5419;
 border:7px outlined #ccc;
 outline-width:thick;}

ul{margin-bottom:0px;}

img{
 border:none;}

.cb{clear:both;}
.nw{white-space:no-wrap;}

.hr{background-color:#282A81;color:#282A81;height:1px;padding:0;margin:0;margin-top:10px;margin-bottom:10px;width:100%;}
