body {
  background-color: #fffff;
  margin: 0px;
  padding: 0px;
  font-family: arial,helvetica,sans-serif;
  color: #000000;
  font-size: 12px;
  background-image: url(../img/pic_back_site.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

div.centerbase {
	width: 100%;
	text-align: center;
}

div.topline {
	margin: auto;
	width: 790px;
	height: 80px;
}

div.topnav {
	margin: auto;
	width: 790px;
	height: 50px;
	text-align: left;
	background-image: url(../img/pic_back_nav.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

div.ctop {
	margin: auto;
	width: 820px;
	height: 20px;
	background-image: url(../img/pic_content_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0px;
}

div.contentbase {
	margin: auto;
	width: 820px;
	background-image: url(../img/pic_back_content.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

div.contentbottom {
	margin: auto;
	width: 820px;
	height: 20px;
	background-image: url(../img/pic_back_content_abschluss.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0px;
}

div.content {
	margin: 0px 15px;
	padding: 0px 20px;
	width: 750px;
  text-align: left;
  background-color: #ffffff;
}

div.picheadline1 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #e0e0e0;
}

div.picheadline2 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #e0e0e0;
}

div.bottom {
	padding: 8px 0px 12px 0px;
	border-top: 1px solid #e0e0e0;
}

div.bottomleft {
	font-size: 11px;
	color: #888888;
	float: left;
	width: 375px;
}

div.bottomright {
	font-size: 11px;
	float: left;
	width: 375px;
	text-align: right;
}

div.clear {
	clear: both;
	font-size: 0px;
}

div.separate20 {
	float: left;
	width: 20px;
	height: 10px;
	font-size: 0px;
}

div.separate30 {
	float: left;
	width: 30px;
	height: 10px;
	font-size: 0px;
}

div.left430 {
	float: left;
	width: 430px;
}

div.lr360 {
	float: left;
	width: 360px;
}

div.right300 {
	float: left;
	width: 300px;
}

div.outerbox {
	background-color: #e0e0e0;
	margin: 10px 0px;
}

div.innerbox {
	margin: 10px;
}

div.innerbox2 {
	padding: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 10px 0px;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #fe9300;
  font-weight: bold;
}
a:visited {
	text-decoration: none;
  color: #fe9300;
  font-weight: bold;
}
a:hover {
	text-decoration: none;
  color: #555555;
  font-weight: bold;
}
a:active {
	text-decoration: none;
  color: #555555;
  font-weight: bold;
}

ul {
	list-style-image:url(../img/icn_bullet.gif);
	line-height: 20px;
}

table {
	border-collapse: collapse;
}

td.separate {
 font-size: 0px;
 height: 5px;
}
