/* ### COLORS ###

blaugrau I        #b4b9bf
blaugrau dunkel   #566f82


*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}
body * {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1 !important;
  min-height: 800px;
}

/* ### STRUKTUR ### */

#wrapper {
  // height: 560px;
  position: relative;
  height: 100%;
  width: 980px;
  margin: 0px auto;
}
#header {
  width: 663px;
  height: 230px;
  margin: 0px auto;
  padding-top: 52px;
  position: relative;
}
*:first-child+html #header {
  padding: 0px;
  height: 282px;
}


#wrapper-content {
  height: 330px;
  margin-top: 18px;
  /* background: #b4b9bf; */
}
#wrapper2-content {
  height: 276px;
  width: 700px;
  position: relative;
  top: 25px;
  left: 141px;
  /* background: #fff; */
}


#content {
  height: 280px;
  width: 700px;
  overflow: auto;
}

#footer {
  position: relative;
  width: 700px;
  padding-top:90px;
  margin: 0px auto;
}

#footer a {
font-size:12px;
color:#000;
font-family:Arial, sans-serif;
text-decoration:none;
padding-left:10px;
text-transform:uppercase;
}

/* ### HEADER ### */

h1 {
  display: block;
  height: 44px;
  background: url('img/h1_bg.png') top right no-repeat;
  text-indent: -9999px;
}
*:first-child+html h1 {
  margin-top: 52px;
}


/* ### MENU ### */

ul {
  list-style-type: none;
  list-style-position: outside;
}

ul.menu {
  display: block;
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}
ul.menu li {
  float: left;
}

ul.menu ul {
  float: left;
  clear: left;
  position: absolute;
  left: 0px;
  top: auto;
}
#wrapper-menu {
  /* height: 200px; */
  /* position: relative;  */
  border-top: 1px solid #222;
}
#wrapper-menu a {
  text-decoration: none;
}


ul#menu {
  border-bottom: 1px solid #222;

  font-size: 14px;
  font-weight: normal;
}
ul#menu li {
  padding-right: 10px !important;
  margin-left: 10px !important;
  background: url('img/menubar-level1.gif') no-repeat center right;
  display: block;
}
ul#menu li:last-child {
  background: none;
  padding: 0px;
}
ul#menu > li:first-child {
  margin: 0px !important;
}

ul#menu li a {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0px;
  vertical-align: middle;
  }

ul#menu li.current_page_item a, ul#menu li.current_page_ancestor a, ul#menu li a:hover {
  color: #566f82;
}
ul#menu li.current_page_ancestor ul li a {
  color: #b4b9bf;
}
ul#menu li.current_page_ancestor ul li.current_page_ancestor a, ul#menu li.current_page_ancestor ul li.current_page_item a {
  color: #566f82 !important;
}


ul#menu ul {
  display: none;
  margin-left: -10px;
  margin-top: 6px;
}
ul#menu li.current_page_ancestor ul, ul#menu li.current_page_item ul {
  display: block;
}


ul#menu ul li {
  padding-right: 6px;
  margin-left: 6px;
  background: url('img/menubar-level2.gif') no-repeat center right;
}

ul#menu ul li:last-child {
  background: none;
  padding: 0px;
}
ul#menu ul li a {
  display: block;
  color: #b4b9bf !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
}
ul#menu ul li.current a, ul#menu ul li a:hover {
  color: #566f82 !important;
}

#wrapper-submenu {
  position: absolute;
  bottom: 14px;
  left: 0px;
  height: 50px;
  width: 100%;
}

ul#submenu {
  width: 100%;
}


ul#submenu.border {
  border-bottom: 1px solid #cdd1d5;
}
ul#submenu li {
  padding-right: 10px;
  margin-left: 10px;
  background: url('img/menubar-level1.gif') no-repeat center right;
}
ul#submenu li:first-child {
  margin: 0px;
}


ul#submenu li:last-child {
  background: none;
  padding: 0px;
}
ul#submenu li a {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #b4b9bf;
  text-transform: uppercase;
}
ul#submenu li.current_page_item a, ul#submenu li.current_page_parent a, ul#submenu li a:hover {
  color: #FFF !important;
}
ul#submenu ul li a {
  color: #b4b9bf !important;
}


ul#submenu ul li.current a, ul#submenu ul li a:hover {
  color: #566f82 !important;
}

#marker {
  display: block;
  height: 7px;
  width: 7px;
  background: url('img/marker.gif') no-repeat;
  position: absolute;
  left: -14px;
  top: 106px;
  text-indent: -9999px;
}
#marker.d0 {
  top: 106px;
}
#marker.d1 {
  top: 134px;
}
#marker.d2 {
  top: 228px;
}
#marker.d3 {
  top: 253px;
}

span.date {
font-size:15px;
display: block;
position: relative;
margin: 5px 0px 0px 17px;

color: #fff;
}

/* ### CONTENT : TEXT ### */

.klein, .klein a {
  font-size: 14px !important;
  line-height: 22px !important;
}
.entry, .entry a {
  font-size: 35px;
  line-height: 34px;
  font-weight: bold;
  color: #b4b9bf;
  padding: 0px;
}

.entry a {
text-decoration:none
}
.entry a:hover {
text-decoration:underline;
}

.entry p, .entry div {
  margin: 6px 16px;
}


/* ### CONTENT : BILDERGALERIE ### */
.thumbbox {
  margin: 8px 0px 0px 17px !important;
  width: 760px;
  overflow: hidden;
}


.thumb {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0px 4px 4px 0px;
  float: left;
}
.bigpic {
  margin: 8px 0px 0px 17px !important;
}


/* ### CONTENT : VIDEO ### */

#mediaspace {
  margin: 0px;
  background: #fff;
}


/* ### FOOTER ### */

ul.qtrans_language_chooser a
{
font-size:14px;
color:#000;
font-family:Arial, sans-serif;
text-decoration:none;

text-transform:uppercase;
}

ul.qtrans_language_chooser li.active {
display: none;
}

#footer ul {
  list-style-type: none;
  font-size:12px;
color:#000;
font-family:Arial, sans-serif;
text-decoration:none;
padding-left:10px;
text-transform:uppercase;
  
}
#footer ul li {
  float: right;
}
li.icon {
  margin: 0px 0px 0px 6px;
}


li.icon, li.icon a {
  display: block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-indent: -9999px;
}
li.icon a {
  background-position: bottom left;
  background-repeat: no-repeat;
}
li.icon a:hover {
  background-position: top left;
}
li.delicious a {
  background-image: url('img/icon_delicious.gif');
}
li.webnews a {
  background-image: url('img/icon_webnews.gif');
}
li.linkarena a {
  background-image: url('img/icon_linkarena.gif');
}
li.mrwong a {
  background-image: url('img/icon_mrwong.gif');
}
li.yigg a {
  background-image: url('img/icon_yigg.gif');
}

