/* Allg. Angaben ============================================ */
body {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    background-image: url('../images/HG_Body.gif');
    background-repeat: repeat-x;
    background-position: top left;
    color: #5a5a5a;
}


/* MetaNavigation */


.MetaNavi {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
    font-style: normal;
    font-size: 9px;
}

.MetaNavi a {
    color: #fff;
    border-right: 1px #fff solid;
    padding: 0 10px 0 5px;
}

.MetaNavi a:hover { 
    color: #c6006f;
}

.MetaNavi a.lang {
    border: 0;
    width: 24px;
    height: 14px;
}

.MetaNavi a.lang:hover { 
    width: 24px;
    height: 14px;
}
.MetaNavi a.lang {
    border: 0;
}

/* Header */


.header {
    background-image: url('../images/header.jpg');
    height: 148px;
}

/* Navigation */

div.MenueGesamt {
    height: 434px;
    float: left; 
    overflow: hidden;
}

#navcontainer {
    background-image: url('../images/ecke.gif');
    background-position: top right;
    background-repeat: no-repeat;
    width: 214px;
    float:left;
    background-color:#585858;
    position: relative;
}

#navcontainer ul {
    margin: 0;
    list-style-type: none;
    margin: 10px 0 50px 0;
    position: relative;
}

#navcontainer ul li {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 0;
}

#navcontainer ul li a {
    display: block;
    padding: 9px 0 10px 25px;   
    background-image: url('../images/dot_white.gif');
    background-repeat: no-repeat;
    background-position: 12px 12px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#navcontainer ul li a span {
    display: block;
    font-weight: normal;
}

#navcontainer ul li a.active {
    background-color: #821b46;
    border-top: 1px #fff solid;
}

#navcontainer ul li a:hover {
    background-color: #821b46;
    
}

#navcontainer ul li ul li a:hover {
    background-color: #e3e1e2;
    font-weight: bold;
}


#navcontainer ul li ul {
    background-color: #e3e1e2;
    margin: 0;
    padding: 10px 0;
}

#navcontainer ul li ul li {
    border: 1px #e3e1e2 solid;
}

#navcontainer ul li ul li a {
    color: #585858;
    font-weight: normal;
    background-image: url('../images/dot_grey.gif');
    background-repeat: no-repeat;
    background-position: 25px center;
    padding: 0px 0 0px 37px;
    line-height: 20px;
}

#navcontainer ul li ul li a.active {
    font-weight:bold;
    background-color: #e3e1e2;
    border: 0;
    background-image: url('../images/dot_grey_on.gif');
    background-repeat: no-repeat;
}



.futsch1 { 
    position:absolute; 
    left:-1000px; 
    top:-1000px; 
    width:0px; 
    height:0px; 
    overflow:hidden; 
    display:inline;
}

.futsch2 { 
    position:absolute; 
    left:-1000px; 
    top:-1000px; 
    width:0px; 
    height:0px;
}

.unsichtbar { 
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0; 
}


form {
    padding: 0px;
    margin: 0px;
}

input {
    padding: 0px;
    margin: 0px;
}

.contactRow {
    padding: 5px;
}


iframe {
    padding: 0px;
    margin: 0px;
}

a { 
    outline: none; 
}


a img {
    border: 0px;
}


.Clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    float:none;
}

.Center {
    text-align: center;
}


/*SCHRIFT -----------*/
/*Schriftfarben -----*/



.ContentGesamt div.corner {
    border-bottom: 2px #e9e7e8 solid;
    margin: 0 0 0 2px;
}

div.head {
    margin-bottom: 10px;
    padding-left: 15px;
}

h1 {
    font-size: 16px;
    line-height: 150%;
    padding: 15px;
    background-color: #e9e7e8;
    color: #5a5a5a;
    margin: 0px;
}


h2 {
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-size: %;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3 {
    padding: 0;
    margin: 0;
    font-size: 95%;
}

h4 {
    padding: 0;
    margin: 0;
    font-size: 80%; 
}

h5 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #5A5A5A;
    margin-bottom: 10px;
}

.ContentGesamt p {
    margin-right: 20px;
}

