* {
  font-family : Verdana;
  font-size   : 11px;
  line-height : 16px;
  color       : #435A65;
}

body {
  margin : 0;
  margin-top: 24px;
  text-align: center;
}

div#wrap {
  width : 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#header{
  width: 660px;
  height : 132px;
  background-image: url('images/header.gif');
  margin-bottom: 12px;
}

div#navibox {
  float  : left;
  width  : 204px;
}

div#navi {
  width : 180px;
  margin : 12px;
}

div#navi ul {
  margin : 0;
  padding: 0;
  padding-left: 12px;
}

div#navi ul li {
  line-height : 18px;
}
div#navi ul li a {
  font-weight: normal;
  text-decoration: none;
}

div#main {
  float : left;
  width : 456px;
  background-color : #E5EFF3;
}

div#content {
  width : 432px;
  margin: 12px;
}

/*
	html
*/
textarea {
  width : 360px;
  height : 75px;
  padding: 12px;
}

.clear { 
  clear			: both !important;
  display		: block !important;
  line-height	: 0px !important;
  margin		: 0px;
}

.padding_left_12 {
  padding-left : 12px;
}
.active {
  color : #E47E35;
  font-weight: bold !important;
}

#form_kontakt td {
  line-height : 24px;
}

#form_kontakt td input {
  height : 14px !important;
  line-height : 1px;
  padding: 0;
  margin: 0;
}

input {
  height : 14px;
}

textarea > div.agbs {
 
}

a:link, a:visited, a:active {

}

a:hover, a:focus {
  color : #E47E35;
  font-weight: bold !important;
} 


