/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*   CSS-Datei - (c) sascha.hagemann@digitalkombinat.net
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*   HTML und BODY
/*----------------------------------------------------------------------------*/

html {
  padding: 0em;
  background-image: url(img/body_hg.gif);
  background-repeat: repeat;
}

body {
  padding: 0em;
  margin: auto;
  width: 900px;
  border: 0px solid red;
}

/*----------------------------------------------------------------------------*/
/*   Text (normale <p>, <h1>, etc. Tags)
/*----------------------------------------------------------------------------*/

/*-- Fließtext <p> DUNKELGRÜN --*/
p {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  font-weight: normal;
  color: #003300;
}

/*-- Überschrift <h2> DUNKELGRÜN --*/
h2 {
  font-family: arial, sans-serif;
  font-size: 14pt;
  line-height: 16pt;
  font-weight: bold;
  font-style: normal;
  color:#003300;
}

/*-- Überschrift WEISS --*/
h3 {
  font-family: arial, sans-serif;
  font-size: 12pt;
  line-height: 12pt;
  font-weight: bold;
  color: white;
  font: bold 120%/1.1 Arial, serif;
}

/*-- Überschrift <a class='h1'> DUNKELGRÜN --*/
a.h1 {
  font-family: arial, sans-serif;
  font-size: 15pt;
  line-height: 18pt;
  font-weight: bold;
  text-decoration: underline;
  color: #003300;
  /*font: bold 120%/1.1 Arial, serif;*/
}

/*-- Überschrift Startseite <a class='h2'> DUNKELGRÜN --*/
a.h2 {
  font-family: arial, sans-serif;
  font-size: 11pt;
  line-height: 15pt;
  font-weight: normal;
  font-style: normal;
  color:#003300;
}

/*----------------------------------------------------------------------------*/
/*   Links I (Normale Links, im Fließtext)  ->  class='link'
/*----------------------------------------------------------------------------*/

a.link, a.link:visited, a.link:active {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  text-decoration: underline;
  color: #003300;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.link:hover {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  text-decoration: none;
  color: white;
  background-color: #003300;
}

/*----------------------------------------------------------------------------*/
/*   Links II (Navigation)  ->  class='link2'
/*----------------------------------------------------------------------------*/

