/* Startpage Start */

#front_header {
    padding-top: 22px;
    padding-left: 45px;
}

#front_header h1 {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

#front_header a {
    margin-bottom: 34px;
    padding-left: 4px;
    width: 157px;
    line-height: 21px;
    height: 21px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #a9a9a9;
    text-decoration: none;
    display: block;
}


#front_body {
    padding-left: 45px;
    width: 990px;
    background-color: #fff;
}

#front_body img.logo {
    display: block;
	margin-bottom: 22px;

}

#front_body .tower {
    float: left;
    width: 160px;
    height: 588px;
}

#front_body .fade {
	background-image: url("../img/front_bg_fade.gif");
	background-position: bottom;
}

#front_body .red {
    background-color: #c50c1f;
	margin-left: 90px;
	background-image: url("../img/front_bg_red.gif");
	background-position: bottom;
}

#front_body .green {
    background-color: #a4c408;
	margin-left: 90px;
	background-image: url("../img/front_bg_green.gif");
	background-position: bottom;
}

#front_body .blue {
    background-color: #2972a5;
	margin-left: 90px;
	background-image: url("../img/front_bg_blue.gif");
	background-position: bottom;
}

#front_body .tower img {
    display: block;
}
#front_body .tower .lang {
    width: 45px;
    height: 21px;
    background-color: #fff;
}

#front_body .tower .lang img {
    float: left;
    margin-left: 3px;
    margin-top: 4px;
}

div.a9-entries h2 {
    margin-top: 10px;
}

/* Startpage End */


/* Header Start */

#header_left img {
    display: block;
    margin-top: 10px;
}

#header_right h1 {
    margin-top: 10px;
    font-size: 14px ;
    font-weight: bold;
    color: #a8a8a8;
    text-transform: uppercase;
}

#header_right .header_element {
    float: left;
    width: 220px;
}

#header_right .small_margin {
    width: 195px;
}

#header_right a {
    display: block;
    margin-top: 17px;
    width: 130px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #a8a8a8;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#header_right a.red {
    color: #e01a27;
}

#header_right a.redHover:hover {
    color: #e01a27;
}

#header_right a.green {
    color: #a4c408; 
}    

#header_right a.greenHover:hover {
    color: #a4c408; 
}

#header_right a.blue {
    color: #2972a5;
}

#header_right a.blueHover:hover {
    color: #2972a5;
}

/* Header End */

/* Left Navi Start */

.contentDividerS .naviContainer ul {
    color: #fff;
    width: 216px;
}

.contentDividerS .naviContainer ul.indent {
    margin-left: 12px;
}

.contentDividerS .naviContainer ul li a {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
}

.contentDividerS.red .naviContainer ul li a {
    background-color: #c50c1f;
}

.contentDividerS.green .naviContainer ul li a {
    background-color: #a4c408;
}

.contentDividerS.blue .naviContainer ul li a {
    background-color: #2972a5;
}
.contentDividerS.grey .naviContainer ul li a {
    background-color: #a9a9a9;
}

.contentDividerS.red .naviContainer ul li a.active {
    background-color: #fff;
    color: #c50c1f;
}

.contentDividerS.green .naviContainer ul li a.active {
    background-color: #fff;
    color: #a4c408;
}

.contentDividerS.blue .naviContainer ul li a.active {
    background-color: #fff;
    color: #2972a5;
}

.contentDividerS.grey .naviContainer ul li a.active {
    background-color: #fff;
    color: #a9a9a9;
}

.naviContainer ul li a.root {
    text-transform: uppercase;    
}

.contentContainerS .listContainer span.headline {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
    background-color: #a8a8a8;
    font-size: 14px;  
}

.contentContainerS .listContainer span.headline a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.contentContainerS .listContainer li {
    margin-top: 15px;
}

.contentContainerS .listContainer li img {
    margin-right: 5px;
    display: block;
    float: left;
}

/* Left Navi End */

/* Main Content Start */

.contentDividerL h1, .contentDividerL h2, .contentDividerL h3 {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
}

.contentDividerL.red h2, .contentDividerL.red h3 {
    color: #c50c1f;
}

.contentDividerL.green h2, .contentDividerL.green h3 {
    color: #a4c408;
}

.contentDividerL.blue h2, .contentDividerL.blue h3 {
    color: #2972a5;
}

.contentDividerL.grey h2, .contentDividerL.grey h3 {
    color: #a9a9a9;
}

.contentDividerL h1 {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 20px; 
    border-bottom: 1px solid #fff;
    font-size: 14px;  
    text-transform: uppercase;
} 

.contentDividerL li {
    margin-left: 12px;
    list-style-type: square;
}

