@CHARSET "UTF-8";
html {
  background-image: url("../bilder/background_patter.gif");
  background-repeat: repeat;	
}
h1 {
  color: black;
  font-size: 14px;
  border-bottom: 1px solid #268bc7;	
  margin-bottom: 4px;
  margin-top: 0px;
}
h2 {
  font-size: 100%;
  font-weight: bold;
  color: black;	
  margin-bottom: 2px;
  margin-top: 2px;
}
a:link, a:visited, a:active {
  color: #268bc7;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;	
}
h2 a:link, h2 a:visited, h2 a:active {
  color: black;	
}
#kopfaussen {
  background-color: white;
  text-align: center;
  height: 120%;
}
#kopfinnen {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 120px;
  background-image: url("../bilder/header.jpg");
  z-index: 10;
  position: relative;
}
#logo {
  margin: 20px 0px 0px 25px;
}
#mainaussen {
  z-index: 1;
  border-top: 2px solid #bce4f6;
  position: relative;
  top: -2px;
}
#maininnen {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: white;
  overflow: hidden;
  position: relative;
  top: 0px;
}
/*
#maininnen:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#maininnen { display: inline-block; }
#maininnen { display: block; }
*/
#linkespalte {
  width: 170px;
  float: left;
  background-color: #268BC7;
  margin-bottom: -2000px; padding-bottom: 2000px;
}
#menubereich {
  padding: 50px 0px 100px 5px;	
}
#tuelink {
  position: absolute;
  bottom: 10px;
  left: 25px;	
}
#hauptspalte {
  float: left;
  width: 780px;
  margin-bottom: -2000px; padding-bottom: 2000px;
}
#hauptspalte_innen {
  position: relative;
  top: 0px;
  left: 0px;
  border-top: 1px solid white; /* nur um collapsing margins zu verhindern */
}
#breadcrumb {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 100%;	
  /*line-height: 12px;*/
}
#breadcrumb span.current {
  color: #268bc7;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
#contentbereich {
  margin: 49px 20px 25px 24px;
  border-top: 1px solid white; /* nur um collapsing margins zu verhindern */
}
/* Menü */
#linkespalte ul {
	margin: 0px;
	padding: 0px;
}
#linkespalte ul li {
     list-style: none;
     margin: 0px;
     padding: 3px 0px 0px 20px;
}
#linkespalte ul li.active {
  background-image: url(../bilder/auswahl.gif);
  background-repeat: no-repeat;
  background-position: 5px -1px;	
}
#linkespalte li div {
  display: block;
  border-bottom: 1px solid #bce4f6;
  padding: 0px 4px 0px 0px;
}

#linkespalte a:link, #linkespalte a:visited, #linkespalte a:active {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
/* für aktiven menüpunkt */
div.active, a.active, a.active:link, a.active:visited, a.active:active {
  color: #bce4f6 !important;
  font-weight: bold !important;
}

/*Inhaltsbereich*/
div.inhaltselement {
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  left: 0px;
}
div.inhaltselement h1 {

}
/* clear floats */
.inhaltselement:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.inhaltselement {display: inline-table;}
/* Hides from IE-mac \*/
* html .inhaltselement {height: 1%;}
.inhaltselement {display: block;}
/* End hide from IE-mac */
/* end clear floats */
/* clear floats */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clear floats */

div.textspalte {
  float: left;
  width: 428px;
}
div.bildspalte {
  width: 280px;
  margin-left: 449px;
}
/* Klasse für die Bildspalte, wenn die Textspalte eine Überschrift besitzt, die Bildspalte aber nicht */
.abstand {
   border-top: 18px solid white;
}
div.bildspalte .bild {

  margin-bottom: 25px;
}
div.bildspalte .bild a {
  color: white !important;
  font-weight: normal !important;
}
.bildunterschrift {
  background-color: #268BC7;
  color: white;
  font-size: 10px;
  display: block;
  padding: 1px 10px;
  line-height: 14px;
}
.bildspalte .bildunterschrift {
    width: 260px;	
}
.textspalte .bildunterschrift {
    width: 408px;	
}
.bildunterschrift_schmal {
  background-color: #268BC7;
  color: white;
  font-size: 10px;
  display: block;
  padding: 1px 10px;
  line-height: 14px;
  width: 260px;
}
.download {
  padding-left: 35px;
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 12px;
  width: 393px;
}
form#searchform {
  margin-left: 20px;
  margin-top: 20px;	
}
input#q {
  width: 100px;
}
table.layout, table.layout td {
  border: none;
}
.ohneabstand {
  margin-top: -20px;
}
ul.linkliste {
  margin-top: 0px;
}
.checkbox {
  padding-left: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 32px;
  margin-top: 10px;
  padding-bottom: 10px;
}