* {                                                          
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}


body {
    text-align: left;
    background:#dcdcdc url(images/sitebg.gif) left top repeat-x;    
}

.wrapper {
    width:979px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}


a, input {
    outline:none;
    border:none;
}

.absolute {
    position:absolute;
}

/* HEADER */

.header {
    width:979px;
    height:114px;
    background: url(images/bg_header.gif) left top no-repeat;
}

.logo img {
    margin-top:31px;
}

/* SITE */

.site {
    width:979px;
    background: url(images/bg_main.gif) left top repeat-y;
}

.site_head {
    width:979px;
    background: url(images/site_head.gif) left top no-repeat;
}

.site_bottom {
    width:979px;
    background: url(images/site_bottom.gif) left bottom no-repeat;
    min-height:300px;
}

.site_inner {
    padding:28px 25px 25px 25px;
}

.navblock {
    width:929px;
    height:228px;
}

.navblock_left {
    width:295px;
    height:228px;
    float:left;
}

.navblock_right {
    width:634px;
    height:228px;
    float:left;
}

.navigation {
    width:634px;
    height:45px;
    background: url(images/bg_navi.gif) left bottom no-repeat;
}

.navigation ul {
    list-style: none;
}

.navigation ul li {
    float:left;
    height:45px;
    line-height:38px;
    padding-left:15px;
    padding-right:15px;
}

.navigation ul li.active {
    background: url(images/li_active.gif) left top repeat-x;
    font-size:14px;
    color:#000;
    text-shadow: 0px -1px 0 #FFF;
}

.navigation ul li a {
    font-size:14px;
    color:#000;
    text-decoration: none;
}

.navigation ul li a:hover {
    font-size:14px;
    color:#000;
    text-decoration: underline;
}

.zitat {
    width:634px;
    height:183px;
}

.navblock_shadow {
    width:929px;
    height:21px;
}

.content {
    width:929px;
    padding-bottom:15px;
    border-bottom:1px #c8c8c8 solid;
}

.content_left {
    width:634px;
    float:left;
    margin-top:10px;
}

.content_right ul {
    list-style: none;
}

.content_right ul li {
    line-height:24px;
    font-size:14px;
    padding-left:13px;
    background: url(images/li_orange.gif) 0px 10px no-repeat;
    color:#747474;
}

.content_right {
    width:270px;
    float:right;
    margin-top:10px;
}

.content_inner {
    padding-left:295px;
    padding-top:10px;
}

.content_right h2 {
    font-size:26px;
    font-weight:normal;
    color:#f86f00;
    margin-bottom:15px;
}

.content_left h1 {
    font-size:26px;
    font-weight:normal;
    color:#2566a6;
    margin-bottom:15px;
}

.content_left p {
    font-size:13px;
    color:#000;
    line-height:18px;
    margin-bottom:15px;
}

.content_left p a {
    color:#f86f00;
    font-weight:bold;
    text-decoration: underline;
}

.content_left p a:hover {
    text-decoration: none;
}

.footer {
    padding-top:15px;
}

.footer a {
    font-size:13px;
    color:#818181;
    text-decoration: none;
}

.footer a:hover {
    font-size:13px;
    color:#818181;
    text-decoration: underline;
}

/* BLANK */

.blank {
    margin-top:10px;
    padding-bottom:15px;
    border-bottom:1px #c8c8c8 solid;
}

.blank h1 {
    font-size:24px;
    font-weight:normal;
    color:#2566a6;
    width:929px;
    background: url(images/h1.gif) 0px 11px repeat-x;
    margin-bottom:15px;
}

.blank h2 {
    font-size:20px;
    font-weight:normal;
    color:#f86f00;
    margin-bottom:15px;
}

.blank h3 {
    font-size:12px;
    font-weight:bold;
    color:#2566a6;
    margin-bottom:5px;
}

.blank h1 span {
    background:#FFF; 
    padding-right:20px;
}

.blank p {
    font-size:13px;
    color:#000;
    line-height:18px;
    margin-bottom:15px;
}

.blank p a {
    color:#f86f00;
    font-weight:bold;
    text-decoration: underline;
}

.blank p a:hover {
    text-decoration: none;
}

.blankbox {
    width:330px;
    margin-right:30px;
    float:left;
}

.blankbox h4 {
    font-size:12px;
    font-weight:bold;
    color:#2566a6;
    padding-bottom:5px;
    border-bottom:1px #c5c9d0 solid;
    width:330px;
    margin-bottom:5px;
}

.blankbox ul {
    list-style: none;
}

.blankbox ul li {
    font-size:12px;
    color:#2566a6;
    padding-left:14px;
    background: url(images/li_orange.gif) 0px 8px no-repeat;
    line-height:18px;
}

/* KONTAKT */

.contact_left {
    width:450px;
    float:left;
}

.contact_right {
    width:450px;
    float:right;
}

.contact_left table {
    width:100%;
    border:none;
}

.contact_left .input_text {
    border:1px #ccc solid;
    background:#FFF;
    padding-top:4px;
    padding-left:6px;
    padding-bottom:4px;
    width:296px;
}

.contact_left textarea {
    border:1px #ccc solid;
    background:#FFF;
    font-family: Arial,sans-serif;
    font-size:12px;
    color:#000;
    padding-top:4px;
    padding-left:6px;
    padding-bottom:4px;
    width:296px;
}
 
.contact_left table th {
    width:150px;
    vertical-align: top;
    text-align: left;
    padding-bottom:10px;
    font-size:14px;
    color:#000;
    padding-top:5px;
    font-weight:normal;
}

.contact_left table th span {
    font-weight:normal;
    color:#f86f00;
}  

.contact_left table td {
    vertical-align: top;
    text-align: left;
    padding-bottom:10px;
    padding-left:10px;
    padding-top:5px;
}