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: 8px 0 8px 0;
  padding: 0;
  background-color: #CCCCCC;
  background-repeat: repeat-x;
  background-image: url(/_templates/shared/images/hg-body-awesa.jpg);
  color: rgb(0,0,0);
  text-align: center;
}
img { margin: 0; border:0 }
a img { color: rgb(150,150,150); }

a:link, a:visited {
  color: rgb(191,0,88);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: rgb(227,0,102);
  text-decoration: none;
}

ul {
  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: 18px;
  margin-bottom: 3px;
  padding: 0;
  padding-left: 2px;
}

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

#umrandung {
  position: relative;
  width: 1222px;
  margin: 0 auto 0;
  text-align: left;
}

#adtop1 {
  position: relative;
  display: block;
  width: 1222px;
  height: 140px;
  overflow: hidden;
}
#adright {
  position: relative;
  width: 230px;
  height: 780px;
  margin-left: 4px;
  text-align: center;
  float: left;
  overflow: hidden;
}

#umrandung2, #umrandung3 {
  position: relative;
  width: 972px;
  margin-top: 4px;
  padding: 170px 8px 0 8px;
  /*background-color: rgb(255,255,255);*/
  background-repeat: repeat-y;
  background-image: url( "/_templates/shared/images/hg-umrandung-awesa.png" );
  text-align: left;
  float: left;
}
#umrandung3 {
  margin: 0 auto 0;
  float: none;
}

#menue1 {
  position: absolute;
  top: 6px;
  left: 1px;
  width: 973px;
  height: 16px;
  padding: 4px 0 0 5px;
  border-bottom: 1px solid rgb(153,153,153);
  font-size: 11px;
  color: black;
}
#menue1-2 {
  position: absolute;
  top: 4px;
  right: 5px;
  height: 16px;
  font-size: 11px;
  color: black;
}
#menue1 a:link, #menue1 a:visited, #menue1-2 a:link, #menue1-2 a:visited {
  color: black;
  font-size: 11px;
}
#menue1 a:hover, #menue1 a:focus, #menue1 a:active, #menue1-2 a:hover, #menue1-2 a:focus, #menue1-2 a:active {
  color: rgb(227,0,102);
  font-size: 11px;
}


#eckero {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
}

#logo {
  position: absolute;
  top: 34px;
  left: 8px;
  width: 68px;
  height: 71px;
}

#menue2 {
  position: absolute;
  top: 122px;
  left: 8px;
  width: 770px;
  height: 20px;
  background-color: rgb(227,1,103);
}

/* Untermenue */
#menue2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menue2 li {
  margin: 2px 0 0 0;
  padding: 0 0 0 2px;
  height: 18px;
  width: 100px;
  float: left;
}
#menue2 li a:link, #menue2 li a:visited, #menue2 li a:hover, #menue2 li a:focus, #menue2 li a:active, #menue2 li strong {
  height: 18px;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  display: block;
}
#menue2 li a:hover, #menue2 li a:focus, #menue2 li a:active, #menue2 li strong {
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/_templates/shared/images/hg-menue2-awesa.gif);
  color: rgb(194,1,88);
}

#menue2 ul ul {
  position: absolute;
  top: 22px;
  left: 0;
  height: 20px;
  width: 769px;
  padding: 0 0 0 1px;
  margin: 0;
  border-bottom: 1px solid rgb(153,153,153);
  list-style: none;
}

#menue2 li li {
  position: relative;
  width: auto;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0 10px 0 7px;
  float: left;
}
#menue2 li li + li {
  padding: 0 10px 0 10px;
  border-left: 1px solid rgb(227,0,102);
}
#menue2 li li a:link, #menue2 li li a:visited, #menue2 li li a:hover, #menue2 li li a:focus, #menue2 li li a:active, #menue2 li li strong {
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-decoration: none;
  display: inline;
}
#menue2 li li a:hover, #menue2 li li a:focus, #menue2 li li a:active, #menue2 li li strong {
  background-image: none;
  color: rgb(194,1,88);
}

