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

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

#main_container {
    margin:0;
    padding:0;
    background:url( ../../images/main_container_hg.jpg) repeat-y top left;
    width:980px;
    margin:0 auto;
}

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding:0;
    width: 940px;
}

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

#header{
    background: url( ../../images/header.jpg ) no-repeat top left;
    height:160px;
    position: relative;
}

#logo {
    float:left;
}

/****************/
#top_navigation {
    height:20px;
    float:right;
}

#top_navigation ul, #top_navigation ul li{
    list-style:none;
    margin:0;
    padding:0;
}

#top_navigation  ul li {
    margin:0 5px;
    line-height:20px;
    float:left;
}

#top_navigation ul li a {
    line-height:20px;
    height:20px;
    display:block;
    float:left;
    color:#333;
    font-size:10px;
    background: #F0CF2A;
    border:1px solid #fff;
    border-top:0;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
}

#top_navigation ul li a:hover, #top_navigation ul li a.active {
	text-decoration:underline;
}

/***************/
#navigation{
    height:30px;
    position: relative;
    background:#F0CF2A;
    border-bottom:10px solid #FAEDAF;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
    display:inline;
    float:left;
    line-height:30px;
    background:0;
    padding:0;
}
#navigation li a{
    font-size:12px;
    color:#333;
    padding:0 20px;
    line-height:30px;
    text-decoration:none;
    font-weight:normal;
    height:30px;
    display:inline-block;
}


#navigation li a.active{

}
#navigation li a:hover, #navigation li a.active{
    text-decoration: none;
    color:#fff;
    background:#6786F2;
}

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

ul.subnavigation {
    margin-left:20px;
    padding: 14px 0;
}
ul.subnavigation li {
    padding:0;
    background: none;
}
ul.subnavigation li a {
    text-decoration:none;
}
ul.subnavigation li a:hover, ul.subnavigation li a.active {
    text-decoration:underline;
}
ul.subnavigation li ul li {
    padding-left:10px;
    background: url( ../../images/list.gif ) no-repeat left 7px;

}
ul.subnavigation ul {
    margin-left:10px;
    padding-bottom:10px;
}
ul.subnavigation ul li a {
    font-size:11px;
}
ul.projects li ul, .infos ul li ul {
    display:none;
}

ul.projects li.active ul, .infos ul li.active ul {
    display:block;
}
ul.subnavigation ul.subnavigation {
  margin:0;
  margin-left:20px;
  padding:0;
}
ul.projects li ul li ul, .infos ul li ul li ul {
    display:none;
}
ul.projects li.active ul li ul, .infos ul li.active ul li ul {
    display:none;
}

ul.projects li.active ul li.active ul, .infos ul li.active ul li.active ul {
    display:block;
}
/***********************/
#content{
    position: relative;
    margin-top:5px;
    margin-bottom:5px;
}
#content .padding{
    padding: 5px 10px;
}
#content #left{
    position: relative;
    width: 230px;
    float: left;
    margin-right:5px;

}
#content #center{
    position: relative;
    /*width: 700px;*/
    width:705px;
    float: left;
}
#content #right{
/*    margin-right:5px;*/
    position: relative;
    width: 235px;
    float: left;
}

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

#footer{
    background: url( ../../images/footer_hg.jpg ) no-repeat top left;
    width:920px;/*980-30*2*/
    padding:0 30px;
    height:33px;
    line-height:25px;
    text-align: center;
    position: relative;
}
#footer_adress{
    font-size:10px;
    color:#333;
    font-weight:normal;
}

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

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

}
h1{
    font-size: 17px;
    color:#333;
    margin:12px 5px 12px 0px;
}

h2{
    font-size: 13px;
    color:#333;
    font-weight:bold;
}

.teaserBox h2{
    font-size: 13px;
    color:#fff;
    font-weight:bold;
}

.wideBox h1 {
    font-weight:normal;
}

