html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: url(../../images/layout_background.png) repeat-x;
    text-align: center;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #666666;
}

/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 940px;
}

/****************/

#header{
    margin-bottom: 50px;
    position: relative;
}
#header img{
    z-index: 50;
    float: left;
}
#header ul, #header ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#header ul{
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 0;
}
#header ul li{
    padding: 0 0 0 10px;
    float: left;
}
#header ul li, #header ul li a{
    text-transform: uppercase;
    font-size: 10px;
    color: #666666;
}
#header ul li a:hover, #header ul li a.active{
    color: #2e228c;
}
#header #slogan{
    position: absolute;
    z-index: 100;
    top: 85px;
    left: 230px;
    line-height: 18px;
    font-size: 14px;
    color: #000000;
}

/****************/

#navigation{
    position: relative;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul ul{
    display: none;
}
#navigation ul .active ul{
    display: block;
}
#navigation ul ul ul, #navigation ul .active ul ul{
    display: none;
}
#navigation ul .active ul .active ul{
    display: block;
}
#navigation ul .active ul .active ul ul{
    display: none;
}
#navigation li a{
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 12px;
    color: #666666;
    display: block;
    padding: 0 0 0 20px;
    height: 34px;
}
#navigation li a.active{
    border-width: 1px;
    font-weight: bold;
}
#navigation li a:hover, #navigation li a.active{
    border-color: #2e228c;
    text-decoration: none;
    color: #2e228c;
}
#navigation ul ul{
    border-bottom: 1px solid #2e228c;
    padding: 10px 0;
}
#navigation ul ul ul{
    border-bottom: none;
    padding: 5px 10px;
}
#navigation ul ul li a{
    background: url(../../images/layout_arrow.png) 20px 5px no-repeat;
    text-transform: none;
    padding-left: 40px;
    line-height: 18px;
    height: 18px;
    border: none;
}
#navigation ul ul li a.active{
    font-weight: normal;
}
#navigation ul ul ul li a{
    background: none;
    color: #000000;
    font-size: 10px;
}

/****************/

#footer .column{
    height: 50px;
}
#footer .cright{
    background: #f0f0f0;
}
#footer p{
    line-height: 16px;
    margin: 8px 0 0 0;
    color: #333333;
}

/****************/

.column{
    margin: 10px 30px 0 0;
    position: relative;
    display: inline;
    float: left;
}
.cleft{
    width: 270px;
}
.cright{
    margin-right: 0;
    width: 640px;
}
.centered{
    text-align: center;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{
    color: #2e228c;
}
h1{
    background: #f0f0f0;
    line-height: 25px;
    font-size: 14px;
    padding-left: 5px;
}
h1 a{
    background: url(../../images/layout_arrow.png) right no-repeat;
    margin-right: 5px;
    color: #2e228c;
    display: block;
}
h2{
    font-size: 14px;
}
h3{
    font-size: 12px;
}
ul li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: none;
}
a:hover, a.active{
    text-decoration: underline;
}
a img{
    border: none;
}

/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.nomargin{
    margin: 0;
}
.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;
}
.more{
    margin: 5px 0 0 0;
    background: url(../../images/layout_arrow.png) 0 5px no-repeat;
    text-decoration: underline;
    padding: 0 0 0 15px;
    color: #666666;
    float: right;
}
.date{
    font-size: 9px;
}

/****************/

.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;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
}
.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;}


#content table tr td {
    vertical-align:top;
}