html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #ffffff url(../../images/layout_background.png) repeat-x;
    text-align: center;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #555555;
}

/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 980px;
}

/****************/

#header{
    position: relative;
    height: 130px;
}
#header #logo{
    position: absolute;
    left: 15px;
    top: 50px;
}

/****************/

#navigation{
    position: absolute;
    left: 255px;
    top: 100px;
}
#meta{
    position: absolute;
    right: 20px;
    top: 15px;
}
#navigation ul, #navigation li, #meta ul, #meta li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li, #meta li{
    float: left;
}
#navigation li{
    padding: 0 15px 0 0;
}
#meta li{
    padding: 0 0 0 10px;
}
#navigation li a, #meta li a{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #999999;
}
#meta li a{
    font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    color: #999999;
}
#navigation li a.active, #navigation li a:hover, #meta li a.active, #meta li a:hover{
    text-decoration: none;
    color: #005f96;
}
#meta li a img{
    padding: 3px 0 0 0;
    float: left;
}

/****************/

#search{
    position: absolute;
    right: 20px;
    top: 102px;
}
#search .jNiceInputWrapper{
    background: url(../../images/input_search.gif) bottom repeat-x;
    overflow: hidden;
    height: 16px;
    border: none;
}
#search input{
    font-size: 11px;
    color: #999999;
    width: 150px;
}
#search .jNiceInputWrapper, #search img{
    margin-left: 5px;
    float: left;
}

/****************/

#image{
    background: no-repeat;
    height: 200px;
}
ul#image, ul#image li{
    list-style: none;
    padding: 0;
    margin: 0;

    overflow: hidden;
}
#imageTeaser{
    background: url(../../images/image_teaser/teaser.png) no-repeat;
    height: 95px;
}
#imageTeaser ul, #imageTeaser ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#imageTeaser ul li{
    float: left;
}
#imageTeaser ul li a{
    background: url(../../images/image_teaser/teaser_inactive.png) right no-repeat;
    display: block;
    height: 95px;
    float: left;
}
#imageTeaser ul li a:hover{
    background-image: url(../../images/image_teaser/teaser_active.png);
    text-decoration: none;
}
#imageTeaser ul li a span{
    padding: 10px 40px 0 20px;
    margin-right: 12px;
    display: block;
    color: #999999;
}
#imageTeaser ul li a span img{
    float: left;
}
#imageTeaser ul li a:hover span{
    color: #75a4c0;
}

/****************/

#content{
    position: relative;
}
#content .padding{
    padding: 20px 0 0 0;
}
#content #left{
    position: relative;
    margin-right: 50px;
    width: 640px;
    float: left;

    overflow: hidden;
}
#content #right{
    position: relative;
    width: 290px;
    float: left;

    overflow: hidden;
}

/****************/

#toolbox{
    background: url(../../images/layout_toolbox.png) no-repeat;
    height: 126px;
    margin: 5px 0;
}

/****************/

#footer{
    background: url(../../images/layout_footer.png) no-repeat;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    color: #999999;
    margin: 0 0 5px 0;
}
#footer a{
    color: #999999;
}

/****************/

#description{
    font-size: 11px;
    color: #999999;
    margin: 5px 0;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
    padding: 0 15px;
}
h1, h2, h3{
    font-weight: normal;
    color: #005f96;
}
h1{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3px;
    font-size: 16px;
}
h1 img{
    float: left;
}
h2{
    font-size: 16px;
}
h3{
    font-size: 12px;
}
ul li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: none;
    color: #005f96;
}
a:hover, a.active{
    text-decoration: underline;
}
a img{
    border: none;
}
a.more{
    background: url(../../images/a.png) right no-repeat;
    padding-right: 25px;
}
map, area, img, img a{
    border: none !important;
}

/****************/

.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: 170px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.overview{
    margin-bottom: 5px;
}

/****************/

.box{
    background: url(../../images/teaser/box_center.png) repeat-y;
    margin-bottom: 5px;
}
.box .top{
    background: url(../../images/teaser/box_top.png) no-repeat;
    padding: 15px 15px 0;
}
.box .bottom{
    background: url(../../images/teaser/box_bottom.png) bottom no-repeat;
    height: 15px;
}
.box h1, .box h2, .box h3, .box p, .box ul, .box .line, .box .margined{
    padding: 0;
}
.box .floatright{
    margin: 5px 10px;
}

/****************/

.teaser, .teaser li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.teaser li a{
    background: url(../../images/teaser/teaser_inactive.png) no-repeat;
    display: block;
    height: 105px;
}
.teaser li a:hover{
    background-image: url(../../images/teaser/teaser_active.png);
    text-decoration: none;
}
.teaser li a span{
    padding: 15px 50px 0 20px;
    display: block;
    color: #999999;
}
.teaser li a span img{
    float: left;
}
.teaser li a:hover span{
    color: #75a4c0;
}

/****************/

.button, #mSubmitButton{
    background: url(../../images/input_button.png) center repeat-y;
    border: 1px solid #cccccc;
    padding: 0;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    display: block;
    color: #005f96;
    height: 15px;
    width: 150px;
}
a.gray{
    color: #666666;
}
.small{
    width: 100px;
}
.large{
    width: 200px;
}

/****************/

.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{
    padding: 0 15px;
    border: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0;
    _margin: 0 0 5px 0;
}
label{
    position: relative;
    width: 180px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 220px;
}
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 195px;
    height: 20px;
}
#mSubmitButton:hover{
    text-decoration: underline;
}
#mResetButton{
    display: none;
}
#asterisk{
    margin: 0 0 10px 180px;
    font-size: 10px;
}

/****************/

.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;}