
body
{
  background-color: #E3F0EF;
  background-image: url("bg.jpg");
  font-family: arial;
  font-size: 1em;/*0.875em;*/ /* 14px */
  margin: 0;
    text-align: center;
}

.wrapper {
    margin: 0 auto;
    width: 972px;
    text-align: left;
}

/* header */

#header
{
  width:972px;
  height: 125px;
  background-color: #fff;
  background-image: url("");
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sprache
{
  margin-left: 829px;
  color: #007676;
    font-size: 0.75em;
}
#sprache a
{
  text-transform: uppercase;
  color: #007676;
  font-size: 1.0em; /*12px;*/
}

#header-logo
{
  width: 66px;
  height: 105px;
  background-image: url("weed_logo.png");
  margin-left: 15px;
  margin-top: -7px;
}

#header-schriftzug
{
  width: 501px;
  height: 66px;
  background-image: url("weed_schriftzug.png");
  margin-left: 130px;
  margin-top: -95px;
}

#jetzt-spenden
{
  background-color: #ed8140;
  width: 235px;
  height: 30px;
  margin-top: -35px;
  margin-left: 730px;
}
#jetzt-spenden a
{
  text-decoration: none;
  text-transform: none;
  font-size: 0.875em; /* 14px */
}
#jetzt-spenden a:hover
{
  text-decoration: underline;
}

#mitglied-werden
{
  background-color: #007676;
  width: 235px;
  height: 30px;
  margin-top: 5px;
  margin-left: 730px;
}
#mitglied-werden a
{
  text-transform: none;
  font-size: 0.875em; /* 14px */
}
#mitglied-werden a:hover
{
  text-decoration: underline;
}

#jetzt-spenden a, #mitglied-werden a
{
  color: #fff;
  line-height: 1.875em; /*30px*/
  text-align: center;
  text-decoration: none;
  display: block;
}

#schatten
{
  width: 972px;
  height: 10px;
  background-image: url("schatten_head.png");
  background-repeat: repeat-x;
  margin: 0;
}

/* leiste oben */

#leiste-oben
{
  height: 40px;
  width: 792px;
  margin: 4px 0 2px 0;
}

#leiste-oben a
{
  margin-left: 10px;
  color: #007776;
  font-size: 0.875em; /*14px;*/
  line-height: 1.875em; /*30px*/
  text-decoration: none;
  text-transform: none;
}
#leiste-oben a:hover
{
  text-decoration: underline;
}

#twitter, #facebook, #youtube, #rss
{
  display: inline-block;
  margin-top: 0px;
  position: absolute;
}

#twitter a
{
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("weed_twitter.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: -30px;
  margin-left: 565px;
}

#facebook a
{
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("icons_social_media.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: -30px;
  margin-left: 605px;
}

#youtube a
{
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("icons_social_media.png");
  background-repeat: no-repeat;
  background-position: 0px -50px;
  margin-top: -30px;
  margin-left: 645px;
}

#rss a
{
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("icons_social_media.png");
  background-repeat: no-repeat;
  background-position: 0px -100px;
  margin-top: -30px;
  margin-left: 685px;
}

#suche input[type="text"]
{
  margin-left: 730px;
  margin-top: -29px;
  height: 20px;
  width: 180px;
  position: absolute;
  border: 1px solid #99CCCD;
  color: #333;
}
#suche input[type="submit"]
{
  margin-left: 913px;
  margin-top: -26px;
  position: absolute;
  border: none;
  background-color: #E3F0EF;
  font-size: 0.75em;/*12px;*/
  color: #007776;
  text-transform: uppercase;
}


/* Navigation/ Menü links */

#linke-seitenleiste {
  float: left;
  width: 200px;
  margin: 0 14px 0 10px;
}

#navi {
  width: 200px;
  background-color: #E3F0EF;
}

#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navi ul li a {
  display: inline-block;
  width: 170px;
  padding: 15px;
}

#navi ul li a {
  font-size: 0.9375em;
  text-decoration: none;
}

#navi ul li a.e0a,
#navi ul li a:hover {
  background-color: #8bc1c0;
  color: #fff;
}

#navi ul ul.sub li a.e1a,
#navi ul ul.sub li a:hover {
  text-decoration: underline;
  background-color: #E3F0EF;
  color: #007676;
}

#navi ul ul.sub li a {
  font-size: 0.8em;
  padding: 8px 15px;
}

#navi ul ul.sub2 {
  margin: 0 6px;
  background-color: #fff;
}

#navi ul ul.sub2 li a {
  width: 153px;
  font-size: 0.7em;
  padding: 8px 15px 8px 20px;
}

#navi ul ul.sub2 li a.e2a,
#navi ul ul.sub2 li a:hover {
  background-color: #fff;
  background: #fff url('pfeil_menue.png') no-repeat 10px center;
}

