/*****************
* CSS for the Main pages
* dunkelbraun:41170b
* orange:FAB11D, 250, 177, 29
* hellgelb:f3dca3
*/
html{
  font-family: verdana, arial, sans-serif;
}

body{
  background-image: url('../img/bg_3.jpg');
  background-repeat: repeat;
  font-size: 1em;
}

#hand{display: none;}

#hand div{display: none;}
#wrap{
    position: absolute;
    top:30px;
    left:50px;
}
#background{
    position: absolute;
    top:10px;
    left:10px;
    width: 1205px;
    height: 860px;
}
#background div{
    background-image:url("../img/rahmen.png");
    background-repeat:no-repeat;
    height:860px;
    width:1205px;
}
#sheet{
    background-image:url("../img/bildinhalt.jpg");
    background-repeat:no-repeat;
    height:640px;
    left:122px;
    position:absolute;
    top:115px;
    width:945px;
}

#trenner{display: none}
#trenner div{display: none}
#content{
    height:380px;
    left:250px;
    overflow:auto;
    position:absolute;
    top:120px;
    width:480px;
}

#navi{
    height:30px;
    left:250px;
    position:absolute;
    top:85px;
    width:480px;
}
#listmenu{
    width:100%;
    float:left;
}
.mainMenu{
    padding:0;
    margin:5px 0 0 0;
}

.mainMenuPoint{
    float:left;
    list-style-type: none;
    margin-right: 10px;
}

.mainMenuPoint a {
    font-weight: bold;
    font-size: .7em;
    font-family: verdana, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color:#41170b;
}

.mainMenuPoint a:hover{
    text-decoration: underline;
    color:#41170b;
    background-color: #f3dca3;    
}

.mainMenuPoint a:visited{
    color:#41170b;
}

.mainSubMenu{
    width:5em;
    display:none;
    margin:0;
    padding:0;
}

.mainSubMenuPoint{
    list-style-type: none;
    margin:0;
    padding:3px 0px 3px 3px;
    width:100%;
    border-left:1px solid #41170b;
    border-right:1px solid #41170b;
    border-bottom:1px solid #41170b;
    background-color: #f3dca3;
}

.mainSubMenuPoint:first-child{
    border-top:1px solid #41170b;
}

.mainSubMenuPoint a {
    font-weight: bold;
    font-size: .6em;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color:#41170b;
}

.mainSubMenuPoint a:hover{
    text-decoration: underline;
    color:#41170b;
}
.mainSubMenuPoint a:visited{
    color:#41170b;
}
.lblMessage, .introMessage{
    font-size: .7em;
    font-weight: bold;
}
.frm_error_msg{
    font-size: 10px;
    font-weight: bold;
    color:red;
    background-color: rgb(230,230,230);
    border:2px solid red;
    margin-left:3px;
    display: none;
}
/****************** CONTENT *********************/
#content p, #content ul{
    font-size: .7em;
}
/*************************** messageDiv ************************/
#messageDiv{
    height:35px;
    width:98%;
    margin: 0;
    padding: 0;
    margin-bottom:2px;
}
#messagePic{
    z-index: 0;
    float:left;
    height:35px;
    width:15%;
    text-align: center;
}
#messageText{
    z-index: 0;
    float:right;
    height:27px;
    width:85%;
    padding-top:8px;
    font-weight: bold;
    font-size: .8em;
}

.tbl_Reference td{
    background-color: #fff;
    border: 1px solid #41170b;
}
/**************** TOGGLE STYLING ***********************/
#changestyle{
    left:40px;
    margin:0;
    padding:0;
    position:absolute;
    top:480px; 
}
.ul_changestyle{
    margin:0;
    padding:0;   
}
.li_changestyle{
    list-style-type: none;
}
.li_changestyle a{
    font-weight: bold;
    font-size: .6em;
    font-family: verdana, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color:#41170b;   
}

