BODY {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #e8653c;
  color: black;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica;
}


h1 { color: #e8653c; size: 16px; font-weight: bold; margin: 0px; }
h2 { color: #e8653c; size: 15px; font-weight: bold; margin: 0px; }
h3 { color: #e8653c; size: 14px; font-weight: bold; margin: 0px; }
h4 { color: #e8653c; size: 13px; font-weight: bold; margin: 0px; }
h5 { color: #e8653c; size: 12px; font-weight: bold; margin: 0px; }
h6 { color: #e8653c; size: 11px; font-weight: bold; margin: 0px; }

#wrapper {
	margin-top: 50px;
	background-image: url(../images/wrapper_regiologisch.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 915px;
	left: 50%;
	margin-left: -510px;
	position: relative;
	min-height: 400px;
}

#wrapper_header {
	width: 915px;
	height: 196px;
	background-image: url(../images/header_regiologisch.jpg);
	background-repeat: repeat-y;
}

#wrapper_header #row1 {
  color: #FFFFFF;
  width: 715px;
  text-align: right;
  padding-right: 0px;
  height: 20px;
}

#wrapper_header #row1 a {
  color: #FFFFFF;
  text-decoration: none;
}

#wrapper_header #row2 {
  color: #FFFFFF;
  width: 715px;
  text-align: right;
  padding-right: 0px;
  height: 15px;
  line-height: 15px;
}

#wrapper_header #row2 a {
  color: #FFFFFF;
  text-decoration: none;
}

#wrapper_middle {
	width: 816px;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 15px;
	min-height: 200px;
}

#wrapper_footer {
	width: 915px;
	height: 100px;
	background-image: url(../images/footer_regiologisch.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #e8653c;
}

#wrapper_footer div {
  color: #FFFFFF;
}

#wrapper_footer div a {
  color: #FFFFFF;
  text-decoration: none;
}

#navigation {
	min-height: 300px;
	width: 150px;
	paddin-left: 20px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #e8653c;
	float: left;
}

.nav_button {
	width: 150px;
	height: 25px;
}

.nav_button a {
  color: #e8653c;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	font-size: 12px;
	text-decoration: none;
  display: block;
	text-align: left;
}

.nav_button a:hover {
  color: #e8653c;
	text-decoration: none;
  display: block;
	background-color: #FFFFFF;
	background-image: url("../images/pfeil-orange.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.nav_button_akt {
	width: 150px;
	height: 25px;
}

.nav_button_akt a {
  font-weight: bold;
  color: #e8653c;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	font-size: 12px;
	text-decoration: none;
  display: block;
	text-align: left;
	background-image: url("../images/pfeil-orange.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.nav_button_akt a:hover {
	text-decoration: none;
  display: block;
	background-color: #FFFFFF;
	background-image: url("../images/pfeil-orange.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
