html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family:Tahoma,verdana,sans-serif;
  font-size: 13px;
  line-height: 20px;
  vertical-align: baseline;
  background: transparent;
  text-align: justify;
  color: black;
}

.nocss {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

small {
  font-size: 75% !important;
}

body {
  text-align: center;
  color: white;
  font-family: Tahoma, Verdana, sans-serif;
  text-align: center;
  background:  url("../images/header_neu.jpg") no-repeat scroll center top #AFCE0A;
}

@media screen and (max-width: 1200px) { /* Specific to this particular image */
  body {
  background:  url("../images/header_neu.jpg") no-repeat scroll -415px top #AFCE0A;
  }
}

body * {
  font-size: 100.01%;
}

#wrapper {
  margin: 15px auto;
  width: 1195px;
  background: #fff;
  text-align: left;
  padding: 10px 0;
  border-radius: 10px;
}


/* HEADER */
#header {
  background: transparent;
  height: 285px;
  margin: 0 auto;
}


#headerTop {
  color: black;
  width: 1195px;
  margin: 0 auto;
}

#metaNav {
  float: right;
  margin: 0 0 0 20px;
  padding: 12px 0 25px 24px;
  line-height: 1.35em;
  list-style-type: none;
}

#metaNav a, a:visited, a:active {
  color: black;
  text-decoration: none;
}

#metaNav a:hover {
  text-decoration: underline;
}

#metaNav li {
  padding: 0 0 0 10px;
  float: left;
}

#pagebody {
  background-color: #FFFFFF;
  min-height: 400px;
}

pagebody-inner {
  clear: both;
}

nav {
  background-color:white;
   margin-bottom: 20px;
}

nav ul {
  list-style: none outside none;
  text-align: justify;
  width: 100%; 
  margin: 0 5px;
}
nav ul li {
  display: inline;
  margin: 0 8px;
}

#sidebar_left {
  width: 50px;
  float: left;
  min-height:100px;
}

#content {
  width: 785px;
  float: left;
  min-height:100px;
}

#sidebar_right {
  width:  195px;
  float:right;
  min-height:100px;

}

footer {
  background-color: white;
  clear:both;
  padding-top: 35px;
}

#footer-top img {
  margin: 0 10px;
}

.textredround {
  background: none repeat scroll 0 0 #9D0200;
  border-radius: 15px;
  padding: 30px;
  color: white;
  width: 720px;
}

.textredround h1 {
  line-height: 1.5em;
}

.textredround h1,p {
  color: white;
}

#toptip {  background: url("../images/TopTipp/EULE-TopTipp_Button_ohne_185.png") no-repeat scroll 0 0 #83B721; }
.toptip {
  background-color: #83B721;
  border-radius: 6px;
  box-shadow: 3px 3px 2px #404040;
  color: #FFFFFF !important;
  margin: 30px 2px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 184px;
}

.toptip h2 {
  color: #FFFFFF;
  font-weight: normal;
  margin-left: 10px;
  padding: 0;
}

.toptip h3 {
    color: #FFFFFF;
    font-size: 0.9em !important;
    font-weight: normal;
    margin: 0 10px;
}

.toptip img {
  margin: 0;
  margin-left: 10px;
  position: relative;
  top: -25px;
}

#toptip p {
  height: 50px;
}

#toptip a {
  color:  white;
  text-decoration: none;
}