@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-y;
  background-color: #333;
  color: #999;
  background-image:url(images/bg_stripe.jpg);
  background-position:center;
      margin-left: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: #fff;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #5d5d5d;
}
a:active {
	color: #fff;
}
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.2em;
  margin: 0 0 0.5em 0;
}

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

h3 {
  color: #fff;
  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: #000;
  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.png);
  height: 180px;
  margin-bottom: 0px;
}



/** Sidebar
---------------------------------------------------------- */
#sidebar {
  float: left;
  width: 260px;
  margin: 0 0 50px 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: #fff;
  display: block;
  text-align: right;
  line-height: normal;
  width: 203px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav strong {
  text-decoration: none;
  font-weight:100;
  color: #000;
  background-color: #fff;
}
#aufgerufen {
  color: black;
  font-size: 14px;
  background-color: #92d31a;
  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 black;
  border-top: 2px solid black;
}


/** 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: #92d31a;
  background-color: black;
  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;
}

.leftbox {
  margin-left: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 0px;
  float:left;
}

.rightbox {
  margin-left: 5px;
  margin-bottom: 0;
  margin-right: 0px;
  margin-top: 0;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 0px;
  float:right;
}


/** 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: #92d31a;
  background-color: #000;
  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: #000;
  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: #000;
  background-color: #fff;
  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-top: 5px;
}

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

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

.tv {
  margin-bottom: 3px;
}

.pubh2grey {
	color: #ccc;
}

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

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

input.color {
  background-color: #999;
  color:black;
  border: none;
  line-height: 1.2em;
  font-size: 1.2em;
}

textarea.color {
  background-color: #999;
  font-family: "Lucida Grande", Helvetica, Arial;
  border: none;
  color:black;
  line-height: 1.2em;
  font-size: 1.2em;
}

/** Fußzeile
---------------------------------------------------------- */
p#footer {
  background-color: #000;
  color: #999;
  font-size: .9em;
  text-align: left;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 10px;
  margin-left: 245px;
  clear: both;
}

#footer a {
  color: #5d5d5d;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #999;
  text-decoration: underline;
  font-weight:100;
}

.footer_right {
 margin-left: 200px;
}


/** Aktueller Beitrag 1
---------------------------------------------------------- */
div#aktuell {
  font-size: 12px;
  color: #a2a2a2;
  background-color:#fff;
}

#aktuell h3 {
	font-weight:100;
	color: #ccc;
	  font-size: 1em;
}

.h3aktuell {
	color: #92d31a;
}

#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: #999;
}

