html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #666;
}

/****************/

#container{
    background: #fff;

    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#header{
    width:960px;
    height:250px;
    display:block;
    position: relative;
    background: url( ../../images/header.jpg ) no-repeat top left;
}

#navigation_top {
    height:25px;
    float:right;
    margin:0;
    padding:0;
    color:#fff;
    font-size:10px;
}

a#logo {
    width:215px;
    height:85px;
    position:relative;
    top:70px;
    left:40px;
    margin:0;
    padding:0;
    display:block;
    text-decoration:none;
}

/****************/

#navigation{
    background: url( ../../images/navigation.jpg ) repeat-x top left;
    width:920px;
    margin: 0 20px;
    position: relative;
    height:30px;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent:none;
}
#navigation ul li.trennung {
    background: url( ../../images/navigation_trennung.jpg ) no-repeat top left;
    display:block;
    width:1px;
    height:30px;
    float:left;
}


#navigation ul{
    display:block;
    height:30px;
    width:auto;
    margin:0;
    padding:0;
}
#navigation li{
    display:block;
    height:30px;
    float:left;
    border:0;
    margin:0;
    padding:0;
}

#navigation li a{
    color:#999;
    font-size:12px;
    line-height:30px;
    float:left;
    text-transform:upperCase;
    text-decoration:none;
    font-weight:normal;
    border:0;
    margin:0;
    padding:0;
}

#navigation li a:hover, #navigation li a.active{
    color:#666;    border:0;text-decoration:none;
    margin:0;
}

#navigation ul li.first a {
    background: url( ../../images/navigation_first.jpg ) no-repeat top left;
}

#navigation ul li.first a.active {
    background: url( ../../images/navigation_first_f2.jpg ) no-repeat top left;
}

#navigation ul li.last a {
    background: url( ../../images/navigation_last.jpg ) no-repeat top right;
}

#navigation ul li.last {
    float:right;
}

#navigation ul li.last a.active {
    background: url( ../../images/navigation_last_f2.jpg ) no-repeat top right;
}

#navigation li.active {
    color:#FFF;
    background:#000 url( ../../images/navigation_f2.jpg ) repeat-x top left;
    border:0;
    margin:0;
}
/****************/
#navigation_top ul, #navigation_top li {
    list-style:none;
    padding:0;
    margin:0;
}

#navigation_top ul {
    padding:0 20px;
}

#navigation_top li {
    color:#fff;
    line-height:25px;
    float:left;
}

#navigation_top li a {
    color:#fff;
    font-size:10px;
    line-height:25px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:normal;
    padding:0 10px;
    display:block;
    float:left;
}

#navigation_top li a.active {
    text-decoration:underline;
}

/*************************/
#content{
    position: relative;
    width:920px;
    margin:40px 0;
}
.padding, #content .padding {
    padding: 0 20px;
}

#content .paddingTB {
    padding-top: 10px;
    padding-bottom: 10px;
}

#content #left{
    position: relative;
    width: 260px; /* 300 -20 -20 */
    float: left;
}

#content #center{
    position: relative;
    width: 640px;/* 680 - 20 - 20 */
    float: left;
}
#content #right{
    background: #6666ff;
    position: relative;
    width: 200px;
    float: left;
}

/****************/

#footer{
    text-align: center;
    position: relative;
    border-top:1px solid #ccc;
    padding-top:3px;
    width:100%;
}


#footer_text {
    font-size:11px;
    color:#999;
    font-family:Arial;
    float:left;
}

#producedby {
    float:right;
    margin:0 40px;
    _margin:0 23px;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    font-size: 14px;
    color:#2D4470;
    font-weight:normal;
}
h2{
    color:#2D4470;
    font-size: 14px;
    font-weight:normal;
}
h3{
    color:#2D4470;
    font-size: 11px;
    font-weight: bold;
    margin:0;
    padding:0;
}

#center h1 {
    width:100%;
    border-bottom:1px solid #DBE3EC; 
    line-height: 20px;
    font-weight:bold;
    padding-bottom:6px;
}

#center h2 {
    font-weight:normal;
    border-bottom:1px solid #BFCDDD; 
    line-height: 25px;
}

#center h3 {
    line-height: 20px;
}

#center h2#teaser_news {
    border-bottom:1px solid #DF0631;
}

#left h1 {
    font-size: 12px;
    text-transform:uppercase;
    background: #DBE3EC url( ../../images/left_h1.gif ) no-repeat top left;
    /*width:220px;*/
/*    text-align:center;*/
    width:200px;/*220-20*/
    text-align:left;
    padding-left:20px;
    line-height:29px;
    border-bottom:1px solid #7F9DB6;
}

#left .teaser {
    background: #E9EEF4 url( ../../images/left_teaser.gif ) no-repeat bottom left;
}

#center .teaser {
    width:280px;
}

ul li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: underline;
    color:#2D4470;
}
a:hover, a.active{
    text-decoration: none;
}
a img{
    border: none;
}

/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    width: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 405px;
    float: left;
}
.columns .images{
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
fieldset span.floatleft{
    width: 270px;
    float: left;
    height: 101%;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
    float: left;
    width: 120px;
}
.editLine{
    margin: 0 0 5px 0;
}
label{
    position: relative;
    width: 180px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 260px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton{
    margin: 0 0 10px 180px;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.datum {
    font-size:11px;
    color:#666;
}

/***********************************/

#center #sitemap ul,#center #sitemap li {
    margin-left:0;
    padding:0;
    list-style:none;
    /*text-indent:0;*/
    background:none;
}

ul.subnavigation, ul.subnavigation li {
    list-style:none;
    padding:0;
    margin:0;
}

ul.subnavigation li a {
    color:#2D4470;
    font-size:11px;
    text-decoration:none;
}

ul.subnavigation li {
    border-bottom:1px solid #BFCDDD;
    margin-bottom:10px;
}
#center ul.subnavigation {
    padding-left:10px!important;
}
#center ul.subnavigation li {
    border-bottom:0px;
    margin-bottom:10px;
}

ul.subnavigation li ul li a {
    font-size:10px;
    color:#666;
    padding-left:10px;
    background: url( ../../images/subsubnavigation_li.gif ) no-repeat center left;
    border-bottom:0;
}

#center ul.subnavigation li ul li a {
    background: url( ../../images/center_subsubnavigation_li.gif ) no-repeat center left;
}



ul.subnavigation li a.active {
    font-weight:bold;
}

ul.subnavigation li ul li {
    border-bottom:0;
    margin-bottom:0;
}

#left input, #center .login input {
    width:181px;
    background:url( ../../images/left_input.gif ) no-repeat center left;
    border:0;
    margin:5px 0 10px 0;
}

#left form label, #center form .login label {
    font-size:11px;
    text-transform:uppercase;
    color:#2D4470;
}

/*******************************************/

ul.subnavigation li.noBorder, .noBorder {
    border:0;
}

ul.subnavigation li.noMargin, .noMargin {
    margin:0;
}