@import url("norm.css");
@import url("typo.css");
@import url("colors.css");

/*
Allgemein:
========== */
body {
  background-image: url(../imgs/schwarzSchraffur.jpg) ;
  }

h1 {
  margin-top: 60px;
  margin-bottom: 12px;
  }
h2 {
  margin-top: 50px;
  margin-bottom: 12px;
  }
h3 {
  margin-bottom: 12px;
  }
.artikel h2 {
  margin-top: 0;
  }

p   {
  margin-bottom: 12px;
  }

hr {
  height:2px;
  color: #ededed;
  background-color: #ededed;
  border: 0;
  }
.nach_oben {
  clear: both;
  }
.top {
  margin-top: 0px;
  }
.float_right  {
  float: right;
  }
.float_left {
  float: left;
  }
.float_right img {
  padding-left:20px;
  }
.float_left img {
  padding-right:20px;
  }
abbr,
.begriff {
  cursor: help;
  border-bottom: 1px dotted #4F4F4F;
  }

.gdm {
  margin-bottom: 60px;
  }



.pa-bild  {
  float: left;
  width: 174px;
  padding-right:20px;
  }

.pa-bild img {
  margin-bottom: 60px;
  }
.pa-text {
  float: right;
  width:346px;
  }
.fixfloat {
      /* float-Zustände aufheben */
  float: none;
  clear: both;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  height: 1px;
  }
.logo {
  margin: 40px 0 10px ;
  }

.artikel {
  margin-top: 50px;
  }
h1 + .artikel {
  margin-top: 0;
  }

.termin {
  margin-bottom: 12px;
  }
.reihe {
  margin-bottom: 3px;
  }
.box {
  padding: 8px;
  border: 2px solid #ededed;
  margin-bottom: 12px;
  }


/*
Reihenfolge
=========== */
div#wrapper {
  position: relative;
  width: 800px;
  min-height: 800px;
  margin: 10px auto 20px;
  }
div#page {
  margin-top: 30px;
  }
/*
Sidebar
======= */
div#sidebar {
  float: left;
  width: 110px;
  }
div#navi {
  width: 110px;
  padding: 20px;
  margin-bottom: 40px;
  }
div#navi h1 {
      /*Die Überschrift verschwindet aus dem Sichtfeld des Browsers */
  text-indent: -9999px;
  height: 0;
  border:0;
  margin: 0;
  padding:0;
  }

div#navi li {
  text-align: right;
  }
div#navi a {
  display: block;
  padding: 5px 0 ;
  }


a.button {
  position: absolute;
  top: 225px;
  right: 30px;
  background: url(../imgs/Web-Knopf-WsB.png) no-repeat;
  height: 125px;
  width: 125px;
  z-index: 300;
  color: #fff;
  }
a.button:hover {
  background: url(../imgs/Web-Knopf-WsB-grau.png) no-repeat;
  }

a[href$="mp3"] {
  background-color: #6f6f6f;
  color: #fff;
  padding: 1px 2px;
  border: 0;
}
a[href$="mp3"]:hover {
  background-color: #CD007A;
}


div#content {
  position: relative;
  float: right;
  width: 540px;
  padding: 20px 40px;
  min-height: 400px;
  }

div#footer {
  clear: both;
  height: 20px;
  width: 800px;
  }

/*  Seite Newsletter:
    =================   */
label {
  display: inline-block;
  width: 125px;
  }
.url {
  display: none;
  }
.row {
  margin-bottom: 6px;
  }

form,
#newsletter p {
  margin-left: 0px;
  }

input {
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #e7e7e7;
  padding: 2px;
  }

.submit {
  margin-left: 129px;

  color: #fff;

  padding: 5px 10px;
  font-weight: bold;

  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #e7e7e7;

  background-color:#739e45; /* IE */
  background:-moz-linear-gradient(top, #BDCF67, #739e45); /* Firefox */
  background:-webkit-gradient(linear, 0% 0%,0% 100%, from(#BDCF67), to(#739e45));  /* Safari, Chrome */
  }
.submit:hover {
  cursor: pointer;
  }
label.error {
  color: #CD007A;
  width: 500px;
  }
input.error {
  border: 1px solid #CD007A;
  }
