/***********************************************/
/* Formatierung                                */
/***********************************************/ 

html, body {
 margin: 0px;
 padding: 0px;
 height: 100%;
 text-align: center; /* nur wegen dem IE nötig */
}

html, body	{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100.1%;
 color: #000000;
 background-color: #646464;
 background-image: url(/image/bg.gif);
}



/***********************************************/
/* Links	                               */
/***********************************************/
a:link { color:#3d0506; text-decoration:underline; }
a:visited { color:#3d0506; text-decoration:underline; }
a:active { color:#3d0506; text-decoration:underline; }
a:hover { color:#3d0506; text-decoration:none; }

#hauptmenu A:link, #hauptmenu A:visited, #hauptmenu A:active {
 color: #ffffff;
 text-decoration: none;
 display: block;
 margin-top: 1px;
 padding: 6px 9px 6px 9px;
}

#hauptmenu A:hover, #hauptmenu A:focus {
 color: #3c0506;
}


#sprachswitcher A:link, #sprachswitcher A:visited, #sprachswitcher A:active {
 color: #555451;
 text-decoration: none;
 display: inline;
 padding: 0px;
 letter-spacing: 1px;
}

#sprachswitcher A:hover, #sprachswitcher A:focus {
 text-decoration: underline;
}

#copyright A:link, #copyright A:visited, #copyright A:active {
 text-decoration: none;
 color:#757575;
}

#copyright A:hover, #copyright A:focus {
 text-decoration: underline;
}


/***********************************************/
/* Text		                               */
/***********************************************/
h1 {
 margin: 0px;
 margin-bottom: 16px;
 color: #623433;
 font-size: 140%;
 letter-spacing: -1px;     
}

h2 {
 margin: 0px;
 margin-bottom: 6px;
 color: #3d0506;
 font-size: 100%;
 font-weight: bold;
}

ul {
 list-style-type:square;
 margin: 0px;
 padding-top: 5px;
 padding-left: 24px;
}

li {
 margin-top: 2px;
}

/***********************************************/
/* CMS		                               */
/***********************************************/

img {
 border: 0px;
}


div.bilder {
 float:left;
 padding-right:10px;
}

div.dateidownload {
 font-size:90%;
 text-decoration:none;
}

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

.bildunterschrift {
 margin:0px;
 margin-top:5px;
 margin-bottom:2px;
 font-size: 90%;
 text-align:center;
}

div.trennlinie {
 height:1px;
 background-color:#c0c0c0;
 margin-top: 0px;
 font-size: 0px;
}

/***********************************************/
/* Layout	                               */
/***********************************************/

#printlogo {
 display: none;
}

#printadresse {
 display: none;
}

#wrapper {
 margin: auto;
 text-align: left; /* nur wegen dem IE nötig */
 width: 770px;
 background-image: url(/image/bg_wrapper.gif);
 background-repeat: repeat-y;
 height: 100%;
}

#wrapper_innen {  /* Wird für den FF benötigt. Beim Scrollen geht sonst das Hintergrundbild "verloren" */
 padding: 0px 26px 2px 16px;
 background-image: url(/image/bg_wrapper.gif);
 background-repeat: repeat-y;
}


#titelleiste {
 text-align:center;
 height: 160px;
 background-color: #ffffff;
 background-repeat: no-repeat;
}

#logo {
 position: relative;
 top: 22px;
 left: 16px;
}

#logo_untertitel {
 position: relative;
 top: 25px;
 left: 16px;
}

#hauptmenu {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 75%;
 letter-spacing: 1px;
 height: 30px;
 background-color: #aeaeae;
 background-image: url(/image/bg_menu.gif);
 background-repeat: repeat-x;
 padding-left: 5px;
}

#hauptmenu ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

#hauptmenu li {
 display: block;
 float: left;
 margin-top: 0px;
}

#sprachswitcher {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: right;
}

#content {
 margin-left: 16px;
 float: left;
 display: inline; /* Umgeht das IE Problems */
 width: 484px;
 font-size: 78%;
 line-height: 150%;
}

#content td {
 font-size: 12px;
}

#teaserspalte {
 padding-top: 16px;
 margin-left: 30px;
 float: left;
 width: 185px;
 font-size: 78%;
}

.teaser_oben {
 background-image: url(/image/teaser_bg_oben.gif);
 height: 3px;
 font-size: 0px;
 margin-top: 1px;
}

.teaser_mitte {
 background-image: url(/image/teaser_bg_mitte.gif);
 background-repeat: repeat-y;
 text-align: center;
}

.teaser_mitte_img {
 margin-top: 3px;
 margin-bottom: 4px;
 margin-left: 7px;
 margin-right: 10px;
}

.teaser_mitte_text {
 padding: 12px 0px 12px 13px;
 color: #4f4f4f;
 text-align: left;
}

.teaser_mitte_text ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 margin-bottom: 2px;
}

.pfeil {
  position: relative;
  top: 2px;
  margin-top: 6px;
}

.teaser_mitte_text li {
 margin: 0px;
 padding: 0px 0px 0px 13px;
 line-height: 140%;
 background-image: url(/image/menu_listenpunkt.gif);
 background-repeat: no-repeat;
}

.teaser_unten {
 background-image: url(/image/teaser_bg_unten.gif);
 height: 3px;
 font-size: 0px;
 margin-bottom: 2px;
}

#copyright {
 padding-top: 32px;
 margin-left: 16px;
 font-size: 60%;
 color:#757575;
 padding-bottom: 16px;
}