.narrowBox h1 {
    color:#458228;
    font-weight: normal;
}
h3{
    font-size: 13px;
    font-weight:bold;
    color:#458228;
    margin: 0 0 5px 0;
}
ul, ul li {
    margin:0;
    padding:0;
    list-style:none;
    text-indent:none;
}
ul li{
    margin: 0 0 0 25px;
    padding-left:10px;
    background: url( ../../images/list.gif ) no-repeat left 7px;
}
a{
    text-decoration: none;
    color: #0E63BD;
    text-decoration:underline;
    font-weight:bold;
}
a:hover, a.active{
    text-decoration: none;
    color: #0E63BD;
}
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; */
    max-width:705px;
    float: left;
}
.columns .images{
    margin-right: 5px;
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

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

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

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

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 500px;
}
label{
    position: relative;
    margin-right: 10px;
    width: 180px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 200px;
}
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, #asterisk{
    margin: 0 10px 10px 190px;
}
#asterisk{
    font-size: 10px;
}

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

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

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

#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password{
    display: block;
    width: 150px;
}
#login label{
    font-weight: bold;
}

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

.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;}
.clearleft { clear:left; }
.clearall { clear:both; }

#content .teaserBox {
    width:230px;
    overflow:hidden;
    background:url( ../../images/teaserBox_hg.png ) repeat-x top left;
/*    min-height:400px;
    _height:400px;*/
}

#content #right .teaserBox {
    width:235px;
}

#content .teaserBox h2 {
    width:220px; /* 230 - 2 * 5 */
    padding:0px 5px;
    color:#fff;
    height:25px;
    line-height:25px;
    background:#58A734;
    border-bottom:5px solid #F0CF2A;
}

#content #right .teaserBox h2 {
    width:225px;
}

.teaser {
    padding:0 5px;
    color:#333;
    font-size:11px;
    line-height:1.5em;
}

.teaser p {
    color:#333;
    font-size:11px;
    line-height:1.5em;
}

.projectTeaser {
    border:1px solid #F0CF2A;
    background:url( ../../images/projectTeaser_hg.png ) no-repeat bottom right;
    margin-bottom:5px;
    float:left;
    margin-right:5px;
}
#center .clearleft {
    clear:left;
}
.narrowBox {
    width:220px; /* 230 - 2* 4  - 2 * 1  */
    padding:4px 4px 10px 4px;
    display:block;
    overflow:hidden;
    float:left;
}

.wideBox {
    width:455px; /* 465 - 2 * 4 - 2 * 1 */
    padding:4px 4px 10px 4px;
}

.wideBox h1, .wideBox p, .narrowBox p, .narrowBox h1 {
    padding:0 5px;
}

.restricted_width {
    width: 705px;
    float:left;
}

.datum {
    color:#666;
    font-size:9px;
    line-height:1.5em;
}

.noMargin {
    margin:0;
}
.noMarginRight {
    margin-right:0;
}
.vergroesserbar{
}

/*************** Formulare  ****************/
#step {
    color:#666;
    font-size:13px;
    margin-bottom:15px;
}
#step ul, #step li {
    list-style:none;
    margin:0;
    padding:0;
    background:none;
}
#step li {
    display:inline;
    padding:0 5px;
}
#step li.active {
    font-weight:bold;
    font-size:14px;
}


ul#advertisment, ul#advertisment li {
    margin:0;
    padding:0;
    background:none;
    list-style:none;
    background: #58A734;
}

ul#advertisment {
    padding-left:20px;
    margin-bottom:5px;
}
ul#advertisment li {
    display:inline;
}

ul#advertisment li a {
    margin-right:20px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    line-height:25px;
}
ul#advertisment li a:hover{
    text-decoration:underline;
}


#contacts .images {
    width:150px;
    display:block;
}
#contacts .right {
    width:280px;
}

.pageselector {
    width:210px;
    text-align:center;
    margin:0 auto;
}
.page, .pages {
    float:left;
    margin:0!important;
    padding: 0 5px;
}

.appended {
	float:left;
}

.editLine .floatleft {
	width:auto;
}

/*****************/
ul.news_slideshow, ul.news_slideshow li {
    margin:0;
    padding:0;
    list-style:none;
    background:0;
}