html, body, div, td, span, input, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
form, a, div, td, span, input, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
  background-color: rgb(221,221,221);
  color: rgb(0,0,0);
  text-align: center;
}

a:link, a:visited {
  color: rgb(30,50,200);
  text-decoration: none;
}
a:hover, a:active {
  color: rgb(204,0,0);
  text-decoration: underline overline;
}

#umrandung {
  position: relative;
  width: 970px;
  min-height: 300px;
  margin: 0 auto 0;
  padding-top: 100px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-left: 1px solid rgb(204,0,0);
  border-right: 1px solid rgb(204,0,0);
  border-bottom: 1px solid rgb(204,0,0);
  background-color: rgb(255,255,255);
  text-align: left;
}

#kopf {
  position: absolute;
  top: 0;
  left: -1px;
  width: 988px;
  height: 71px;
}
#logo {
  position: absolute;
  top: 0;
  right: -1px;
  width: 68px;
  height: 71px;
}

#kopf2 {
  display: none;
  visibility: hidden;
}

#menue {
  position: absolute;
  top: 71px;
  left: 0;
  width: 726px;
  height: 20px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: white;
  background-repeat: repeat-x;
  text-align: left;
}
#menueende {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 23px;
  z-index: 2;
}

#content1 {
  position: relative;
  width: 420px;
  float: left;
}

#einleitung {
  position: relative;
  width: 400px;
  margin: 9px;
  margin-top: 20px;
  margin-bottom: 25px;
}
#einleitung h2 {
  margin: 0;
  margin-bottom: 4px;
  font-weight: bold;
}

#content1h2 {
  width: 406px;
  height: 16px;
  padding: 4px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  display: block;
  clear: both;
}

div.box, div.box-last {
  position: relative;
  width: 402px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed red;
  clear: both;
}
div.box-last {
  border: 0;
}
div.box-text {
  position: relative;
}
div.box-text h2 {
  margin: 0;
  margin-bottom: 3px;
  font-weight: bold;
}


#content2 {
  position: relative;
  width: 480px;
  margin-top: 5px;
  margin-left: 50px;
  float: left;
}
#content2 div.box, #content2 div.box-last {
  width: 462px;
}

h2.content2h2 {
  width: 466px;
  height: 16px;
  margin-top: 20px;
  padding: 4px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  display: block;
  clear: both;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(0,0,0);
}

h3 {
  margin-top: 1px;
  margin-bottom: 3px;
}

img { margin: 0; }
a img { color: rgb(150,150,150); }
@media all {
  a img {
    color: rgb(150,150,150);
    border: none;
  }

  #content1 img {
    margin-right:  12px;
  }
  #content2 img {
    margin-top:  3px;
    margin-bottom:  3px;
    margin-left:  5px;
    margin-right:  5px;
  }

  #content1 a:link img, #content1 a:visited img, #content2 a:link img, #content2 a:visited img {
    border: 1px solid rgb(30,50,200);;
  }
  #content1 a:hover img, #content2 a:hover img {
    border: 1px solid rgb(204,0,0);
  }
  #mycarousel img { margin: 0; }
}

a.menu-line-0:link {
  color: #FFFFFF;
  text-decoration: none;
}
a.menu-line-0:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.menu-line-0:hover {
  color: rgb(255,204,32);
  text-decoration: none;
}
a.menu-line-0:active {
  color: rgb(255,204,32);
  text-decoration: none;
}
a.menu-line-0-marked:link, a.menu-line-0-marked:visited, a.menu-line-0-marked:hover, a.menu-line-0-marked:active {
  color: rgb(255,204,32);
  text-decoration: none;
}

div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  font-size: 10px;
}
div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  font-size: 10px;
  float: left;
}
div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  10px;
  font-size: 10px;
  float: right;
}
div.image-center   {
  width:  100%;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 10px;
  text-align: center;
}
div.image a, div.image-left a, div.image-right a, div.image-center a {
  font-size: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
}
ol {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
}
li {
  margin: 0;
  margin-left: 8px;
  margin-bottom: 3px;
  padding: 0;
  padding-left: 12px;
}

acronym, abbr {
  border-bottom: 1px dotted navy;
  color: navy;
  cursor: help;
}

/* CSS3 */
#content1 a[target="_blank"], #content2 a[target="_blank"] {
  padding-right: 15px;
}
#content1 a[target="_blank"]:hover, #content2 a[target="_blank"]:hover {
  padding-right: 15px;
}
acronym[title]:after {
  content: "";
}
acronym[title]:hover:after {
  content: " (" attr(title) ")";
}
abbr[title]:after {
  content: "";
}
abbr[title]:hover:after {
  content: " (" attr(title) ")";
}
