* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

div.clearer {clear: both; width: 0px; height:0px; overflow:hidden; margin-top:-1px;}

#container {
	width:1200px;
	text-align: left;
}

#header-container {
  width: 1200px;
}

#border_left_top {
  float: left;
  background-image: url(images/left_backgr.png);
	width:167px;
	height:218px;
}

#banner_top {
  background-image: url(images/banner.jpg);
	width:796px;
	height:218px;
	float: left;
}

#border_right_top {
  background-image: url(images/right_backgr.png);
	width:237px;
	height:218px;
	float:left;
}

#body_container {
  width:1200px;
  background-image: url(images/container_backgr.png);
  background-repeat: repeat-y;
  clear: both;
  float: left;
}

#border_left {
	width:167px;
	float: left
}

#border_right {
	width:237px;
	float: left
}

div.colored {
  width: 167px;
  height: 88px;
}

#border_left div.colored {
  background-image: url(images/left_backgr.png);
}

#border_right div.colored {
  background-image: url(images/right_backgr.png);
  width:237px;
}

#navi {
  width:145px;
  float: left;
  margin-right: 35px;
}

#navi *	 {
}

#navi h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 10px 5px;
  
}

#navi h2 {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-left: 15px;
  font-weight: bold;
  border-bottom: #DE5500 1px dashed;
}
#navi h3 {
  font-weight: normal;
  font-size: 12px;
  margin-left: 25px;
  border-bottom: #DE5500 1px dashed;
}
#navi a {
  color: black;
  text-decoration: none;
}

#content {
  width: 606px;
  float: left;
  margin: 0px 0px 0 10px;
}

#content ul {
  margin-left: 20px;
}

#content td.abstand {
  padding-left: 20px;
}

#content div.bild  {
  border: 1px black solid;
  background-color: #FFDDC6;
  text-align: right;
}

#content table.pic {
  border-spacing: 0px;
  border-collapse: collapse; 
}

#content table.pic td  {
  border: 1px black solid;
  background-color: #FFDDC6;
  text-align: right;
}
#content table.pic td.pic_txt  {
  padding-right: 5px;
  font-size: 10px;
}

#content div.bild_txt {
  padding-right: 5px;
  border-top: 1px black solid;
  font-size: 10px;
  font-weight: bold;
}

#footer {
  width: 1028px;
  height: 108px;
  background-repeat: no-repeat;
  background-image: url(images/footer.png);
  padding-left: 172px;
  padding-top: 85px;  
}

#ref {
  text-align: center;
  font-size: 10px;
  color: #A6A6A6;
  width: 140px;
  border: 1px #A6A6A6 solid;
  padding: 3px 0 3px;
}

#ref a {
  color: #A6A6A6;
  text-decoration: none;
}
  

#content h1 {
  color: #DE5500;
  font-size: 24px;
  margin-top: 5px;
}

#content h2 {
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-bottom: 3px;
}

#content h3 {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

#content h4 {
  font-size: 14px;
  font-weight: bold;
  display: inline;
}

#content ul.abstand li {
  margin-bottom: 10px;
}

#content ul.abstand li.abstand {
  margin-top: 30px;
}

#content table.ausbildung td {
  padding-bottom: 15px;
  padding-right: 10px;
}

#content a {
  color: black;
}

hr.news_hr {
  border-top: 1px solid #DE5500;
  border-bottom:none;
  border-left: none;
  border-right: none;
  margin-right: 10px;
}