#navi ul li.e0a {
  border-bottom: 1px solid #8BC1C0;
}

/* content */

#content
{
  width: 972px;
  background-color: #fff;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 20px;
}

#content p
{
  line-height: 1.5em; /*24px*/
}

#inhalt
{
  float: left;
  margin: 0;
  width: 489px;
  background-color: #fff;
  overflow-x: hidden;
}
#article
{
  padding: 10px 10px 10px 10px;
}

#content-innen img
{
  width: 130px;
  height: 40px;
  display: inline;
}

#content-innen p, #content-innen a
{
  float: left;
}

.beitrag
{
  padding-bottom: 10px;
}

#leiste-aktuelles
{
  width: 479px;
  height: 24px;
  background-color: #E3F0EF;
  color: #007776;
  font-size: 1.0em; /*16px*/
  line-height: 1.5em; /*24px*/
/*  margin-top: -39px;
  margin-bottom: 0px;
  margin-left: -10px;
  margin-right: 14px; */
  margin: 0 -10px 0 -10px;
  padding: 0 5px 0 5px;
}

#content-aktuelles
{
  padding: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  width: 469px;
}

#content-aktuelles img
{
  width: 130px;
  float: left;
  margin-right: 15px;
}

#alle-meldungen
{
  margin-top: 10px;
  margin-left: 275px;
  text-align: right;
}
#alle-publikationen
{
  margin-top: 10px;
  margin-left: 275px;
  text-align: right;
}

#leiste-publikationen
{
  width: 479px;
  height: 24px;
  background-color: #E3F0EF;
  color: #007776;
  font-size: 1.0em; /*16px*/
  line-height: 1.5em; /*24px*/
/*  margin-top: -30px;
  margin-left: -10px;
  margin-right: 14px; */
  padding: 0 5px 0 5px;
  margin: 0 -10px 0 -10px;
}

#beitrag
{
  margin-top: 20px;
}

#content-publikationen
{
  width: 469px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

#content-publikationen img
{
  width: 130px;
  float: left;
  margin-right: 15px;
}

/* Rechte Seitenleiste Blöcke */

#rechte-seitenleiste
{
  width: 235px;
  float: right;
  margin: 0 10px 0 0;
}

.box-title
{
  width: 215px;
  /*height: 24px;*/
  background-color: #8bc1c0;
  color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  line-height: 1.5em; /*24px*/
  padding: 15px 10px;
  font-size: 0.9375em;
}
.box-title.sidebar {
  margin: -10px 0 0 -10px;
}
.box
{
    width: 215px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 5px 10px;
  background-color: #E3F0EF;
  margin: 0 0 20px 0;
}

.box img
{
  width: 78px;
  float: left;
  margin-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.box h2
{
  font-size: 0.938em; /*15px*/
  font-weight: bold;
}

.box h2 a {
  font-size: 1.0em;
  text-decoration: none;
}

.box h2 a:hover {
  text-decoration: underline;
}

.box p
{
  font-size: 0.75em; /*12px*/
  line-height: 1.375em; /*22px*/
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after { clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

.clearfix { zoom: 1; }

.partner_box
{
  width: 215px;
  background-color: #E3F0EF;
  margin-top: 20px;
  margin-left: 0px;
  padding: 10px;
}

.partner_box h2 {
  color: #007776;
  font-size: 0.9375em;
  font-weight: normal;
}

.partner_box img
{
  width:180px;
  margin-top: 5px;
}

#netzwerke-und-kampagnen,
#kooperationen,
#newsletter
{
  /* width: 215px; */
  background-color: #E3F0EF;
  margin-top: 20px;
  margin-left: 0px;
  padding: 10px;
  color: #007776;
  font-size: 0.9375em;
}
#netzwerke-und-kampagnen .box-title {
  width: 180px;
}
#netzwerke-und-kampagnen img
{
  width:180px;
  margin-top: 5px;
}

#newsletter input[type=text] {
  margin-bottom: 5px;
}

#newsletter p {
  margin-bottom:0;
}

p.nlabo {
  color: #007776;
  font-weight: bold;
}

input.mlabo {
  background-color: #fefedb;
  border: 1px solid #990000;
  color: #000;
  font-weight: bold;
  margin: 5px 0;
  padding: 2px 30px;
  cursor: pointer;
  width: 201px;
  margin: 5px 0;
}
input.mlabo:hover {
  background-color: #fff;
}

#leiste-unten {
  border-top: 1px solid #99CCDD;
  width: 489px;
}

#nach-oben {
  margin-top: 0px;
}

