html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
    background: #E9E9E9 url( ../../images/body_hg.jpg ) repeat-x top left;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #666;
}

/****************/

#container{
    background: #dddddd;

    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#header{
    background: url( ../../images/header.jpg ) no-repeat top left;
    height:315px;
    width:960px;
    display:block;
    position: relative;
}

#logo {
    padding-top:130px;
    padding-left: 19px ;
}

/****************/

#navigation{
    position: relative;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
    line-height:30px;
    padding-left:15px!important;
    background: url( ../../images/main_li.gif ) no-repeat left 13px;
}
#navigation li a{
    font-size:12px;
    color:#666;
    line-height:30px;
    font-weight:normal;
    text-decoration:none;
}
#navigation li.active {
    background: url( ../../images/main_li_f2.gif ) no-repeat left 13px;
}

#navigation li a.active{
    color:#990000;
}
#navigation li a:hover, #navigation li a.active{
    text-decoration: none;
    color:#990000;
}

#navigation ul ul, #navigation ul ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul li ul{
    display:none;
}
#navigation ul ul li{
    line-height:30px;
    padding-left:30px !important;
    background: url( ../../images/li.gif ) no-repeat  15px 13px;
}
#navigation ul ul li a{
    font-size:11px;
    color:#666;
    line-height:30px;

    font-weight:normal;
}
#navigation ul ul li.active{
    background: url( ../../images/li_f2.gif ) no-repeat 15px 13px;
}
#navigation ul ul li a.active{
    color:#990000;
}
#navigation ul ul li a:hover, #navigation ul ul li a.active{
    text-decoration: none;
    color:#990000;
}
#navigation ul li.active ul{
    display:block;
}

/****************/

#content{
    position: relative;
    background: #fff url( ../../images/content_hg.gif ) repeat-y top left;
}
#content .padding{
    padding: 0px 30px 20px 30px;
}
#content #left{
    position: relative;
    width: 220px;
    float: left;
}

#content #left .padding {
    padding:0 0 20px 30px;
}

#content #center{

    position: relative;
/*    width: 560px;*/
    width:740px;
    float: left;
}
#content #right{
    background: #ccccff;

    position: relative;
    width: 200px;
    float: left;
}

/****************/

#footer{
    color:#666;
    font-size:10px;
    text-align: center;
    position: relative;
    border:1px solid #fff;
    width:958px;
    height:18px;
}
#producedby {
    float:left;
    width:220px;
    background:#D9D9D9;
    border-right:1px solid #fff;
    height:18px;
    line-height:18px;
}

#footer_address {
    width:736px;
    float:left;
    height:18px;
    line-height:18px;
}

#footer p{
    margin:0;
    padding:0;
    color:#666;
    font-size:10px;
}

#footer a{
    color:#666;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    font-size: 14px;
    color:#3C754C;
    text-decoration:none;
    font-weight:normal;
}
h2{
    font-size: 14px;
    color:#333;
    text-decoration:none;
    font-weight:normal;
}
h3{
    font-size: 12px;
    color:#3C754C;
    font-weight:bold;
}
.teaser h3 {
    font-size:12px;
    color:#666;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: underline;
    color: #990000;
}
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;
    margin-right: 0;
    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 .text .left{
    width: 120px;
}
.columns .text .right{
    width: 260px;
}
.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;
    margin-right: 10px;
    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, #asterisk{
    margin: 0 0 10px 190px;
}

/****************/

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

/****************/

.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;}

/*********************/

.teaser p {
    font-size:11px;
    color:#666;
}
hr {
    clear:both;
    margin: 15px 0px;
}

p.clearall {
    clear:both;
}

.grundrisse {
    text-align: center;
    margin: 15px 0 0 0;
}

.vorher {
    clear:both;
    float: left;
    width: 302px;
}

.nachher {
    float: left;
    width: 302px;
}


#actions {
    width:310px;
    float:right;
    margin-left:40px;
	margin-top:23px;
}

#center #actions h2 {
    background: #ccc;
    width:290px; /* 310  - 2 *  10 */
    display:block;
    height:25px;
    line-height:25px;
    border-bottom:1px solid #fff;
    padding:0 10px;
    margin:0;
}

#center #actions h3 {
	padding:0;
}

#actions #actions_content {
    padding:10px 10px;
    background: #E9E9E9 url( ../../images/actions_bg.png ) repeat-x top left;
    width:290px;
}

#actions h3 {
    font-weight:normal;
}
#news .text{
	width: 500px;
 	margin-right: 10px; 
}
.floatrightbordered {
	border:1px solid #3C754C;
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}
.floatleftbordered {
	border:1px solid #3C754C;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
.bordered {
	border:1px solid #3C754C;
}