#menue2 li li li a:link, #menue2 li li li a:visited, #menue2 li li li a:hover, #menue2 li li li a:focus, #menue2 li li li a:active, #menue2 li li li strong {
  height: auto;
  margin: 8px 0 8px 0;
  display: block;
}

#menue2 li:hover > ul {
  display: block;
}

#menue2 ul ul ul {
  position: absolute;
  width: 126px;
  top: 18px;
  left: -1px;
  height: auto;
  margin: 0;
  padding: 5px 0 5px 0;
  border: 0;
  border-top: 1px solid #999999;
  list-style: none;
  display: none;
  background-image: url(/_templates/shared/images/hg-menu-shadow.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 10;
}


#menue2 li li li {
  margin: 3px 0 3px 0;
  padding: 0 0 0 5px;
  float: none;
}
#menue2 li li li + li {
  padding: 0 0 0 5px;
  border: 0;
}
#menue2 li li li a:link, #menue2 li li li a:visited, #menue2 li li li a:hover, #menue2 li li li a:focus, #menue2 li li li a:active, #menue2 li li li strong {
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-align: left;
  display: block;
}
#menue2 li li li a:hover, #menue2 li li li a:focus, #menue2 li li li a:active, #menue2 li li li strong {
  background-image: none;
  color: rgb(194,1,88);
}

#menue2 ul ul ul ul {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
}




#menue2 dfn, #menue2 strong dfn {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}

#menue2 a.menu-list-marked:link, #menue2 a.menu-list-marked:visited, #menue2 a.menu-list-marked:hover, #menue2 a.menu-list-marked:focus, #menue2 a.menu-list-marked:active {
  height: 18px;
  width: 100px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/_templates/shared/images/hg-menue2-awesa.gif);
  font-size: 14px;
  font-weight: bold;
  color: rgb(194,1,88);
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  display: block;
}

#menue2 li li a.menu-list-marked:link, #menue2 li li a.menu-list-marked:visited, #menue2 li li a.menu-list-marked:hover, #menue2 li li a.menu-list-marked:focus, #menue2 li li a.menu-list-marked:active {
  height: auto;
  width: auto;
  background-image: none;
  font-size: 11px;
  font-weight: normal;
  color: rgb(194,1,88);
  text-decoration: none;
  overflow: hidden;
  display: inline;
}

/* Untermenue seitlich */
div.untermenu ul {
  margin: 3px 0 3px 0;
  list-style: none;
}
div.untermenu ul li a:link, div.untermenu ul li a:visited, div.untermenu ul li a:focus, div.untermenu ul li a:hover, div.untermenu ul li a:active {
  color: #000000;
  font-weight: bold;
}
div.untermenu ul li a.menu-list-marked:link, div.untermenu ul li a.menu-list-marked:visited, div.untermenu ul li a.menu-list-marked:focus, div.untermenu ul li a.menu-list-marked:hover, div.untermenu ul li a.menu-list-marked:active,
div.untermenu ul li a:focus, div.untermenu ul li a:hover, div.untermenu ul li a:active {
  color: #C20158;
}
div.untermenu ul li strong {
  color: #C20158;
}

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


#zusatzinfo {
  position: absolute;
  top: 102px;
  right: 210px;
  height: 16px;
  padding: 3px 10px 3px 10px;
  border: 1px solid rgb(227,0,103);
  border-bottom: 0;
  font-size: 11px;
}
#zusatzinfo a:link, #zusatzinfo a:visited {
  color: black;
}
#zusatzinfo a:hover, #zusatzinfo a:focus, #zusatzinfo a:active {
  color: rgb(227,0,102);
}


#datum {
  position: absolute;
  top: 105px;
  right: 20px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  color: rgb(89,89,89);
}

#suche {
  position: absolute;
  top: 122px;
  right: 14px;
  width: 150px;
  height: 18px;
  padding: 2px 0 0 30px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/_templates/shared/images/hg-suche-awesa.gif);
  font-size: 11px;
  font-weight: bold;
  color: rgb(89,89,89);
}
#suche fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#suche legend {
  display: none;
}
#suche label {
  display: none;
}
#term {
  width: 146px;
  height: 16px;
  border: 0;
}

