html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
    background: #DFDFDE url( ./../../images/body_hg_red.jpg ) repeat-x top left;
    margin:0;
    padding:0;
}
body, p, li, input, label{
    font: 12px Verdana,  Helvetica, Arial,Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/****************/
#hg_container {
    width:50%;
    height:800px;
    margin:0;
    padding:0;
    top:0;
    left:0;
    position:absolute;
    background: url( ../../images/body_hg_grey.png ) repeat-x top left;
}

#container{

    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 974px;
}

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

#languages {
    height:12px;
    padding:5px 0px 0px 0;
    position:relative;
    float:left;
    margin-left:30px;
}

#header{
    background: url( ../../images/header.jpg ) no-repeat top left;
    clear:both;
    position: relative;
    height:167px;
    display:block;
    width:977px;
}

#logo {
    width:143px;
    height:85px;
    display:block;
    padding:45px 0 0 29px;

}

#header_separator {
    background: url( ./../../images/header_separator.png ) no-repeat top left;
    width:974px;
    height:20px;
}

/****************/
#top_navigation {
    position:relative;
    font-size:10px;
    color:#000;
    text-transform: uppercase;
    height:23px;
    width:500px;
    float:right;
}

#top_navigation ul, #top_navigation ul li {
    margin:0;
    padding:0;
    list-style:none;
    text-indent:none;
    background:none;

}

#top_navigation ul {
    float:right;
    height:23px;
    margin-right:25px;
} 

#top_navigation ul li {
    display:inline-block;
    line-height:23px;
    float:left;
}
#top_navigation ul li a {
    line-height:23px;
    color:#000;
    font-size:10px;
    text-decoration:none;
    display:block;
    padding:0 10px
}

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

/****************/
#navigation{
    position: relative;
    display:block;
}
#navigation ul, #navigation ul li,#navigation ul ul, #navigation ul ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
    display:block;
    float:left;
    clear:left;
    width:200px; /* 200 - 22 */
    border-top:1px dashed #AAA;
    font-size:11px;
    color:#ccc;
    font-weight:bold;
    text-transform:uppercase;
    line-height:25px;
    text-decoration:none;
}
#navigation li a{
    display:block;
    float:left;
    clear:left;
    width:178px; /* 200 - 22 */
    font-size:11px;
    color:#ccc;
    font-weight:bold;
    text-transform:uppercase;
    line-height:25px;
    text-decoration:none;
    padding-left:22px;
}
#navigation li a.active{
    font-weight: bold;
    background:#555;
}
#navigation li a:hover, #navigation li a.active{
    text-decoration: none;
    background:#555;
}

#navigation li ul {
    clear:left;
    width:178px;
}

#navigation li ul li, #navigation li ul li a {
    margin:0;
    padding:0;
    color:#ccc;
    font-size:10px;
    text-decoration:none;
    font-weight:normal;
    border:0;
    width:178px;
}

#navigation li ul li a:hover, #navigation li ul li a.active {
    color:#fff;
    background:none;
}
#newsanimation{
    width: 178px;
    padding: 0 5px 0 0;
}
#newsanimation p {
    color:  #CCCCCC;
}
#newsanimation h3 {
  color: #fff;
}
#newsanimation ul, #newsanimation ul{
  list-style: none;
}
#newsanimation ul li{
  margin: 0 0 0 22px;
}
/****************/
#action_nav {
    width:250px;
    border-bottom:1px dashed #AAA;
    text-align:right;
}
#action_nav, #action_nav a  {
    text-decoration:none;

}
/****************/
#content{
    position: relative;
    width:960px; /* 972 - 2*7 */
    background: url( ./../../images/content_hg.png ) repeat-y top left;
    padding:0 7px;
    min-height:400px;
    _height:400px;
}
#content .padding{
    padding: 20px 30px;
}
#content .padTB20 {
    padding-top:20px;
    padding-bottom:20px;
}

#content #left{
    position: relative;
    width: 200px;
    float: left;
}
#content #center{
/*    background: #ff0;*/
    margin:0;

    padding:0;
    position: relative;
