body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    min-width: 400px; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    min-height: 300px;
    margin: 0pt; margin: 0pt;
    background-color: #232323;

    font-size: 12px;
}

a:link { font-weight:bold; color:#A9A9A9; text-decoration:none; cursor: pointer;}
a:visited { font-weight:bold; color:#A9A9A9; text-decoration:none; cursor: pointer;}
a:focus { font-weight:bold; color:#F29921; text-decoration:underline; cursor: pointer;}
a:hover { font-weight:bold; color:#F29921; text-decoration:none; cursor: pointer;}
a:active { font-weight:bold; color:white; text-decoration:underline; cursor: pointer;}


#header_id {
    position: absolute;
    top: 0px;
    left: 0px;
    /*left: 17px;*/
    width: 550px;
    width: 1100px;
    height: 100px;
    margin: 5px 0 0 0;
    border: none;
    padding-top: 3px;
    background-color: #3c3c3c;
    overflow: visible;
    z-index: 9;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    color: #A9A9A9;
}

#topleft_header_id {
    position: absolute;
    top: 0px;
    left: 0px;
    /*left: 17px;*/
    width: 170px;
    height: 113px;
    overflow: visible;
    margin: 0;
    padding: 0;
    z-index: 190;
}
#topleft_img_part_id {
    position: absolute;
    top: 69px;  /*TODO, eigentlich 70 aber irgendwie schimmert border durch...????*/
    left: 87px;
    width: 22px;
    height: 17px;
    overflow: visible;
    margin: 0;
    padding: 0;
    z-index: 210;
}
#titel_id {
    float: left;
    width: 380px;
    height: 100px;
    text-align: right;
    margin-left: 150px;
    background-image: url('../images/top-right.gif');
    background-repeat: no-repeat;
    background-position: left;
}

#left_navig_small {
    position: absolute;
    left: 0px;
    width: 128px;
    height: 800px;
    top: 70px;
    margin-left: 2px;
    border: 1px solid black;
    overflow: hidden;   /* TODO verify if correct??? what are the possibilities and what is the behaviour  */
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #3c3c3c;
    z-index: 202;
    padding-left: 3px;
}

/*#detail_id {
    position: absolute;
    padding: 10px;
    border: 1px solid #232323;
    overflow: hidden;  TODO verify if correct??? what are the possibilities and what is the behaviour  
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #3c3c3c;
    z-index: 202;
}*/

.outerSponsor {
    position: absolute;
    padding: 10px;
    border: 1px solid #232323;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #3c3c3c;
    z-index: 202;
}
.innerSponsor {
    background-color: #353535;
    border-bottom: solid 2px #434343;
    border-right: solid 2px #434343;
    border-left: solid 3px #232323;
    border-top: solid 3px #232323;
    padding: 7px;
    color: white;
    width: 210px;
}


/*#sponsor {
    height: 160px;
    width: 210px;
}*/

/*#library_id {
    position: absolute;
    padding: 10px;
    border: 1px solid #232323;
    overflow: hidden;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #3c3c3c;
    z-index: 202;
}*/

/*#libraries {
    height: 285px;
    width: 210px;
}*/

#non_cellar_main_id {
    position: absolute;
    padding: 10px;
    top: 115px;
    left: 145px;
    border: 1px solid #232323;
    /*overflow: hidden;*/
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #3c3c3c;
}

/*.libraries {
    background-color: #353535;
    border-bottom: solid 2px #434343;
    border-right: solid 2px #434343;
    border-left: solid 3px #232323;
    border-top: solid 3px #232323;
    padding: 7px;
    overflow: hidden;
    color: white;
}*/

.pointme {
    cursor: pointer;
}
area .areaPntr a:hover {
    cursor: pointer;

}

/*only for startpage*/
#start_label {
    line-height: 80px;
    font-weight: bold;
}

#login_window_start_page {
    position: absolute;
    padding: 0px;
    width: 255px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    top: 22px;
    left:  810px;
    z-index: 9;
}

#form_login_id {
    margin: 0px;
}

.login_btn {
    float: left;
    font-size: 11px;
    margin-top: 12px;
}

.login_input {
    padding: 0 0 1px 0;
    margin: 0 0 0 0;
    font-size: 11px;
}

.login_forgot {
    float: left;
    margin-top: 3px;
    width: 240px;
}

#sign_up {
    padding: 7px;
    background-image: url('../images/bg-signup-100.png');
    border-top: 1px solid #FF4D17;
    border-left: 1px solid #FF4D17;
    border-right: 2px solid #B62C29;
    border-bottom: 2px solid #B62C29;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    font-weight: bold;
    text-align: center;
    width: 80px;
}


#sign_up label {
    font-size: 12px;
    color: white;
}

.overlay {
    background: transparent;
    top: 0;
    left: 0;
    display: block;
    z-index: 900;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:.70;
    background-color: #232323;
    height: 100%;
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

#loading_id {
    position: absolute;
    left: 35%;
    top: 15%;
    z-index: 950;
    color: white;
}

.quicksearch {
    background-image: url(../images/search-icon.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.login_box {
    width: 80px;
    float: left;
    font-size: 11px;
    color: white;
}

.main_tbl {
    width: 100%;
    color: white;
    text-align: center;
}


.bg_main td img {
    width: 100%;
    height: 100%;
}

.main_content {
    position: absolute;
    padding: 25px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-image: url(../images/bg-black-opacity70.png);
    background-position: left top;
    background-repeat: repeat;
    color: white;
    font-size: 14px;
}

.main_right_align {
    display: block;
    margin-bottom: 12px;
    text-align: right;
}
.startPoints {
}

.startPoints a:link  { font-weight:bold; color:#F29921; font-size: 12px; text-decoration:none; cursor: pointer;}
.startPoints a:visited  { font-weight:bold; color:#F29921; font-size: 12px; text-decoration:none; cursor: pointer;}
.startPoints a:focus  { font-weight:bold; color:#A9A9A9; font-size: 12px; text-decoration:none; cursor: pointer;}
.startPoints a:hover  { font-weight:bold; color:#A9A9A9; font-size: 12px; text-decoration:none; cursor: pointer;}
.startPoints a:active  { font-weight:bold; color:white; font-size: 12px; text-decoration:none; cursor: pointer;}

