/* author: Alexander Parr
   version: 01.02.2010  */

body{
    background:  url('img/background.jpg');
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial;
    font-size: 14px;
}

#wrapper{
    margin-left:150px;
    margin-right:150px;
    margin-top: 0px;
    margin-bottom:0px;
    background: #f3f8fe;
}

html>body #content {
    margin-left: 151px;
    margin-right:0px;
}
#head{
    height: 130px;
    background: url("./img/design_04.jpg");
}

#menu{
    position: absolute;
    top: 130px;
    width: 150px;
    background: url("./img/design_10.jpg");
    font-size: 17px;
    min-height:847px;
    z-index:2;
}
#content{
    margin: 7px;
    margin-left:154px;
    margin-right:154px;
    min-height: 796px;
    height:796px;
    overflow: auto;
}
 html>body #content {
    margin-left: 154px;
    margin-right:154px;
}
#menuRight{
    position: absolute;
    top: 130px;
    right: 150px;
    width: 141px;
    background: url("./img/design_12.jpg");
    font-size: 17px;
    min-height:847px;
}

#footer{
    margin-left:152px;
    margin-right:141px;
    clear:both;
    height: 37px;
    background: url("./img/design_15.jpg");
}
#menuBox{
    position:absolute;
    margin-left: 10px;
    margin-top: -210px;
    
}

.menulink{
    color: black;
    font-family: Verdana, Arial;
    font-size: 13px;
    background: #bdbee1;
    display: block;
    text-decoration: none;
    margin-left: 2px;
    width: 92px;
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid #8f92d7;

}
.menulink:hover{
    color: white;
    font-family: Verdana, Arial;
    font-size: 13px;
    background: #575bab;
    display: block;
    text-decoration: none;
    margin-left: 2px;
    width: 92px;
    padding: 3px;
    padding-right: 6px;
    margin-bottom: 3px;
    border: 1px solid #7c84e6;

}

a{
    text-decoration:none;
    color: #333f91;
}
a:hover{
    color: #1c2565;
    text-decoration: underline;
}

#headline{
    display:block;
    background: #ced0e7;
    border-bottom: 1px dotted black;
    padding: 3px;
    padding-left: 7px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 7px;
}

.border{
    border: 1px solid black;
}

#counter{
    position:absolute;
    right: 165px;
    top: 29px;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 17px;
    color: navy;
}

#v_toggle{
    position: absolute;
    right: 267px;
    top: 2px;
}

#vertical_slide{
    float:right;
    padding-top:30px;
}

#suche{
    border: 1px solid #4958b9;
    color: #5b5b5b;
    font-family: Verdana, Arial;
    padding:2px;
    margin-right: 3px;
}

#sucheSubmit{
    margin-top: 10px;
    margin-right: 2px;

}

#sucheBackground{
    background: #ced2ee;
    padding: 3px;
    border: 1px solid #aeb5e5;
}

#newsfeedInput{
    border: 1px solid #4958b9;
    color: #5b5b5b;
    font-family: Verdana, Arial;
    padding:2px;
}

.referenzBild{
   float:left;
   margin: 5px 5px 5px 0px;
   border:1px solid black;
}

#referenzBox{
   text-align: left;
   background: #d8e5f4;
   width:90%;
   padding:5px;
   border: 1px solid #b4cbe6;
   clear:both;
}
#frage{
   font-weight: bold;
   width: 80%;
   background: #ced2ee;
   padding: 3px;
   border: 1px solid #aeb5e5;
}

#antwort{


}
