/*@charset "UTF-8";*/
/* CSS Document */

body {
   margin:0px;
   padding:0px;
   font-family:Helvetica,Arial,Sans-Serif;
   font-size:0.9em;
   /*
   background-image:url(../img/login_page/bg.gif);
   background-position:right;
   background-repeat:no-repeat;
   */
}

img {
   border:0px;
}

#oben{
   top:0px;
   left:0px;
   position:absolute;
   width:100%;
   height:50px;
   background:#EEEEEE;
   border-bottom:1px solid silver;
}

#rechts{
   position:absolute;
   width:250px;
   height:100%;
   right:0px;
   top:0px;
   background-color:#F5F5F5;
   padding-left:20px;
   border-left:1px solid #c0c0c0;
}


#rechts .titel{
   margin-top:45px;
   padding-top:20px;
}

.loginform {
   position:absolute;
   right:25px;
   top:185px;
   width:225px;
   float:right;
}

.loginform small {
   color: gray;
   font-weight:bold;
   font-size:0.7em;
}


.loginform input  {
   width:200px;
   font-size:1.1em;
   padding:4px;

}

.logobild {
    margin-top:50px;
    text-align:right;
    height:136px;
    margin-right:315px;
}

.logobild table {
    width:99%;
    height:99%;
}


.errormsg{
   color:red;
   font-size:0.9em;
   font-weight:bold;
   border:1px solid red;
   padding:2px;
   margin-top:5px;
   background:white;
}

.spitze{
    position:absolute;
    right:300px;
    top:240px;
    height:100px;
    margin-top:-50px;
}


.inhalt{
   margin-top:110px;
   margin-left:20px;
   margin-right:320px;
}

.pfeil{
    height:100px;
    width:600px;
    position:absolute;
    top:240px;
    margin-top:-50px;
    right:330px;
    color:white;
    font-size:1.3em;
    font-weight:bold;
}

.pfeil_o-bb {
    background-image:url(../img/login_page/pfeil_o-bb_repeat.jpg);
}
.pfeil_o-sp {
    background-image:url(../img/login_page/pfeil_o-sp_repeat.jpg);
}
.pfeil_o-vkr {
    background-image:url(../img/login_page/pfeil_o-vkr_repeat.jpg);
}

#links{
    background-color:white;
    width:30px;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}

.logo{
    margin:22px 50px -20px 22px;
}

.unten{
    position:absolute;
    right:280px;
    bottom:10px;
    color:grey;
    font-size:0.7em;
}


.untenrechts {
    position:absolute;
    bottom:10px;
    right:20px;
    width:220px;
    color:grey;
    text-align:right;
}

.untenrechts div small {
    color:grey;
    font-size:0.7em;
}

.url_scheme_hint {
    margin-top:20px;
}
