html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
}
body, p, li, input, label {
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #828382;
}

/****************/

#container{
    background: #fff url(../../images/bg_container.gif) repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 950px;
}

/****************/

#header{
    height: 165px;
    position: relative;
}

#logo {
    position: absolute;
    left: 50px;
    top: 20px;
}

#search {
    position: absolute;
    right: 0;
    top: 113px;
    width: 170px;
    height: 18px;
    background: #c4c4c5;
    color: #fff;
}

#search label {
    display: inline;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    padding: 0 3px;
    width: 60px;
    background: transparent url(../../images/3xarrow.gif) right center no-repeat;
}

#search input {
    float: left;
    width: 100px;
    height: 14px;
    background: #fff;
    border: none;
    font-size: 11px;
    color: #333;
    padding: 0;
    margin: 2px 0;
}

/****************/

#navigation{
    position: absolute;
    left: 180px;
    top: 113px;
}
#navigation ul, #navigation ul li, ul#metanav {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li, #metanav li, #langnav li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}
#navigation li a{
    float: left;
    display: block;
    margin: 0 4px 0 0;
    width: 96px;
    height: 16px;
    background: #DD2A1B;
    border: 1px solid #DD2A1B;
    color: #fff;
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: inline;
}
#navigation li#nav_home a {
    width: 83px;
}

#navigation li a.active{
    font-weight: bold;
}
#navigation li a:hover, #navigation li a.active{
    border-color: #c4c4c5;
    background: #fff;
    color: #DD2A1B;
    text-decoration: none;
}

#metanav li a {
    font-size: 10px;
    color: #0085B8;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
}

#metatnav li a:hover, #metatnav li a.active{
    text-decoration: underline;
}

#langnav li a {
    float: left;
    display: block;
    margin-right: 10px;
    filter : alpha(opacity=40);
    opacity : 0.40;
    -moz-opacity : 0.40;       
}

#langnav li a img {
    vertical-align: bottom;   
}

#langnav li a.active, #langnav li a:hover {
    filter : alpha(opacity=100);
    opacity : 1.00;
    -moz-opacity : 1.00;       
}

/****************/

#main {
    background: transparent url(../../images/bg_c_right.gif) 780px 259px no-repeat;
    min-height: 470px;
}

#content{
    position: relative;
}

#content .cleft{
    position: relative;
    width: 190px;
    margin-right: 80px;
    float: left;
}
#content .cright{
    position: relative;
    width: 500px;
    float: left;
}
#content {
    width: 780px;
    float: left;
}
#right{
    position: absolute;
    top: -170px;
    left: 790px;
    font-size: 11px;
}

#visual_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 267px;
    height: 351px;
}

/****************/

#footer{
    margin-top: 2px;
    border-top: 1px solid #d8d8d8;
    position: relative;
    font-size: 9px;
    text-align: left;
    margin: 0 auto;
    width: 950px;
}

#address {
    position: absolute;
    right: 180px;
    top: 5px;
    text-align: right;
}

#address a {
    color: #828382;
    font-weight: normal;
}

#producedby {
    position: absolute;
    left: 0;
    top: 9px;
}

#metanav {
    position: absolute;
    top: 5px;
    left: 810px;
}

#langnav {
    position: absolute;
    top: 50px;
    left: 790px;   
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    font-size: 19px;
    line-height: 1.3em;
    color: #DD2A1B;
}

h1.big {
    font-size: 22px;
}

h2{
    font-size: 13px;
    color: #0085B8;
    margin: 0;
    line-height: 1.5em;
}
#left h2 {
    font-size: 12px;
    color: #DD2A1B;
    margin: 0;
}
#right h2 {
    font-size: 11px;
    color: #0085B8;
    margin: 0;    
}
table h2 {
    line-height: 1em;
    margin-bottom: 2px;   
}
h3{
    font-size: 11px;
    color: #000;
    margin: 0;
}

a{
    text-decoration: none;
    color: #DD2A1B;
    font-weight: bold;
}
a:hover, a.active{
    text-decoration: underline;
}
a img{
    border: none;
    text-decoration: none !important;
}
#right a {
    font-weight: normal !important;
}
table {
    border: none;   
}

table td {
    padding-right: 10px;   
}

/****************/

.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;
}

.blau {
    color: #0085B8;
}

.schwarz {
    color: #000;
}

#content ul {
    margin: 0 0 1em 0;
}

#content ul li {
    list-style: none;
    background: transparent url(../../images/ulli.gif) 0px 5px no-repeat;
    padding-left: 15px;
}

/****************/

.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;}