body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #434b4d;
  font-family: tahoma;
  font-size: 14px;
  color: #434b4d;
}

a img {
  border: 0px;  
}

a {
  color: #278596;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 24px;
}

.cleaner {
  height: 0px;
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

/*  div all-page contains all page and is divided into two columns - the left one for content  and the right one for skyscraper */

#all-page {
  width: 830px;
  position: absolute;
  top: 0px;
  left: 141px;
  text-align: left;
  margin: auto;
  background: url('../img/bg-body.jpg') 0px 0px repeat-y #fff;
}

#main-container {
  width: 800px;
  margin: 0px 0px 0px 15px;
}

#col-left {
  width: 277px;
  float: left;
  text-align: left;
  padding-bottom: 60px;
}

#col-right {
  width: 475px;
  float: left;
  text-align: left;
  padding-bottom: 60px;
}

#col-all {
  margin: 0px 0px 0px 30px;
  width: 740px;
  float: left;
  text-align: left;
  padding-bottom: 60px;
}

/* topmenu */

#topmenu {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  border-top: 1px solid #242829;
  border-bottom: 1px solid #242829;
  width: 800px;
  background: url('../img/menu-off.jpg') 0px 0px repeat-x;
  height: 34px;
}

#topmenu li{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  list-style-type: none;
}

#topmenu li a{
  margin: 0px 0px 0px 0px;
  padding: 0px 35px 0px 35px;
  line-height: 34px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  float: left;
  color: #434b4d;
  border-right: 1px solid #242829;
}

#topmenu li a:hover,#topmenu li a.activ{
  background: url('../img/menu-on.jpg') 0px 0px repeat-x;
  color: #fff;
}

/* SEARCH FORM */

.comment-form{
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 45px 0px;
}

.comment-form textarea{
  border: 0px;
  width: 444px;
  height: 172px;
  padding: 6px 7px 6px 7px;
  display: block;
  background: url('../img/form/area.jpg') 0px 0px no-repeat;
  margin: 0px 0px 10px 0px;
  overflow: auto;
  font-family: tahoma;
  font-size: 14px;
  color: #434b4d;
  margin: 0px 0px 30px 0px;
}

.comment-form label{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  line-height: 25px
}

.input-text {
  border: 0px;
  width: 253px;
  height: 26px;
  padding: 6px 7px 0px 7px;
  display: block;
  background: url('../img/form/input.jpg') 0px 0px no-repeat;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
}

#bottom-shadow {
  background: url('../img/bottom.jpg') 0px 0px repeat-x;
  width: 830px;
  height: 26px;
}

#topbanner {
  width: 800px;
  height: 141px;
  background: url('../img/top.jpg') 0px 0px no-repeat;
}

#topbanner img{
  margin: 40px 0px 0px 30px;
}

p.category {
  font-family: serif;
  font-size: 18px;
  margin: 0px 0px 0px 30px;
  line-height: 40px;
  border-bottom: 1px solid #434b4d;
  width: 200px;
}

h1 {
  font-family: serif;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  font-family: serif;
  font-size: 10px;
  margin: 15px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  text-transform: uppercase;
}

#sidemenu {
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  width: 200px;
}

#sidemenu li{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

#sidemenu li a{
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #434b4d;
  border-bottom: 1px solid #242829;
}

#sidemenu li a:hover,#sidemenu li a.activ{
  color: #278596;
}

.border {
  border-bottom: 1px solid #242829;
  margin: 0px 0px 25px 0px;
  height: 10px;
  line-height: 0px;
  font-size: 0px;
}

p.like-h1-p {
  font-family: serif;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 40px;
  font-weight: normal;
}

.comment-header {
  font-size: 10px;
  line-height: 14px;
  background: url('../img/icons/usr.jpg') 0px 0px no-repeat;
  padding: 0px 0px 5px 40px;
  margin: 0px 0px 6px 0px;
}