/*    width: 560px;*/
    width:760px;
    float: left;
    margin-bottom:10px;
}
#content #right{
/*    background: #ccccff;*/

    position: relative;
    width: 200px;
    float: left;
}

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

#footer{
    background: url( ./../../images/footer_hg.png ) no-repeat top left;
    width:974px;
    height:35px;
    display:block;
    text-align: center;
    position: relative;
    margin:0;
    padding:0;
}

#producedby {
    margin:0;
    padding:0;
    width:150px;/*200-20-35*/
    height:30px;
    display:block;
    padding:5px 20px 0 35px;
    float:left;


}

#footer_adress {
    font-size:9px;
    font-weight:normal;
    color:#DFDFDF;
    float:left;
    padding:5px 0px 0 30px;
    width:730px;
    height:30px;
    text-align:left;
}

#footer_adress a {
    color:#DFDFDF;
    text-decoration:underline;
}

#footer_adress a:hover {
    text-decoration:none;
}

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

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

}
h1{
    color:#333;
    font-size: 13px;
    font-weight:bold;
    margin: 5px 0 10px 0;
}
h2{
    font-size: 13px;
    color:#333;
    font-weight:normal;
}
h3{
    font-size: 12px;
    color:#DA251D;
}
ul li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: underline;
    color: #DA251D;
}
a:hover, a.active{
    text-decoration: none;
    color: #DA251D;
}
a img{
    border: none;
}

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

.floatleft{
    margin-right: 7px;
    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: 270px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

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

.columns{

}
.columns .text{
    /*margin-right: 15px;*/
/*    width: 405px;*/
    /*width:475px;*/
    margin-right:20px;
    width:490px;
    float: left;
}
.columns .images{
   /* width: 200px;*/
    width:180px;
    float: left;
    text-align:center;
}
.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: 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;
    font-size:15px;
}
.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 .exDatepicker{
    margin-right: 10px;
    width: 80px;
}

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

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


span.space {
    /*padding:0 20px;*/
    padding:0 15px;
    _padding:0 15px;
}
span.space2 {
    padding:0 5px;
}

#content .PL22 {
    padding-left:22px;
    width:178px!important;
}

#content .MR10 img {
    margin-right:10px!important;
}

a img {
    text-decoration:none;
}

img.bildRahm, a.bildRahm img {
    border:1px solid #999;
    /*padding:10px;*/
}

.darkLine {
    border-bottom:1px solid #000!important;
    line-height:8px;
}

.blackBox, .blackBoxNews {
    border:1px solid #999;
/*    width:160px;*/
    width: 140px;
    height:120px;
    display:block;
    margin-bottom:20px;
    float:right;
    clear:both;
    padding:10px;
    font-size:11px!important;
}

.blackBoxNews{
    height:180px;
}

.blackBoxNews li{
    padding:0;
	margin: 0;
}

.blackBoxNews h4{
    font: 12px Verdana, Helvetica, Arial,Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
    padding:0;
	margin: 0;
}

.blackBoxNews p{
    font-size: 11px;
}

/*****************/
ul#gallery_categories, ul#gallery_categories li,ul#downloads_categories, ul#downloads_categories li {
    margin:0;
    padding:0;
    list-style:none;
}

ul#gallery_categories li, ul#downloads_categories li {
    float:left;
    margin-right:5px;
}

ul#gallery_categories li a, ul#downloads_categories li a {
    color:#999;
}

ul#gallery_categories li a:hover, ul#gallery_categories li a.active, ul#downloads_categories li a:hover, ul#downloads_categories li a.active {
    color:#DA251D;
    text-decoration:underline;
}
.red {
    color:#DA251D;
}

.floatright  img.bildRahm {
	margin-bottom:8px;
	_margin-bottom:10px;
}

img.floatleft {
    margin-bottom:10px;
    margin-right:20px;
}
img.noMargin, .noMargin {
    margin:0;
}

table.showIt tr td h1 {
    display:block;
    width:250px;
    text-align:left;
}

table.showIt tr td h1.showIt {
    width:220px;
    text-align:right;
}