a.link2, a.link2:visited, a.link2:active {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  text-decoration: underline;
  color: white;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.link2:hover {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  text-decoration: none;
  color: #003300;
  background-color: white;
}

/*--- Links III (Navigation GROSS) ->  ->  class='link3' ---*/

a.link3, a.link3:visited, a.link3:active {
  font-family: arial, sans-serif;
  font-size: 15pt;
  line-height: 22pt;
  text-decoration: none;
  font-weight: bold;
  color: white;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 0px solid red;
}

a.link3:hover {
  font-family: arial, sans-serif;
  font-size: 15pt;
  line-height: 22pt;
  text-decoration: none;
  font-weight: bold;
  color: #003300;
  background-color: white;
}

/*----------------------------------------------------------------------------*/
/*   Links IV (Sub-Navigation)  ->  class='link4'
/*----------------------------------------------------------------------------*/

a.link4, a.link4:visited, a.link4:active {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  text-decoration: underline;
  color: red;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.link4:hover {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  text-decoration: none;
  color: #003300;
  background-color: white;
}

/*----------------------------------------------------------------------------*/
/*   Links V (Sub-Navigation)  ->  class='link5'
/*----------------------------------------------------------------------------*/

a.link5, a.link5:visited, a.link5:active {
  font-family: arial, sans-serif;
  font-variant: small-caps;
  font-size: 11pt;
  line-height: 14pt;
  text-decoration: underline;
  color: white;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  letter-spacing: 0.5pt;
}

a.link5:hover {
  font-family: arial, sans-serif;
  font-variant: small-caps;
  font-size: 11pt;
  line-height: 14pt;
  text-decoration: none;
  color: #003300;
  background-color: white;
  letter-spacing: 0.5pt;
}

/*----------------------------------------------------------------------------------------------------*/
/*   LINKS IV (Grafiken)  ->  Rand bei Grafik-Links unterdrücken  ->  <img src='' id='grafiklink'>
/*----------------------------------------------------------------------------------------------------*/

.grafiklink {
  border-style: none;
  padding: 0px;
}

/*----------------------------------------------------------------------------*/
/*   Links V (Fußzeile)  ->  class='link_fusszeile'
/*----------------------------------------------------------------------------*/

a.link_fusszeile, a.link_fusszeile:visited, a.link_fusszeile:active {
  font-family: arial, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  text-decoration: underline;
  color: white;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.link_fusszeile:hover {
  font-family: arial, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  text-decoration: none;
  color: #003300;
  background-color: white;
}

a.text_fusszeile {
  font-family: arial, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  color: white;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/*----------------------------------------------------------------------------*/
/*   Links VI (Anker-Links "zurück nach oben")  ->  class='anker'
/*----------------------------------------------------------------------------*/

a.link_anker, a.link_anker:visited, a.link_anker:active {
  font-family: arial, sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  text-decoration: underline;
  color: #003300;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.link_anker:hover {
  font-family: arial, sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  text-decoration: none;
  color: white;
  background-color: #003300;
}

/*----------------------------------------------------------------------------*/
/*   D I V s
/*----------------------------------------------------------------------------*/

/*-----------------------------*/
/* DIV - Inhalt: Gesamte Bühne
/*-----------------------------*/

.buehne {
  width: 900px;
  height: 555px;
  border: 0px solid yellow;
}

/*--------------------------*/
/* DIV - Kopfzeile mit Logo
/*--------------------------*/

.kopfzeile {
  width: 670px;
  height: 120px;
  margin-top: -3px;
  padding-left: 175px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-image: url(img/kopfzeile.gif);
  background-repeat: no-repeat;
  background-position: center;*/
  border: 0px solid red;
  float: left;
}

/*------------------------------*/
/* DIV - Kopfzeile: Überschrift
/*------------------------------*/

#kopfzeile_ueberschrift {
  text-align: left;
  margin-top: 25px;
  padding-left: 30px;
  width: 500px;
  height: 30px;
  border: 0px solid blue;
  float: left;
}

/*-- IE-Umbrüche am Tag-Beginn unterdrücken --*/
#kopfzeile_ueberschrift h3 {
  margin: 0em;
  padding: 0em;
}

/*-----------------------*/
/* DIV - Kopfzeile: Text
/*-----------------------*/

#kopfzeile_text {
  text-align: left;
  margin-top: 0px;
  padding-left: 30px;
  width: 500px;
  height: 80px;
  border: 0px solid blue;
  float: left;
}

/*-- IE-Umbrüche am Tag-Beginn unterdrücken --*/
#kopfzeile_text h1 {
  margin: 0em;
  padding: 0em;
}

/*---------------------------------------------------------*/
/* DIV - Werbespalte (Rechts)
/*---------------------------------------------------------*/

.spalte {
  float: left;
  text-align: left;
  width: 120px;
  margin-left: 15px;
  padding-top: 20px;
  border: 0px solid blue;
}

/*---------------------------------------------------------*/
/* DIV - Arminia Twitterfeld
/*---------------------------------------------------------*/

div.arminiatwitterfeld {
  border: 1px solid white;
  padding: 5px;
  text-align: center;
}

div.arminiatwitterfeld h3 {
  font-family: arial, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
  padding-top: 0px;
}

div.arminiatwitterfeld h3 a {
  text-decoration: underline;
  color: white;
}

div.arminiatwitterfeld ul {
  margin: 0em;
  padding-left: 0em;
}

div.arminiatwitterfeld ul li {
  list-style-type: none;
  list-style-position: inside;
  padding: 0px;
  margin: 0px 0px 15px 0px;

  font-family: arial, sans-serif;
  color: white;
  font-size: 11px;
  line-height: 13px;
}

div.arminiatwitterfeld ul li span {
  display: block;
}

div.arminiatwitterfeld ul li a {
  font-family: arial, sans-serif;
  color: white;
  font-size: 85%;
}

/*---------------------------------------------------------*/
/* DIV - für den Link "zurück nach oben"
/*---------------------------------------------------------*/

.anker {
  float: left;
  text-align: right;
  width: 468px;
  border: 0px solid blue;
}

/*---------------------------------------------------------*/
/* DIV - Navigation (Links)
/*---------------------------------------------------------*/

.navigation {
  float: left;
  text-align: right;
  width: 200px;
  padding-right: 15px;
  padding-top: 20px;
  margin-left: 0px;
  border: 0px solid red;
  vertical-align: baseline;
}

/*--------------------------------------------------------------------*/
/* Einzelne Navigations-Elemente: Positionierung Link-Text zur Grafik
/*--------------------------------------------------------------------*/

.navi_text {
  text-align: right;
  border: 0px solid red;
  float: right;
  height: 30px;
}