.contentDividerL div.flLeft {
    float: left;
    margin-right: 5px;
}

.contentDividerL div.flRight {
    float: right;
    margin-left: 5px;
}


.contentDividerL.red h1 {
    background-color: #c50c1f;
}

.contentDividerL.green h1 {
    background-color: #a4c408;
}

.contentDividerL.blue h1 {
    background-color: #2972a5;
}

.contentDividerL.grey h1 {
    background-color: #a9a9a9;
}

.contentDividerL p {
    margin-bottom: 12px;
}

.contentDividerL.red a {
    color: #c50c1f;
}

.contentDividerL.green a {
    color: #a4c408;
}

.contentDividerL.blue a {
    color: #2972a5;
}

.contentDividerL.grey a {
    color: #757474;
    font-weight: bold;
}

.contentDividerL a:hover {
    text-decoration: underline;
}

.newslist div {
    margin-bottom: 5px;
}

.newstext {
    float: right;
    width: 300px;
    
}

.newsimage {
    float: left;
    margin-right: 10px;
}


#guestbookIframe {
    width: 410px;
    height: 450px;
    border: none;
    background-color: #dfe5f3;
}

.contentDividerL embed {
    margin-bottom: 12px;
}

.contentDividerL h2 a.red {
  color: #c50c1f;
}

.contentDividerL h2 a.green {
  color: #a4c408;
}

.contentDividerL h2 a.blue {
  color: #2972a5;
}

.contentDividerL ul {
    margin-bottom: 15px;
}

/* Main Content End */

/* Right Content Start */

.contentDividerM.red strong {
    color: #c50c1f;
}

.contentDividerM.green strong {
    color: #a4c408;
}

.contentDividerM.blue strong {
    color: #2972a5;
}

.contentDividerM.grey strong {
    color: #757474;
}

.contentDividerM.red a {
    color: #c50c1f;
}

.contentDividerM.green a {
    color: #a4c408;
}

.contentDividerM.blue a {
    color: #2972a5;
}

.contentDividerM.grey a {
    color: #757474;
}

.contentDividerM span {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 20px; 
    border-bottom: 1px solid #fff;
    font-size: 14px; 
}

.contentDividerM.red span.headline {
    background-color: #c50c1f;
}

.contentDividerM.green span.headline {
    background-color: #a4c408;
}

.contentDividerM.blue span.headline {
    background-color: #2972a5;
}

.contentDividerM.grey span.headline {
    background-color: #a9a9a9;
}

.contentDividerM span.headline a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.contentDividerM .searchContainer span {
    float: left;
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.contentDividerM.red .searchContainer span {
    background-color: #c50c1f;
}

.contentDividerM.green .searchContainer span {
    background-color: #a4c408;
}

.contentDividerM.blue .searchContainer span {
    background-color: #2972a5;
}

.contentDividerM.grey .searchContainer span {
    background-color: #a9a9a9;
}

.searchContainer input {
    float: left;
    display: block;
    width: 145px;
    padding-left: 4px;
    padding-top: 2px;
    padding-right: 4px;
    color: #787878;
    text-decoration: none;
    line-height: 20px;
    height: 16px;
}

.contentDividerM.red .searchContainer input {
    border: 1px solid #c50c1f;
}

.contentDividerM.green .searchContainer input {
    border: 1px solid #a4c408;
}

.contentDividerM.blue .searchContainer input {
    border: 1px solid #2972a5;
}

.contentDividerM.grey .searchContainer input {
    border: 1px solid #a9a9a9;
}

.contentDividerM .searchContainer button {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
}

.contentDividerM.red .searchContainer button {
    background-image: url(../img/signs/search_red.gif);
}

.contentDividerM.green .searchContainer button {
    background-image: url(../img/signs/search_green.gif);
}

.contentDividerM.blue .searchContainer button {
    background-image: url(../img/signs/search_blue.gif);
}

.contentDividerM.grey .searchContainer button {
    background-image: url(../img/signs/search_grey.gif);
}

.listContainer li {
    margin-top: 15px;
}

.listContainer img {
    margin-right: 5px;
    display: block;
    float: left;
}


/* Right Content End */


/* Footer Styles Start */
div#footerNavigation {
    float: left;
    padding-left: 10px;
    line-height: 28px;
}

div#footerNavigation span {
    margin-left: 7px;
    margin-right: 7px;
}

div#footerCopyright {
    float: right;
    padding-right: 10px;
    line-height: 28px;    
}
/* Footer Styles End */

/* Jubiläum */

#front-25 {
    position: absolute;
    top: 11px;
    left: 62px;
}

#content-25 {
    position: absolute;
    top: 10px;
    left: 183px;
}

