@charset "utf-8";

/**
----------------------------------------------------------
Regeln f‚Äö√†√∂¬¨‚à´r allgemeine Elemente
---------------------------------------------------------- */

/* Alle kritischen Werte instanziieren */
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* Farben und Hintergrund setzen */
body {
  background-repeat: repeat;
  background-image: url(images/bg.jpg);
  background-attachment:fixed;
  color: #5d5d5d;
  background: bg.gif 1px;
}

/* Schriftgr‚Äö√†√∂‚Äö√†√á‚Äö√†√∂‚àö¬∫e kontrollieren */
body, td, th {
  font: normal 80% 	"Lucida Grande", Helvetica, Arial;
}
td, th {
  font-size: 80%;
}

/* Links und Anker */
a:link {
  color: #a2a2a2;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #a2a2a2;
  background-color: transparent;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #5d5d5d;
}
a:active {
  color: #a2a2a2;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}

/* ‚Äö√†√∂‚àö‚à´berschriften */
h1, h2, h3, h4, h5, h6 {
  color: #5d5d5d;
  background-color: transparent;
}
h1 {
  color: #92d31a;
  font-size: 1.5em;
  margin: 0 0 1.5em 0;
}

h2 {
  color: #92d31a;
  margin: 0 0 -.5em 0;
  position: bottom; 
}

h3 {
  color: #5d5d5d;
  font-size: 1.2em;
  margin: 0 0 .5em 0;
}

h4 {
  font-size: 1em;
  margin: 0 0 -.5em 0;
}

/* Abs‚Äö√†√∂¬¨√ütze */
  p {
  margin: .8em 0;
}

/* Bilder */
img {
  vertical-align: bottom;
}


/**
----------------------------------------------------------
Regeln f‚Äö√†√∂¬¨‚à´r besondere Bereiche
---------------------------------------------------------- */

/* Standardm‚Äö√†√∂¬¨√ü‚Äö√†√∂‚àö¬∫ig nicht sichtbare Inhalte zur Erleichterung der
   Orientierung mit assistiven Technologien */
.invisible {
  position: absolute;
  left: -9999px;
}


/** Hauptbereich
---------------------------------------------------------- */
/** Hauptbereich horizontal zentrieren
---------------------------------------------------------- */
div#top {
  background: #ffffff;
  border: 1px solid #a2a2a2;
  border-top: 0;
  width: 800px;
  margin: auto; /* Reicht eigentlich */
}
/* F‚Äö√†√∂¬¨‚à´r kaputte Browser */
body {
  /* Alle Inhalte horizontal zentrieren */
  text-align: center;
}
body * {
  /* Textausrichtung korrigieren */
  text-align: left;
}



/** Header
---------------------------------------------------------- */
#header {
  background-image: url(images/header.jpg);
  height: 260px;
  margin-bottom: 50px;
}



/** Sidebar
---------------------------------------------------------- */
#sidebar {
  float: left;
  width: 260px;
  margin: 0 0 100px 0;
}

/** Navigation
---------------------------------------------------------- */
ul#nav {
  margin: 70px 0 0 0;
  list-style: none;
}
#nav a,
#nav strong {
  font-size: 14px;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-top: 2px;
  color: #92d31a;
  display: block;
  text-align: right;
  line-height: normal;
  width: 203px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav strong {
  text-decoration: none;
  color: white;
  background-color: #92d31a;
}
#aufgerufen {
  color: white;
  font-size: 14px;
  background-color: #e2e2e2;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-top: 2px;
  display: block;
  text-align: right;
  line-height: normal;
  width: 203px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}


/** Content
---------------------------------------------------------- */
div#content {
  margin-left: 205px;
  margin-bottom: 0;
  margin-right: 30px;
  margin-top: 0;
  padding-left: 60px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-top: 20px;
  /* Behebt den 3-Pixel-Textsprung-Bug und andere Bugs im IE 6 */
  height: 1%;  
}
#content h2 {
  color: #5D5D5D;
  background-color: white;
  font-size: 1.0em;
  text-align: left;
  text-transform: uppercase;
}

.image {
  margin-bottom: -60px;
  margin-left: -5px;
  border-left:5px solid #dcdcdc;
  padding: 5px;
}
.abstand {
  margin-left: 75px;
}



/** Index
---------------------------------------------------------- */
.quelle_index {
  margin-right: 10px;
  text-align: left;
  font-size: 0.8em;
  font-style: italic;
  color: #9c9c9c;
  margin-bottom: 20px;
  margin-top: -0.7em;
}



/** Publikationen
---------------------------------------------------------- */

#pub ul li {
display:inline;
}

#pub {
  margin-bottom: 30px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px; 
  font-size: 1.1em;
  height: 20px;
  text-transform: uppercase;
}

#pubaktiv {
  font-weight: bold;
  color: #fff;
  background-color: #e2e2e2;
  margin-bottom: 30px;
  margin-right: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px; 
  font-size: 14px;
  text-transform: uppercase;
}

#pub a {
  font-weight: bold;
  color: #fff;
  background-color: #92d31a;
  margin-bottom: 30px;
  margin-right: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px; 
  font-size: 14px;
  text-transform: uppercase;
}

#pub a:hover,
#pub a:focus,
#pub a:active {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #92d31a;
  background-color: #e2e2e2;
  margin-bottom: 30px;
  margin-right: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px; 
  font-size: 14px;
  text-transform: uppercase;
}

.box {
  padding-right: 2px;
  padding-left: 2px;
  background-color: #e2e2e2;
}

.quelle {
  margin-right: 10px;
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
  color: #9c9c9c;
  margin-bottom: 20px;
  margin-top: -0.7em;
}

.tv {
  margin-bottom: 3px;
}

/** Kontaktformular
---------------------------------------------------------- */
form.kontakt {
  line-height: 2em;
  border: none;
  font-size: 1.2em;
  padding-right: 5px;
  margin-left:5px;
}

fieldset.formular {
  border: none;
  line-height: 2em;
}

input.color {
  background-color: #e2e2e2;
  border: none;
  line-height: 1.5em;
  padding: 0px 5px 0px 5px;
}

textarea.color {
  background-color: #e2e2e2;
  border: none;
  line-height: 1.2em;
  padding: 5px;
}

/** Fu‚Äö√†√∂‚àö¬∫zeile
---------------------------------------------------------- */
p#footer {
  background-color: #e2e2e2;
  color: #e2e2e2;
  font-size: .9em;
  text-align: left;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  clear: both;
}

.footer {
  margin-right: 580px;
  margin-left: 7px;
}


/** Aktueller Beitrag 1
---------------------------------------------------------- */
div#aktuell {
  font-size: 12px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 50px;
  color: #a2a2a2;
  border-top: 50px solid #fff;
}
#aktuell h2 {
  font-weight: bold;
  color: white;
  background-color: #92d31a;
  margin: 0 40px 1em -20px;
  padding: 2px 10px 3px 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}
#teaser {
  padding-left: 20px;
  padding-bottom: 3px;
  padding-right: 10px;
  color: #9c9c9c;
  margin: 0 40px 1em -20px;
  font-size: 1.0em;
}

#aktuell a {
  color: #5d5d5d;
}

#aktuell a:hover,
#aktuell a:active {
  text-decoration: underline;
  color: #a2a2a2;
}