@charset "utf-8";
/* CSS Document */
html, body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:101%;
}
* {
    margin:0;
    padding:0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-decoration:none;
}
a img {
    border:none;
}
a {
    color: #0872af;
}
h1 {
    color: #0872af;
    font-size:1em;
    padding-bottom:15px;
}
h6 {
    font-size: 0.6em;
    font-weight:normal;
}
p {
    font-size:0.8em;
}
.head {
    background-image:url(../data/bg_head.png);
    width: 100%;
    height: 206px;
    margin: 0 auto;
}
.head .inner {
    width: 1140px;
    height: 206px;
    margin: 0 auto;
}
.head .inner .inner {
    background-image:url(../data/logo_schriefer.jpg);
    width: 1425px;
    height: 206px;
    margin:0 0 0 -142px;
}
.contentwrapper {
    margin-top:20px;
}
table {
    margin: 0 auto;
}
td {
    vertical-align:top;
}
.sidebar_left {
    width: 120px;
    background:url(../data/sidebar_left.jpg) right repeat-y;
}
.nav {
    background:url(../data/bg_nav.png) left repeat-y;
    width: 145px;
    height: 300px;
}
.nav ul {
    margin: -2px 0 0 0;
    background:#fff;
    border-top: 2px solid #fff;
}
.nav li {
    width: 115px;
    border-bottom: 2px solid #fff;
    background:#6ccbf4;
    border-radius: 0 15px 0 0;
    padding: 10px 0 20px 20px;
}
.nav li.active {
    background:#0872AE;
    padding-left:30px;
}
.nav a {
    color: #f0f5f6;
}
.nav_bottom {
    width: 135px;
    background:#6ccbf4;
}
.nav_left {
    background: #ffffff;
}
.csc-firstHeader {padding:  0 0 20px 20px;}
.bodytext {padding: 0 20px 10px 20px;}
.content {
    background-color: #f0f5f6;
    width: 800px;
}
.content_top {
    padding: 30px;
    width:825px;
    background-color: #F0F5F6;
}
.content_left {
    width: 330px;
    padding: 30px;
    float:left;
    background-color: #F0F5F6;
}
.content p {
    margin-bottom: 10px;
}
.content h6 {
    margin-bottom: 0;
    padding:0 20px
}
.content_right {
    width: 405px;
    float:left;
    background-color: #F0F5F6;
}
.content_bottom {
    padding: 30px;
    width: 800px;
    float:left;
}

.csc-textpic-text li {
    list-style-type: disc;
}
.content_bottom_nav {
    width: 825px;
    padding: 15px 0 5px 0;
    margin-left: -5px;
    font-weight:bold;
    color: #0872af;
    background:url(../data/bottom_line.png)no-repeat;
    background-position:15px 10px;
}
.content_bottom_nav p {
    float:left;
    margin-right: -35px;
    float:left;
    padding-top:5px;
    font-size: 0.8em;
}
.sidebar_right {
    width: 280px;
    background:url(../data/sidebar_right.jpg)repeat-y;
}
/*Slide-Navigator*/
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
}
ul#position li {
    background:#6CCBF4;
    border:1px solid #ccc;
    margin:0 0 15px 0;
    border-radius:7px;
    padding:10px 10px;
    box-shadow:2px 2px 3px #aaa;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
}
ul#position li:hover {
    border:1px solid #6CCBF4;
    box-shadow:2px 2px 3px #ddd;
}
ul#position li.on {
    background:#0872ae;
    border:1px solid #0872ae;
}
.swipe-wrap li{
    margin:0 0 0 35px;
    list-style-image:url(../data/list.png);
}
#slider_headline {
    width:150px;
    background:#0872ae;
    border:1px solid #ccc;
    margin:0 0 -1px 30px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    padding:10px 10px;
    color:#fff;
    font-size:13px;
    font-weight:bold;
}
#slider {
    border-top:3px solid #6B788B;
    width:790px;
}
.swipe_image {
    margin:20px 20px 0 30px;
}
#slider h1 {
    margin:20px 0 0 20px;
}
.csc-mailform label{
    width:80px !important;
    height:20px;
    font-size:12px;
    float:left;
    margin-bottom:5px;
}
.csc-mailform input{
    float:right;
    width:210px;
    margin:0 20px 0 0;
}
.csc-mailform textarea{
    float:right;
    width:210px;
    height:140px;
    margin:0 20px 5px 0;
}