/* CSS für Starship Ranger */
/* Author : Dirk Schumacher - rescale design*/

body, img {
    margin: 0;
    padding: 0;
    background: #000000 url('img/img_portal_bg.gif');
    font-family: Arial, sans-serif; font-size: 11px; color: #c2d7ec;
    text-align: center;
    border: 0px none;
    SCROLLBAR-BASE-COLOR: #000;
SCROLLBAR-ARROW-COLOR: #000;
}

#site {
    width: 414px;
    height: 209px;
    margin: 0px auto;
    background: url('img/img_portal_pic.jpg') no-repeat;; padding-left:486px; padding-right:0px; padding-top:285px; padding-bottom:0px
}

#screen {
    width: 381px;
    height: 199px;
    margin: 0px;
    padding: 0px;
    background: url('img/img_portal_screen.jpg') no-repeat;
}
table{
        font-size:9pt;
}

/*------ Navigation Classification ------*/
#nav_frame { width: 381px; height: 26px; padding-top: 10px;  text-align: center;}

a.nav {  font-family: Verdana, Arial, sans-serif; font-size: 11px; text-decoration: none; color: #c2d7ec; padding: 0px 5px 0px 5px; }
a.nav:link, a.nav:visited, a.nav:active, a.nav:focus {color: #c2d7ec;}
a.nav:hover { color: #FFFFFF }

/*------ Navigation Classification ------*/

#content {
    width: 381px;
    height: 155px;
    padding-top: 6px;
}

#box_left {
    width: 190px;
    height: 117px;
    float: left;
    padding-top: 2px;
}

#box_right {
    width: 190px;
    height: 111px;
    float: right;
    padding-top: 8px;
}


/*------ Register Classification ------*/

#register_frame {
    width: 381px;
    height: 32px;
    margin: 0px auto 0px auto;
}


ul.register {
    width: 379px;
    margin: 0px auto 0px auto;
    padding: 0px;
    list-style-type: none;
}

/* hide dotted outlines in Firefox */
*:focus {   outline:none;   border:none;    }

.textLabel {
    position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;
    }

li.reg_button a {
    width: 379px;
    height: 25px;
    display: block;
    float: left;
    text-align: center;
    background: url('img/img_register.jpg') no-repeat;
}

li.reg_button a:hover{ background-position: 0px -25px; }
/*------ Register Classification ------*/

/*------ Login Classification ------*/
.field {
    background-color:#1d2429;
    width:149px;
    height:20px;
    color: #cbcdca;
    font-family: Verdana, Arial, sans-serif; font-size: 11px; text-decoration: none;
    padding: 5px 0px 0px 5px;
    border-style:solid;
    border-width:1px;
    border-color:#646b71;
}

.textarea {
    background-color:#1d2429;
    color: #cbcdca;
    font-family: Verdana, Arial, sans-serif; font-size: 11px; text-decoration: none;
    padding: 5px 0px 0px 5px;
    border-style:solid;
    border-width:1px;
    border-color:#646b71;
}


.dropdown {
    width: 98px;
    border: none;
    background-color:#1d2429;
    color: #cbcdca;
    font-size: 9px;


}

.login {
    width: 47px;
    height:20px;
    background-color:#1d2429;
    margin-left: 4px;
    color: #cbcdca;
    border-width:1px;
    border-color:#646b71;
    font-family: Verdana, Arial, sans-serif; font-size: 10px; text-decoration: none
}

/*------ Login Classification ------*/


=