#w {
  position: absolute;
  top: 152px;
  left: 792px;
  font-size: 11px;
  color: rgb(51,51,51);
}

#links {
  position: relative;
  width: 210px;
  margin-right: 19px;
  margin-top: 20px;
  float: left;
}
#links .headline1 , #links .headline3{
  position: relative;
  width: 204px;
  height: 18px;
  padding: 4px 0 0 6px;
  background-repeat: no-repeat;
  background-image: url( "/_templates/shared/images/hg-startseite-h1-kurz.gif" );
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: block;
}
#links .headline3 {
  background-image: url( "/_templates/shared/images/hg-news-h3-kurz.gif" );
  color: black;
}
#links .headline3 a:link, #links .headline3 a:visited , #links .headline3 a:hover, #links .headline3 a:focus , #links .headline3 a:active {
  position: relative;
  width: 200px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url( "/_templates/shared/images/hg-news-h3-link.gif" );
  color: black;
  display: block;
}
#links .headline3 a:hover, #links .headline3 a:focus , #links .headline3 a:active {
  background-image: url( "/_templates/shared/images/hg-news-h3-link-hover.gif" );
  color: rgb(227,0,102);
}

#links div.rahmen, #links div.rahmen2 {
  position: relative;
  border: 1px solid rgb(214,214,214);
  padding: 5px;
  margin-bottom: -12px;
  font-size: 11px;
}
div.rahmen .headline2, div.rahmen .headline2 {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: black;
}
div.rahmen2 a:link, div.rahmen2 a:visited {
  color: black;
}
div.rahmen2 a:hover, div.rahmen2 a:focus, div.rahmen2 a:active {
  color: rgb(227,0,102);
}

div.termin {
  position: relative;
  margin: 0 0 7px 0;
  font-size: 11px;
}
div.termin a:link, div.termin a:visited {
  color: black;
}
div.termin a:hover, div.termin a:focus, div.termin a:active {
  color: rgb(227,0,102);
}
#latestComments div.termin {
  border-top: 1px solid #EEE;
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
}
#latestComments div.termin:first-child {
  border: 0;
}
strong.b {
  width: 40px;
  height: 24px;
  display: block;
  float: left;
}
div.rahmen img {
  margin: 0 7px 3px 7px;
}

#mitte {
  position: relative;
  width: 540px;
  min-height: 534px;
  margin-right: 14px;
  margin-top: 20px;
  line-height: 140%;
  float: left;
}

#mitte .headline1 {
  position: relative;
  width: 526px;
  height: 23px;
  padding: 4px 0 0 8px;
  background-repeat: no-repeat;
  background-image: url( "/_templates/shared/images/hg-startseite-h1-lang.gif" );
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: block;
}

#mitte .headline3 {
  position: relative;
  margin-bottom: 3px;
}

div.adinline, div.adinline-newsdetail {
  position: relative;
  width: 528px;
  margin: 15px 0 15px 0;
  font-size: 11px;
  color: rgb(51,51,51);
  text-align: right;
}
div.adinline  img {
  margin-top: 5px;
}
div.adinline-newsdetail {
  margin: 0 0 15px 0;
}
#adright2 {
  position: relative;
  width: 180px;
  float: left;
}
#adright2 img {
  margin-bottom: 7px;
}
a.w:link, a.w:visited {
  color: black;
}
a.w:hover, a.w:focus, a.w:active {
  color: rgb(227,0,102);
}

