.user_select_none {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  list-style: none;
}
.yanone {
  font-family: arial, serif;
}
html {
  background: #f6f7f9 url(/imgcss/bg.jpg) no-repeat center top scroll;
}
body {
  margin-top: 140px;
  color: #222;
  line-height: 1.5;
  font: 12px/1.5 Arial, Tahoma, Helvetica, sans-serif;
}
/* TOPBAR */
div#topbar-outer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(/imgcss/header.png) center top no-repeat;
  display: table;
  width: 100%;
}
div#topbar-inner {
  margin: 0 auto;
  width: 1008px;
}
/* TOPBAR */
div#header {
  margin: 0 auto 0 auto;
  width: 992px;
  padding: 0 8px;
  height: 284px;
  position: relative;
  display: block;
}
div#wrapper {
  background-color: #fff;
}
y-div.pullup {
  position: relative  !important;
  margin-top: -55px !important;
}
div.pullup {
  position: relative  !important;
  width: 520px;
  margin: -75px -16px 0 0 !important;
  padding-top: 20px;
  float: left;
}
a-article {
  width: 520px;
  float: left;
  position: static;
  margin-right: -16px;
  margin-top: -55px;
}
/* colors&styles */
div.topbar-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fbfbfb;
  height: 50px;
  border-bottom: 1px solid #EEE;
}
div#nav {
  /*background-color:#6F3F3B;*/

  /*background:url(http://dummyimage.com/234/300/6F3F3B&text=sidenavigation) center center ;*/

  min-height: 300px;
}
.itemXXX {
  background: #6f3f3b url(http://dummyimage.com/234/50/0ff) center center;
  height: 50px;
  margin-bottom: 16px;
}
.aside {
  background-color: #4E2D1E;
  /* background-color:#fff; */

}
/* DEFAULTS */
h1 {
  font-weight: normal;
  font-size: 31px;
  color: #83a809;
  text-shadow: 1px 0px 0px #83a809;
  font-family: arial, serif;
}
h4, h5, h6 {
  margin: 0;
  padding: 0;
}
.green {
  color: #83a809;
}
.blue {
  color: #56748a;
}
h1 {
  font-size: 20px;
  line-height: 40px;
}
p {
  margin: 18px 0;
}
.contenttitle {
  height: 55px;
}
.contenttitle h1 {
  font-size: 20px;
  line-height: 30px;
}
.content a, .content a:visited {
  color: #83a809;
  font-weight: bold;
  background: url(/imgcss/anchor.png) no-repeat left;
  padding: 0 0 0 12px;
}
a, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*HELPERS*/
.zeromp {
  margin: 0;
  padding: 0;
}
/* und auch für UL ohne styles zB für Menüs: */
ul.zeromp {
  list-style-type: none;
}
ul.zeromp ul {
  margin: 0;
  padding: 0;
}
ul.zeromp ul {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}
.boxborder {
  border-color: #EEE #DFDFDF #DFDFDF #EEE;
  border-style: solid;
  border-width: 1px;
}
/* Header Weather */
div#header-weather {
  background: url(/imgtmp/weather_bg.png) no-repeat;
  width: 244px;
  height: 94px;
  bottom: 3px;
  position: absolute;
  margin: -8px -8px 8px -8px;
  padding: 8px 0 0 8px;
}
div#header-weather img {
  height: 40px;
  width: 40px;
  margin: 6px 0 0 11px;
  float: left;
}
span#header-weather-desc {
  display: block;
  float: left;
  margin: 18px 0 0 18px;
  color: #fff;
}
span#header-weather-title {
  display: block;
  clear: both;
  height: 41px;
  color: White;
  font-size: 17px;
  margin: 0 0 0 12px;
  padding: 12px 0 0 0;
}

