/* 
    Document   : style
    Created on : 19.01.2013, 11:07:34
    Author     : tv
    Description:
        Purpose of the stylesheet follows.
*/
@import url("jquery-ui.css");

root { 
    display: block;
}
body {
    background:#c9b996 url(../img/bodybg.jpg) top left repeat-x;
    font-family:Trebuchet MS,sans-serif;
    font-size:14px;
    margin:0px;
}
h1,h2,h3 {
    font-family:serif;
    font-style: italic;
    color:#1d2b41;
}
a {
    color:#444c70;
}
#page {
    width:1000px;
    margin:0px auto 20px auto;
    overflow:hidden;
}
#header {
    background-image:url(../img/logo.png);
    background-position: top right;
    background-repeat:no-repeat;
    height:100px;
}
#imgshow {
    position: relative;
    height:300px;
    background:#fff;
    padding:20px;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}
#imgcycle {
    z-index:998;
    width:960px;
    height:300px;
    overflow:hidden;
    border-radius:10px;
}
#galoverlay {
    background-image:url(../img/galoverlayback.png);
    width:940px;
    height:80px;
    padding:10px;
    overflow:hidden;
    position:absolute;
    top:200px;
    left:0px;
    z-index:999;
    margin:20px;
    color:white;
    font-weight: bold;
}
#galoverlay h2, #galoverlay h3, #galoverlay p {
    color:#fff;
    margin:0px;
}
#nav {
    height:100px;
}
#nav a {
    color:white;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:normal;
    font-size:16px;
}
#nav ul {
    padding:40px 0px 0px 20px;
    margin:0px;
}
#nav li {
    margin:0px;
    height:20px;
    padding:10px;
    float:left;
    list-style-type: none;
    cursor:pointer;
    background-position:top center;
    background-repeat: no-repeat;
}
#content{
    background:#fff;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
#cleft {
    position:relative;
    width:200px;
    float:left;
    padding-top:25px;
}
#cleft h2 {
    padding-left:20px;
}
#cleft ul {
    margin:0px;
    padding:0px;
    padding-left:20px;
}
#cleft li {
    list-style-type: none;
    padding:9px;
    border-bottom:1px solid #444c70;
}
#cleft li a {
    text-transform: uppercase;
    color: #444c70;
    text-decoration: none;
    font-size:16px;
}
.cleftbox {
    width:182px;
    padding:9px 9px 9px 20px;
    margin-bottom: 20px;
}
#cmain {
    width:760px;
    padding:20px;
    margin-left:200px;
}
#footer {
    padding:10px 0px;
    font-size:11px;
    text-align:center;
}
#anfrage {
    float:right;
    width:180px;
    background:#2f7cc2;
    margin:10px;
    padding:10px;
    overflow:hidden;
    border-radius:10px;
    color:white;
}
#anfrage input, #anfrage button, #anfrage textarea {
    margin-left:10px;
    width:150px;
    font-family:Trebuchet MS, sans-serif;
    font-size:12px;
}
#anfrage h2 {
    color:#fff;
}
#anfrage a {
    color:white;
}
#preisbox {
    background:#c9b996;
    border-radius:10px;
    padding:10px;
    width:195px;
    color:white;
    font-weight:bold;
    margin-bottom:20px;
}
#preisbox td {
    width:100px;
}
#preisbox th {
    width:75px;
    text-align:right;
    font-family: serif;
    color:#fff;
    font-size:18px;
    font-style:italic;
}
#warn {
    display:hidden;
    color:orange;
    font-weight: bold;
}
.clr {
    clear:both;
}
