/**/
@charset "utf-8";
/******************     
* CSS Document    *
* SIMAJA OHG      *
* www.simaja.de   **
* Udo Baldewein   *
* CSS - entrypage *
*******************/
/* Basic functions */
html {
    background-color:#FFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    height:100%;
}
body {
    margin:0;
    padding:0;
    height:100%;
}
/* Wrapper Container arround the content divs */
#wrapper {
    width:960px;
    height:100%;
    margin:0 auto;
}
/* Header and banner container */
#header {
    position:relative;
    height:213px;
    background:url(/files/removab-banner.png) left top no-repeat #FFF;
}
/* Formatting list styles for header div */
#header ul {
    list-style:none;
    padding:0;
    margin:0;
    position:absolute;
    right:6px;
}
#header ul li {
    float:left;
    width:auto;
    padding:15px 4px;
    color:#a1a6ab;
    font-size:11px;
}
/* Formatting anchor for header div */
#header a:link, #header a:visited, #header a:hover {
    color:#a1a6ab;
    text-decoration:none;
}
/* Placing of the content area */
#content {
    margin-top:18px;
    margin-bottom:20px;
    height:354px;
    position:relative;
}
/* Small boxes für startpage */
#content .smallbox {
    position:relative;
    width:316px;
    float:left;
    height:354px;
    background-color:#F5F5F6;
    background:url(/files/bg_box_removab.png) left bottom no-repeat #F5F5F6;    
}
#content .bigbox {
    position:relative;
    width:477px;
    float:left;
    height:354px;
    background-color:#F5F5F6;
    background:url(/files/bg_box_removab.png) left bottom no-repeat #F5F5F6;    
}
/* Headline smallboxbottom */
#content .smallbox h1, #content .bigbox h1 {
    font-size:13px;
    color:#036;
    text-transform:uppercase;
    margin:0;
    padding:18px 10px 8px 10px;
}
/* Content smallboxbottom */
#content .smallbox p, #content .bigbox p {
    font-size:12px;
    line-height:18px;
    padding:0 10px;
    margin:0;
}
/* Anchor smallboxbottom */
#content .smallbox .anc, #content .bigbox .anc {
    position:absolute;
    bottom:15px;    
}
#content .smallbox .anc a, #content .bigbox .anc a {
    color:#dc001b;
    background: url(/files/layout_elements.gif) no-repeat 0px 0px;
    padding:0px 20px;    
}
#content .smallbox form, #content .bigbox form {
    position:absolute;
    bottom:0;
}/* Formatting form for selectbox */
#content form {
    margin:0;
    padding:0;
}
/* Formatting selectbox*/
#content select {
    margin:15px 10px;
    width:296px;
    color:#333;
}
/* Some space for the smallbox in the middle of the startpage */
#content .abst {
    margin:0 0 0 6px;
}
/* Clear float with <hr class="clearer" /> */
hr.clearer {
    clear:both;
    display:none;
}
/* Text below smallboxes */
#text {
    font-size:11px;
    color:#a1a6ab;
    padding:0px 10px;
    margin:0 10px;
}
/* login form */
#fb-modal    { display:none; }
#fb-close    { cursor:pointer; }
#fb-modal {
    height:auto;
    width:500px;
    position:absolute;
    left:220px;
    z-index:300;
    background-color:#FFF;
    border:solid 1px #000;
}

.login .inputs {
    width:185px;
}
.login .header {
    font-weight:bold;
    color:#FFF;
    background-color:#b6c2ce;
    height:30px;
}
.login td {
    padding:4px 8px;
}
.login td.name {
    color:#003b79;
    font-weight:bold;
}
.login a {
    color:#333;
}
/* Footer content */
#footer {
    height:20px;
    background:url(/files/grey_line.png) left top no-repeat;
    font-size:11px;
    color:#a1a6ab;
    padding:7px 10px 0px 10px;
}
#footer a {
    font-size:10px;
    color:#a1a6ab;
    text-decoration:none;
}