.note {
  font-size: 10px;
  line-height: 14px;
  border-bottom: 1px solid #242829;
  border-top: 1px solid #242829;
  padding: 10px 0px 10px 0px; 
}

.footer {
  
}

.footer p.left{
  display: block;
  float: left;
  line-height: 10px;
  padding: 18px 0px 12px 0px;
  width: 277px;
  text-indent: 30px;
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #242829;
}

.footer p.right{
  display: block;
  float: left;
  line-height: 10px;
  padding: 18px 0px 12px 0px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #242829;
  text-align: right;
  width: 523px;
}

.footer p.right a{
  font-size: 10px;
  padding: 0px 30px 0px 0px;
  text-decoration: underline;
}

.footer p.right a:hover{
  text-decoration: none;
}

#teaser-top {
  width: 215px;
  margin: 0px 0px 0px 15px;
  height: 11px;
  line-height: 0px;
  font-size: 0px;
  background: url('../img/teaser/box-top.jpg') 0px 0px no-repeat;
}

#teaser-middle {
  width: 215px;
  margin: 0px 0px 0px 15px;
  background: url('../img/teaser/box-middle.jpg') 0px 0px repeat-y;
}

#teaser-vertical {
  margin: 0px 9px 0px 4px;
  background: url('../img/teaser/box-vertical.jpg') 0px 0px repeat-x #e5e2de;
  min-height: 374px;
}

#teaser-bottom {
  width: 215px;
  margin: 0px 0px 0px 15px;
  height: 18px;
  line-height: 0px;
  font-size: 0px;
  background: url('../img/teaser/box-bottom.jpg') 0px 0px no-repeat;
}

#teaser-vertical p.header{
  font-family: serif;
  font-size: 32px;
  margin: 0px 0px 10px 0px;
  padding: 15px 0px 0px 15px;
  line-height: 32px;
}

#teaser-vertical p{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  line-height: 16px;
}

#teaser-vertical ul {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

#teaser-vertical ul li{
  margin: 0px 0px 0px 0px;
  padding: 6px 25px 17px 58px;
  list-style-type: none;
  background: url('../img/list-arrow.gif') 15px 0px no-repeat;
}

.anfrage-form{
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 45px 0px;
  width: 458px;
}

.anfrage-form textarea{
  border: 0px;
  width: 444px;
  height: 172px;
  padding: 6px 7px 6px 7px;
  display: block;
  background: url('../img/form/area.jpg') 0px 0px no-repeat;
  margin: 0px 0px 10px 0px;
  overflow: auto;
  font-family: tahoma;
  font-size: 14px;
  color: #434b4d;
  margin: 0px 0px 5px 0px;
}

.anfrage-form select{
  border: 1px solid #8a8e90;
  width: 222px;
  height: 28px;
  padding: 0px 0px 0px 0px;
  display: block;
  background: url('../img/form/input-small.jpg') 0px 0px no-repeat #fff;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
}

.anfrage-form select option{
  background: #fff;
}

.anfrage-form p{
  padding: 15px 0px 5px 0px;
}

.anfrage-form label{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  line-height: 25px
}

.anfrage-form label.checkbox-label{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  float: left;
  line-height: 30px;
}

.checkbox {
  position: relative;
  top: 8px;
  margin: 0px 7px 0px 0px;
  float: left;
  display: block;
}

.input-text2 {
  border: 0px;
  width: 208px;
  height: 26px;
  padding: 6px 7px 0px 7px;
  display: block;
  background: url('../img/form/input-small.jpg') 0px 0px no-repeat;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
}
.form-left {
  float: left;
  width: 222px;
}

.form-right {
  float: right;
  width: 222px;
}

sup {
  font-size: 10px;
  line-height: 10px;
}

.box-alert {
  border: 1px solid #2E2D33;
  background: url('../img/menu-on.jpg') 0px 0px repeat-x #2C7A86;
  margin: 5px 0px 5px 0px;
  width: 458px;
}

.box-alert h3 {
  color: #fff;
  font-family: tahoma;
  font-size: 14px;
  margin: 5px;
}