#fuss2 {
  position: relative;
  width: 963px;
  margin-top: 25px;
  padding: 5px 0 10px 0; 
  border-top: 1px solid rgb(153,153,153);
  color: rgb(102,102,102);
}
#fuss21, #fuss22, #fuss23, #fuss24 {
  position: relative;
  width: 220px;
  padding: 1px 10px 5px 10px; 
  border-right: 1px solid rgb(153,153,153);
  line-height: 140%;
  color: rgb(102,102,102);
  float: left;
}
#fuss24 {
  border: 0;
}
#fuss21 .headline, #fuss22 .headline , #fuss23 .headline , #fuss24 .headline {
  color: rgb(102,102,102);
}
#fuss21 a:link, #fuss21 a:visited, #fuss22 a:link, #fuss22 a:visited, #fuss23 a:link, #fuss23 a:visited, #fuss24 a:link, #fuss24 a:visited  {
  color: rgb(102,102,102);
}
#fuss21 a:hover, #fuss21:focus , #fuss21 a:active, #fuss22 a:hover, #fuss22:focus , #fuss22 a:active, #fuss23 a:hover, #fuss23:focus , #fuss23 a:active, #fuss24 a:hover, #fuss24:focus , #fuss24 a:active  {
  color: rgb(227,0,102);
}

#fuss , #fuss-2{
  position: relative;
  width: 984px;
  height: 23px;
  padding: 2px;
  /*background-color: rgb(227,1,103);*/
  background-repeat: no-repeat;
  background-image: url( "/_templates/shared/images/hg-fuss-awesa.png" );
  font-size: 11px;
  color: white;
  text-align: center;
}
#fuss-2 {
  margin: 0 auto 0;
}


div.news {
  position: relative;
  width: 534px;
  background-repeat: repeat-y;
  background-position: top right;
  background-image: url( "/_templates/shared/images/hg-news.gif" );
}

div.news2 {
  position: relative;
  width: 518px;
  padding: 5px;
  border: 1px solid rgb(204,204,204);
}
div.topnews {
  border: 1px solid rgb(227,1,103);
}
div.news2 img {
  margin: 0 7px 0 7px;
}
div.news2 .headline3 {
  font-size: 13px;
  font-weight: bold;
  color: rgb(51,51,51);
}
div.news2 .headline2 {
  margin: 2px 0 5px 0;
  font-size: 15px;
  font-weight: bold;
  color: rgb(191,0,88);
}
div.news2-2 {
  padding-top: 25px;
}

div.newscat {
  position: absolute;
  top: 0;
  left: 0;
  width: 518px;
  padding: 3px 5px 3px 5px;
  background-color: rgb(235,235,235);
  font-size: 13px;
  font-weight: bold;
  color: rgb(102,102,102);
}
div.newsdate {
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 11px;
  font-weight: normal;
  color: rgb(102,102,102);
}
div.newseo {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
}
div.newsfuss {
  position: relative;
  width: 534px;
  height: 4px;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-image: url( "/_templates/shared/images/hg-fuss-news.gif" );
}

div.comment {
  position: relative;
  margin: 5px 0 0 0;
}
div.commentinfo {
  position: relative;
  margin-bottom: 4px;
  font-size: 12px;
}
div.comment-toggle {
  position: relative;
  height: 25px;
  margin-top: -15px;
  margin-bottom: 8px;
  cursor: pointer;
  background-image: url(/_templates/shared/images/hg-comment-toggle.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
div.comment .headline4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
div.commentcomment {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 11px;
  color: #555555;
}

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;
}
div.image-center img, div.image-left img, div.image-right img, div.image img {
  margin: 0;
}

/* 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) ")";
}

#logoutbutton {
  display: none;
}

/* By Cybox Zeile */

div.by-cybox {
   position: relative;
   width: 983px;
   padding: 0 11px 2px 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #CCCCCC;
   margin: 0 auto 0;
   text-align: right;
}
span.by-cybox {
   color: #AAAAAA;
   font-size: 11px;
   font-weight: normal;
}
a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
font-size: 11px;
   color: #AAAAAA;
   font-weight: normal;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: #999999;
}
a.cybox-links:link, a.cybox-links:visited, a.cybox-links:hover, a.cybox-links:focus, a.cybox-links:active {
font-size: 11px;
   color: #CCCCCC;
   font-weight: normal;
   cursor: default;
}