#drucken-versenden {
  margin-left: 304px;
  margin-top: -15px;
}
#drucken-versenden a, #nach-oben a
{
  font-size: 0.875em; /*14px;*/
  text-transform: none;
  text-decoration: underline;
}
#drucken-versenden a:hover, #nach-oben a:hover
{
  text-decoration: none;
}

/* footer */

#footer
{
  width: 972px;
  height: 92px;
  background-color: #007776;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #003E3E;
}

#footer-links a
{
  color: #fff;
  font-size: 0.875em; /*14px;*/
  text-decoration: none;
  text-transform: none;
  margin-left: 10px;
  bottom: 0;
}
#footer-links a:hover
{
  text-decoration: underline;
}

#footer-links
{
  margin-left: 260px;
}


/* Schrift */

h1, h2, h3, h4, h5, h6
{
  color: #007776;
  font-weight: normal;
}

h1 { font-size: 1.4em; /*21px*/}
h2 { font-size: 1.2em; /* 20px */}
h3 {font-size: 1.0em; /* 18px */}
h4 {font-size: 0.875em; /* 17px */}
h5 {font-size: 0.875em; /* 16px */}
h6 {font-size: 0.875em; /* 15px */}

.beitrag h1 {
  font-size: 1.2em;
}

#aw_orderlist_form h2 {
  font-size: 1.1em;
}

#aw_orderlist_form .aw_orderlist_img {
  margin: 0 15px 15px 0;
}

p, #article, #article p
{
  font-size: 0.875em; /*14px*/
  line-height: 1.5em; /* 24px */
  color: #333;
}

strong, b,#article strong, #article b
{
  font-size: 0.938em; /*15px*/
  line-height: 1.5em; /* 24px */
  color: #333;
}

a
{
  text-transform: none;
  color: #007676;
  font-size: 0.75em; /*12px;*/
}
a:hover
{
  text-decoration: none;
}

#inhalt a.more,
a.more {
  /*text-transform: uppercase;*/
  font-size: 0.75em;
  display: block;
  margin-top: -7px;

}

#article a
{
  font-size: 0.875em; /*14px*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: 1.0em;
}

h1 a {
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

/* Artikel: Tabellen, Listen etc. */

.articletable
{
  margin-bottom: 30px;
  margin-top: 10px;
}

#article li
{
  display: list-item;
}
#article ul
{
  list-style: disc;
}
#article ul, #article li, #article ul li p, #article a, #article ol
{
  font-size: 0.938em; /*15px*/
  line-height: 1.188em; /* 19px */
  margin-left: 5px;
}
#article ul, #article li, #article p {color: #333;}
#article a
{
  color: #007676;
  font-size: 0.938em; /*15px*/
  line-height: 1.188em; /*19px*/
  margin-left: 0;
}

td
{
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

td.articlelist.aw_articlelist_abstract a b
{
  color: #007676 !important;
}


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

table
{
  width: 489px;
  vertical-align: center;
  color: #333;
  font-size: 0.938em; /*15px*/
  line-height: 1.188em; /*19px*/
}

#article table {
  font-size: 0.875em;
  max-width: 489px;
  width: auto;
}

#article table p,
#article table a {
  font-size: 1.0em;
}

#adminmain table,
table table {
  width: auto;
}

#aw_orderlist_form table {
  width: auto;
}

#aw_orderlist_form table td {
  padding: 1px;
}

#aw_orderlist_form {
  margin-bottom: 20px;
}

/* Artikel: Bilder */

.AWimagebox
{
  position: relative;
  display: inline;
  margin: 5px;
  max-width: 180px;
  max-height: 410px;
}

.AWimagemarginleft
{
  position: relative;
  float: left;
}

.AWimageright
{
  position: relative;
  float: right;
}

#article img
{
  max-width: 180px;
  height: 100%;
}

#header .country_roads span {
  display: none;
}

#header {
  position: relative;
}

#header .country_roads {
  position: absolute;
  top: 0;
  left: 0;
  width: 725px;
  height: 170px;
}

.front #article {
  display: none;
}

#inhalt a {
  font-size: 1.0em;
}

#content .box p {
  line-height: 1.3em;
}

.box .box-item p {
  word-wrap: break-word;
}

#inhalt #leiste-unten a {
  font-size: 0.75em;
}

#social-media {
  margin-top: 3px;
}

#suche {
  margin-top: 5px;
}

#weed_gegen_spekulationen ul {
    list-style-type: none;
}

#weed_gegen_spekulationen .row {
    margin: 10px 0 10px 0;
}

#weed_gegen_spekulationen label {
  display: inline-block;
  width: 180px;
}

#weed_gegen_spekulationen label.gj_form_radio_label {
    width: auto;
}

#weed_gegen_spekulationen .gj_form_radio_label_replacement {
    display: block;
    margin: 0 0 10px 0;
}

.bfs-resp-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }
.bfs-resp-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