.ContentGesamt a, .ContentGesamt a:visited {
    width: auto;
    padding-left: 12px;
    background-image: url('../images/DreiPunktPink.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    color: #c6006f;
}

/*Weiss*/
.ColorW {
    color: #FFFFFF;
}

/*Pink*/
.ColorP {
    color: #c6006f;
}

/*Violett*/
.ColorV {
    color: #821b46;
}

/*DunkelViolett*/
.ColorDV {
    color: #732043;
}
  
 
/*Grau*/
.ColorGR {
    color: #5a5a5a;
}

/*Textgroessen -----*/

.TextXS {
    font-size: 65%
}

.TextS {
    font-size: 70%
}

.TextSM {
    font-size: 75%
}


.TextM {
    font-size: 80%;
}

.TextL {
    font-size: 90%;
}

.TextXL {
    font-size: 100%;
    line-height: 150%;
}

.fontbold {
    font-weight: bold;
}

.fontnormal {
    font-weight: normal;
}


.kursiv {
    font-style: italic;
}

.center {
    text-align: center;
}

.textRight {
    text-align: right;
}

ul {
    margin-left: 20px;
    padding-left: 0px;
}

li {
    width: auto;
    padding: 0px;
    margin: 0 0 3px 0;
    font-size: 12px;
    color: 5a5a5a;
}

.NoTextdeco {
    text-decoration:none;
}

.Textdeco {
    text-decoration:underline;
}


/*Abstaende -----*/

.ObenFuenf {
    margin-top: 5px;
}

.ObenSieben {
    margin-top: 7px;
}

.ObenZehn {
    margin-top: 10px;
}

.ObenFuenfzehn {
    margin-top: 15px;
}

.ObenZwanzig {
    margin-top: 20px;
}

.ObenDreissig {
    margin-top: 30px;
}

.ObenFuenfzig {
    margin-top: 50px;
}


.UntenFuenf {
    margin-bottom: 5px; 
}

.UntenZehn {
    margin-bottom: 10px;    
}

.UntenZwanzig {
    margin-bottom: 20px;    
}

div.Zentrierung {
    width: 900px;
    text-align: center;
    margin: auto;
}

div.All {
    width: 900px;
    float: left;
    text-align: left;
    position: relative;
}

div.GesamtBox1 {
    width: 900px;   
    float: left;
    background-color: #FFFFFF;
    background-image: url('../images/HG_Header.gif');
    background-repeat: repeat-x;
    background-position: top left;  
}

div.GesamtBox {
    width: 900px;   
    float: left;
}


div.Header {
    width: 702px;
    height: 142px;
    float: left;
    margin-top: 51px; 
}

div.Logo {
    width: 198px;
    height: 85px;
    float: left;
    padding: 26px 0 0 20px; 
}



/*Content und Menue und Marginal-Spalte ===================*/

div.ContentMenuGesamt {
    width: 900px;
    float: left;
    background-image: url('../images/ContentMenueGesamt.gif');
    background-repeat: repeat-y;
    background-position: top left;
    overflow: hidden; 
}


div.MenueGesamt {
    width: 194px;
    height: 434px;
    float: left; 
    background-color: #313131;
    background-image: url('../images/HG_Menue.gif');
    background-repeat: repeat-x;
    background-position: top left;  
    padding: 34px 0 50px 20px;
    overflow: hidden;

}

div.MenueEbene1 a {
    width: 194px;
    height: 36px;
    float:left;
    text-decoration: none;
    padding: 4px 0 10px 0px;
}

div.MenueEbene1 a:hover {
    width: 194px;
    height: 36px;
    float:left;
    background-image: url('../images/HG_MenuePunkt.gif');
    background-repeat: no-repeat;
    background-position: top left;
    text-decoration: none;
    padding-top: 4px;
}

div.MenueEbene1 a span.Dotts {
    padding: 4px 0 0 13px;
    background-image: url('../images/DoppelPunktWeiss.gif');
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

div.MenueEbene1 a span.NoDotts {
    padding: 1px 0 0 13px;
    background-image: none;
}


/*MenueEbene AKTIV */
div.MenueEbene1Aktiv a {
    width: 194px;
    height: 36px;
    float:left;
    text-decoration: none;
    padding: 4px 0 10px 0px;
    background-image: url('../images/HG_MenuePunkt.gif');
    background-repeat: no-repeat;
    background-position: top left;  
}

div.MenueEbene1Aktiv a span.Dotts {
    padding: 4px 0 0 13px;
    background-image: url('../images/DoppelPunktWeiss.gif');
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

div.MenueEbene1Aktiv a span.NoDotts {
    padding: 1px 0 0 13px;
    background-image: none;
}



/*MenueEbene AKTIV mit Ecke */
div.MenueEbene1AktivMitEcke a {
    width: 194px;
    height: 36px;
    float:left;
    padding-top: 4px;
    text-decoration: none;
    background-image: url('../images/HG_MenuePunktAktiv.gif');
    background-repeat: no-repeat;
    background-position: top left;  
}

div.MenueEbene1AktivMitEcke a span.Dotts {
    padding: 4px 0 0 13px;
    background-image: url('../images/DoppelPunktWeiss.gif');
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

div.MenueEbene1AktivMitEcke a span.NoDotts {
    padding: 1px 0 0 13px;
    background-image: none;
}


/*Men�-Ebene 2*/

div.MenueEbene2 a {
    width: 194px;
    float:left;
    text-decoration: none;
    padding: 4px 0 4px 0;
    background-image: url('../images/HG_Ebene2_Verlauf.png');
    background-repeat: repeat-y;
    background-position: top left;  
}

div.MenueEbene2 a span.Dotts {
    width: 167px;
    float: left;
    padding: 4px 0 0 27px;
    background-image: url('../images/PunktWeiss.gif');
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

div.MenueEbene2 a:hover span.Dotts {
    text-decoration: underline;
}

div.MenueEbene2 a.Aktiv span.Dotts {
    padding: 4px 0 0 27px;
    background-image: url('../images/PunktWeiss.gif');
    background-repeat: no-repeat;
    background-position: 15px 10px;
    font-weight: bold;
}

div.MenueEbene2Rund {
    width: 194px;
    float:left;
    padding-bottom: 2px;
    background-image: url('../images/HG_Ebene2.png');
    background-repeat: no-repeat;
    background-position: bottom left;   
    margin-bottom: 10px;
}




/* CONTENT ========================= */
div.ContentGesamt {
    width: 488px;
    float: left; 
    padding-bottom: 30px;
    overflow: hidden; 
    margin-top: 10px;
}

div.ContentBox {
    width: 460px;
    padding-left: 15px;
}


div.article {
/*  float: left; 
*/
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
}

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

div.contentPic img {
    display: block;
}

div.contentPic span {
    font-size: 9px;
    display: block;
    width: 127px;
    margin: 3px 3px;
}

div.contentPic img {
    width: 133px;
}

div.article div.articleContent {
    margin: 0 30px;
}





a.Seitenverweis {
    width: auto;
    float: left; 
    padding-left: 15px;
    background-image: url('../images/DreiPunktPink.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
}


a.Download {
    width: auto;
    float: left; 
    padding-left: 18px;
    background-image: url('../images/download.gif');
    background-repeat: no-repeat;
    background-position: 3px 4px;
}

a.Extern {
    width: auto;
    float: left; 
    padding-left: 18px;
    background-image: url('../images/extern.gif');
    background-repeat: no-repeat;
    background-position: 3px 4px;
}

/* Absatz-Elemente */

div.ContentPicOrLink {
    width: 133px;
    float: left;
    margin: 3px 15px 0 0;
}

div.ContentPicOrLink p {
    padding-left: 2px;
}


div.ContentPicOrLink img.BorderWhite {
    border: solid 1px #f2f0f1;
    margin-bottom: 2px;
}


div.ContentOnlyLinks {
    width: 435px;
    float: left;
    margin: 3px 10px 0 0;
}


div.ContentOnlyLinks ul {
    width: 435px;
    float: left;
    margin: 0px;
}

div.ContentOnlyLinks ul li {
    width: 435px;
    float: left;
    margin: 0px;
}

/* LINKS - intern, extern, download als Absatzelemente */
 
div.ContentPicOrLink ul {
    padding: 0px;
    margin: 0px;
    overflow:hidden;
}

.NoPadding {
    padding: 0px;
}

.NoListStyle {
    width: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.intern a {
    padding-left: 20px;
    margin-top: 5px;
    float: left;
    background-image: url('../images/intern.gif');
    background-repeat: no-repeat;
    background-position: 3px 3px;   
}

.extern a {
    padding-left: 20px;
    margin-top: 5px;
    float: left;
    background-image: url('../images/extern.gif');
    background-repeat: no-repeat;
    background-position: 3px 3px;   
}

.download a {
    padding-left: 18px;
    margin-top: 5px;
    float: left;
    background-image: url('../images/download.gif');
    background-repeat: no-repeat;
    background-position: 3px 3px;   
}

div.ContainerText {
    width: 305px;
    float: left;
}

div.ContainerText p {
    padding-right: 10px;
}


div.ContainerTextOnly {
    width: 435px;
    float: left;
}

/*GrossBild - Ansicht*/

div.BigPicGesamt {  
    width: 458px;
    float: left; 
    padding: 0 0 0 30px;
    overflow: hidden;
    margin-top: 30px;
}

div.BigPicGesamt p {    
    padding-right: 5px;
}

div.BigPicGesamt img {
margin-bottom: 3px;
}

/*Marginal-Spalte ================== */

div.MarginalSpalte {
    width: 197px;
    float: left; 
    margin-top: 15px;
    overflow: hidden;   
    padding-bottom: 20px;
}


div.MSTrennlinie {
    width: 197px;
    height: 5px;
    float: left; 
    background-image: url('../images/MS_trenner.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

div.MSContainerContent {
    width: 181px;
    float: left; 
    padding: 0 0 0 16px;
}


div.MSContainerContent p a {
    width: 170px;
    float: left; 
}

a.MSLink {
    width: 182px;
    float: left; 
    padding-left: 15px;
    background-image: url('../images/DreiPunktViolett.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

div.MSPic {
    width: 167px; 
    float: left; 
    text-align: center; 
    background-image: url('pics/layout/gsg/MS_HG_Pic.gif.html');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #e6e5e6;
}


.footer {
    width: 900px;
    font-size: 8pt;
    color: #5a5a5a;
    float: left;
    background-color: #e3e1e2;
}

#footer_content {
    margin: 10px 10px 10px 18px;
    font-size: 9px;
}

.footer a {
    color: #5a5a5a;
    padding-left: 5px;
    margin-left: 2px;
    border-left: 2px #a5a5a5 solid;
}

#footer_content p a {
    padding: 0;
}
.footer p{
    margin-top: 7px;
    color: #87888a;
    border: none;
    font-size: 9px;
}

.footer p a {
    border: none;
    color: #87888a;
    margin: 0; 
}

.footer a:hover{
    font-weight: bold;
}



html {
     overflow: -moz-scrollbars-vertical;
}

.hint {
    font-size: 10px;
    color: #ee0000;
    font-weight: bold;
}

#logo {
    margin: 20px 10px;
}


a.CMS_LINK_EDIT, a.CMS_LINK_SAVE {
    background-image: none;
    padding: 2px;
}

ul.sitemapStandardMainCat {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    
}

li.sitemapStandardLevel_1 {
    margin-left: 0px;
    font-weight: normal;
    margin-bottom: 5px;
}

li.sitemapStandardLevel_2 {
    margin-left: 20px;
}

li.sitemapStandardLevel_3 {
    margin-left: 40px;
}

.contactRow label {
    width: 150px;
    display: block;
    float: left;
}

#contactForm {
    font-size: 11px;
}

#searchForm {
    float: right;
}

#searchForm input {
    border: 1px #999 solid;
    background-image: url(../upload/lupe.gif);
    background-repeat: no-repeat;
    background-position: middle left;   
    padding-left: 15px;
    width: 100px;
    height: 16px;
    
}

/*
#searchForm input:focus {
    background-image: none;
}
*/

#contactForm textarea {
      height: 150px;
}

#contactForm textarea,
#contactForm input[type='text'] {
    width: 200px;
}