/*********************** FOOTER ****************************/
#cmsqliteFooter{
    position: absolute;
    right:0px;
    bottom: 0px;
}
#cmsqliteFooter a{
    text-decoration: none;
    font-size: 8px;
    color: rgb(100,100,100);
}
#cmsqliteFooter a:hover{
    text-decoration: underline;
}
/****************** KONTAKT MODUL ****************/
#mod_contact{
    padding:0 10px 0 10px;
}
.frm_error_msg{
    border:2px solid red;
    display:none;
}
.lblMessage{
    border: none;
}
.td_lbl{
    font-size: .8em;
}
/****************** MESSAGE DIV ******************/
#messageDiv{
    height:40px;
}
#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;
}
/*************************** CONFIG ADMIN ****************************/
.td_meta_desc{
    background-color: rgb(230,230,230);
    font-size: .7em;
    font-weight: bold;
    border-bottom: 1px solid rgb(250,250,250);
    text-align: right;
}
#configStructure{
    border: 1px solid rgb(150,150,150);
}

.std_table{
    border-collapse: collapse;
}
.std_legend{
    font-weight: bold;
    font-size: .9em;
}
.overviewWrapper{
    width:800px;
}

.contentOverview{
    border-left:2px solid #944929;
    border-right:2px solid #944929;
    border-bottom :2px solid #944929;
}
.systemHeader{
    background-image: url('../../system/img/bgSystemHeader.png');
    height:60px;
    width:800px;
}
.contentInstall{
    padding:20px 10px 20px 10px;
}
#subfolder_warning{
    padding:0px 4px;
    margin:0px 4px;
    border: 2px solid red;
    background-color: #FFC0C0;
}
.fpermTrue{
    border:2px solid #008000;
    background-color: #C0FFC0;
    font-size: .8em;
}
.fpermFalse{
    border:2px solid #FF0000;
    background-color: #FFC0C0;
    font-size: .8em;
    font-weight: bold;
}
.fpermExpl{
    font-size: .8em;
    border:2px solid #FF0000;
    background-color: #FFC0C0;
}
/************************* 404 STYLING *********************/
#wrapper_404{
    text-align: center;
}
#content_404{
    margin:30px auto;
    text-align: left;
    height:130px;
    width:320px;
    
}
.tbl_404{
    border:1px solid gray;
}
.th_404{
    color:white;
    background-color: red;
    font-size: .8em;
}
/********************* FAIL PAGE ******************/
body#failPage{
    font-family: Verdana, Arial, sans-serif;
    font-size: 62.5%;
}
#failWrapper{
    width: 100%;
    height: 100%;
}
#failSheet{
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
#failPic{
    padding-left: 35px;
    text-align: center;
    width: 305px;
    height: 205px;
}
#failPic div{
    width: 305px;
    height: 205px;
    background: url("../img/about.png") no-repeat;
}
#failText{
    text-align: left;
}
#failText p, #failText h3{
    font-size: 1.2em;
}