/* 
    Document   : botsch
    Created on : 10.10.2011, 17:53:32
    Author     : helmutschreier
    Description:
        Quick CSS for temporary page
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    background-color:#ffffff;
    font-size: 14px
}
#main-cont{
    margin:0px auto;
    text-align: center;
    width: 1036px;
}
#top-cont{
    background-image: url(../../assets/img/border-top.jpg);
    width:1036px;
    height:23px;
}
#left-cont{
    float: left;
    background-image: url(../../assets/img/border-left.jpg);
    width: 27px;
    height: 642px;
}
#content-cont{
    float: left;
    background-image: url(../../assets/img/main-bg.jpg);
    width: 978px;
    height: 642px;
}
#right-cont{
    float: left;
    background-image: url(../../assets/img/border-right.jpg);
    width: 31px;
    height: 642px;
}
#bottom-cont{
    background-image: url(../../assets/img/border-bottom.jpg);
    width:1036px;
    height:40px;
}
#menu{
    height: 215px;
    width: 500px;
}
#kontakt a{
    position: relative;
    z-index: 2;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    width: 96px;
    height: 33px;
    color: #ffffff;
    background-color: #a12f31;
    text-decoration: none;
    margin-left: 860px;
    padding-left: 9px; padding-right: 9px; padding-bottom: 6px;
}
#kontakt-info{
    left: 330px; display: none;
    position: relative;
    z-index: 1;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    margin-left: 624px;
    margin-top: -19px;
    text-align: left;
    width: 330px;
    height: 215px;
    background-color: #ffffff;
    border: 1px;
    border-color: #a6a59e;
    border-style: solid;
}
#kontakt-info p{
    margin-left: 40px;
    color: #58585a;
}
#kontakt-info ol{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#kontakt-info li{
    color: #58585a;
    list-style: none;
}
#kontakt-info li a{
    color: #58585a;
    text-decoration: none;

}
#clear-left{
    clear: left;
}