.navi_grafik {
  text-align: right;
  border: 0px solid red;
  float: right;
  height: 30px;
  margin-left: 5px;
}

.navi_rahmen {
  width: 200px;
  text-align: right;
  border: 0px solid blue;
  overflow: visible;
  float: right;
  margin-top: 3px;
}

.unternavi_rahmen {
  text-align: right;
  border: 0px solid red;
  overflow: visible;
  float: right;
  margin-top: 6px;
  margin-bottom: 6px;
}

/*-- IE-Umbrüche am Tag-Beginn unterdrücken --*/
#navigation1 a {
  margin: 0em;
  padding: 0em;
}

#navigation2 a {
  margin: 0em;
  padding: 0em;
}

#navigation3 a {
  margin: 0em;
  padding: 0em;
}

#navigation4 a {
  margin: 0em;
  padding: 0em;
}

/*-------------------------------*/
/* DIV - Inhalt: Gesamter Rahmen
/*-------------------------------*/

.inhalt_kopf {
  text-align: left;
  width: 495px;
  height: 10px;
  overflow: hidden;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 15px;
  margin-top: 0px;
  background-image: url(img/buehne_oben.gif);
  background-repeat: no-repeat;
  background-position: top left;
  border: 0px solid red;
  float: left;
}

.inhalt {
  text-align: left;
  width: 495px;
  /*min-height: 370px; -------- nur für Opera, Mozilla, Netscape - IE interpretiert es nicht */
  overflow: visible;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 15px;
  margin-top: 0px;
  background-image: url(img/buehne_mitte.gif);
  background-repeat: repeat;
  background-position: top left;
  border: 0px solid red;
  float: left;
}

.inhalt_fuss {
  text-align: left;
  overflow: hidden;
  width: 495px;
  height: 10px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 15px;
  margin-top: 0px;
  background-image: url(img/buehne_unten.gif);
  background-repeat: no-repeat;
  background-position: top left;
  border: 0px solid red;
  float: left;
}

/*---------------------------*/
/* DIV - Inhalt: Überschrift
/*---------------------------*/

#inhalt_ueberschrift {
  text-align: left;
  width: 425px;
  height: 25px;
  padding-bottom: 10px;
  border: 0px solid green;
  float: left;
}

/*-- IE-Umbrüche am Tag-Beginn unterdrücken --*/
#inhalt_ueberschrift h2 {
  margin: 0em;
  padding: 0em;
}

/*--------------------------------*/
/* DIV - Inhalt: Text LINKE SEITE
/*--------------------------------*/

#inhalt_text_links {
  width: 480px;
  /*height: 250px;*/
  float: left;
  border: 0px dotted #000033;
  overflow: hidden;
}

/*-- IE-Umbrüche am Tag-Beginn unterdrücken --*/
#inhalt_text_links p {
  margin: 0em;
  padding: 0em;
}

/*---------------------------------*/
/* DIV - Inhalt: Text RECHTE SEITE
/*---------------------------------*/

#inhalt_text_rechts {
  margin-left: 70px;
  width: 320px;
  height: 260px;
  float: left;
  border: 0px dotted #000033;
  overflow: hidden;
}

/*-- IE-Umbrüche am Tag-Beginn unterdrücken --*/
#inhalt_text_rechts p {
  margin: 0em;
  padding: 0em;
}

/*---------------------------------*/
/* DIV - Inhalt: Bild RECHTE SEITE
/*---------------------------------*/

#inhalt_bild_rechts {
  margin-left: 40px;
  width: 360px;
  height: 260px;
  float: left;
  border: 0px dotted #000033;
  overflow: hidden;
}

/*----------------*/
/* DIV - Fußzeile
/*----------------*/

.fusszeile {
  float: left;
  text-align: right;
  width: 495px;
  height: 20px;
  padding-left: 30px;
  border: 0px solid red;
  padding-right: 0px;
}

.fusszeile_links {
  float: left;
  text-align: right;
  width: 430px;
  height: 20px;
  padding-left: 5px;
  border: 0px solid blue;
  padding-right: 0px;
}

.sitemeter {
  float: left;
  text-align: right;
  height: 20px;
  padding-top: 4px;
  border: 0px solid green;
  padding-right: 5px;
}

/*----------------*/
/* <hr>
/*----------------*/

hr {
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
}

/*----------------------------------------------------------------------------*/
/*   Ende
/*----------------------------------------------------------------------------*/
