/* CSS Document */
body { 
   background-color: #f7f7f7;
   color: #000000;
   font-family: arial;
}
a:link {
color:#000000;
}
a:visited {
color:#000000; text-decoration:none
}
a:active {
color:#5c5c5c; text-decoration:none
}
a:hover {
color:#0084ff; text-decoration:underline
}
#main {
   width: 980px;
   height: 580px;
   margin: 0px auto;
}
#menue_links {
   padding: 0;
   border: none;
   margin: 0;
   width: 200px;
   height: 570px;
   float: right;
   overflow: auto;
   }
#menue_links-inside {
   background: url(./images/col.png) no-repeat top center;
   margin: 2px;
   padding: 5px;
   height: 550px;
   }
#menue_rechts {
   padding: 0;
   border: none;
   margin: 0;
   width: 200px;
   height: 570px;
   float: right;
   overflow: auto;
   }
#menue_rechts-inside {
   background: url(./images/col.png) no-repeat top center;
   padding: 5px;
   margin: 2px;
   height: 550px;
   }
#content {
   padding: 0;
   border: none;
   margin: 0;
   width: 580px;
   height: 570px;
   float: right;
   overflow: auto;
   }
#content-inside-bg {
   background: url(./images/fruehling.jpg) no-repeat;
   height: 550px;
   width: 580px;
   }
#content-inside {
   background: url(./images/content.jpg) no-repeat;
   padding: 5px;
   height: 550px;
   margin-top: 2px;
   }
#login {
   color: #ffffff;
   margin-top: 225px;
   margin-left: 145px;
   height: 100px;
   width: 235px;
   }
.news {
   margin-left: 87px;
   margin-top: 75px;
   padding: 5px;
   width: 390px;
   height: 100px;
   }
#footer {
   font-size: 11px;
   text-align: center;
   border: none;   
   width: 980px;
   overflow: auto; 
   clear: both; 
   }
#form, submit, text, password, input { 
   color: #000000;
   background-color:#FFFFFF;
   border: 1px solid #000000;
   }
input {
   width:125px;
   }
label{
   cursor: pointer;
}
img {
   border: 0px;
}
table {
   margin-top:40px;
}
.white {
   margin: 1px;
   padding: 2px;
   background-color: #FFFFFF;
   float:right;
   }
.white_small {
   padding: 2px;
   margin-top: 1px;
   margin-left: 100px;
   margin-right: 2px;
   float: right;
   }
.benutzername {
   color:#000000;
   font-size: 13px;
   width: 36%;
   margin-top: 3px;
   padding:1px;
   float:left;
   }
.password {
   color:#000000;
   font-size: 13px;
   width: 38%;
   margin-top: 6px;
   padding:1px;
   float:left;
   }
