* {
  border: 0;
  margin: 0;
  padding: 0;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

body {
  background: #eeeee4 url('/images/body_bg.png') repeat-y center top;
  text-align: center;
  color: #66665c;
  font: normal 12px/1.4 'times new roman',times,serif;
}

form { display: inline; }
p { margin-bottom: 1em; }

a {
  color: #009fe0;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  text-decoration: underline;
}

input,
select,
textarea {
  font: normal 11px/1.4 verdana,arial,sans-serif;
  color: #66665c;
  border: 1px solid #66665c;
  padding: 2px 4px;
}

#main {
  width: 921px;
  margin: 30px auto;
  text-align: left;
}

#header {
  padding: 0 1px 20px;
  color: #65655b;
  font-size: 24px;
  line-height: 1.2;
}

#header h1 {
  display: none;
}

#header a.logo {
  display: block;
  width: 170px;
  height: 31px;
  background: url('/images/logo.gif') no-repeat left top;
  overflow: hidden;
  text-indent: -999px;
  margin-bottom: 20px;
}

#menu {
  padding-bottom: 11px;
}

#menu a,
#menu .current {
  display: block;
  float: left;
  margin-left: 11px;
  width: 222px;
  background: #fff url('/images/menue_off.png') repeat-y right top;
  text-decoration: none;
  font-style: italic;
  line-height: 1;
}

#menu a:hover,
#menu .current {
  background: #00a0e1 url('/images/menue_on.png') repeat-y right top;
}

#menu .point1,
#menu .point4 {
  margin: 0;
}

#menu .point4 {
  float: right;
}

#menu span {
  cursor: pointer;
  display: block;
  float: left;
  background: url('/images/menue_off_arrow.gif') no-repeat right center;
  padding: 9px 22px 9px 11px;
  color: #65655b;
}

#menu .current span,
#menu a:hover span {
  background-image: url('/images/menue_on_arrow.gif');
  color: #fff;
}

#menu div.current span {
  cursor: auto;
  background: none;
  padding-right: 0;
  float: left;
}

#menu div.current select {
  float: right;
  width: 120px;
  border: 1px solid #66665c;
  padding: 0 0 0 2px;
  font: italic 12px/1 'times new roman',times,serif;
  background-color: #fff;
  color: #adada3;
  margin: 5px 5px 0 0;
}

#menu div.current select .sub_option {
  color: #5e5e53;
}

h2,
.container h2 a {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 12px;
  color: #66665c;
  font-style: normal;
  text-decoration: none;
}

.col2 {
  width: 455px;
}

.col1 {
  width: 222px;
}

.container {
  background-color: #fff;
  padding: 11px;
  margin-bottom: 11px;
}

.container.without {
  background: none;
  font-size: 24px;
  line-height: 1.2;
}

.container .contentimg {
  display: block;
  margin-bottom: 12px;
}

.container .meta {
  margin-top: 12px;
  color: #adada3;
  font-size: 10px;
  line-height: 1.4;
}

.container .meta div {
  background: url('/images/meta_bg.gif') repeat-x left bottom;
}

.linkbox {
  position: relative;
}

.linkbox a {
  color: #66665c;
}

.linkbox p.overlay {
  display: block;
  background: transparent url('/images/1x1.gif') repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  _display: none;
}

.pagenav {
  font-style: italic;
}

a.referenz_aktiv,
.referenz_aktiv,
.referenz_aktiv a {
  font-style: italic;
  color: #66665c;
}

a.referenz_inaktiv,
.referenz_inaktiv,
.referenz_inaktiv a {
  color: #adada3;
  font-style: normal;
}

.we_textarea {
  padding: 5px;
}

