* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-color: #F3EEE9;
  font-size: 12px;
  color: #60483C;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#header {
  position:relative;
  width:972px;
  height:144px;
  margin: auto;
}

#header_logo {
 position:absolute;
 top:49px;
 left:6px;
 width:580px;
}

#navigation {
 position:absolute;
 top:46px;
 left:666px;
 width:230px;
}

.navbord {
	border-bottom:1px solid #583424;
}

#container {
  position:relative;
  width:972px;
  min-height: 404px;
  height: auto !important;
  height: 404px;
  margin:auto;
}

#left {
  position: relative;
  width: 586px;
  min-height: 404px;
  height: auto !important;
  height: 404px;
  float:left;
}

#left_content {
  position: relative;
  width: 303px;
  min-height: 404px;
  height: auto !important;
  height: 404px;
  float:left;
}

#ueberpers {
	position:absolute;
	top:358px;
	left:50px;
	width:235px;
	color:white;
}

#right {
	position: relative;
	width: 380px;
   min-height: 404px;
   height: auto !important;
   height: 404px;
	float: left;
	border-left:6px solid white;
   background-image: url(images/bg_start.jpg);
   background-repeat: no-repeat;
   background-position:top;
}

#right_content {
	position: relative;
	width: 669px;
   min-height: 404px;
   height: auto !important;
   height: 404px;
	float: left;
	background-color:white;
}

#right_content2 {
	padding-left:32px;
	padding-top:25px;
	padding-right:32px;
	padding-bottom:25px;
}

#right_content3 {
	padding-left:32px;
	padding-top:25px;
	padding-right:20px;
	padding-bottom:25px;
}

#right_content4 {
	padding-left:32px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:25px;
}

#right_content5 {
	padding-left:5px;
	padding-top:10px;
}

#startbox {
	position:relative;
	top:10px;
	left:10px;
	width:335px;
	height:65px;
	margin-bottom:16px;
	padding:10px;
	color:white;
}

#footer {
  position: relative;
  width: 972px;
  height: 82px;
  float:left;
  clear:left;
  margin-top:14px;
  background-image: url(images/bg_footer.gif);
  background-repeat: repeat-x;
  background-position:top;
}

#footleft {
 position:absolute;
 top:0px;
 left:6px;
 width:290px;
 padding-top:5px;
 padding-left:15px;
}

#footright {
 position:absolute;
 top:0px;
 left:340px;
 width:620px;
 padding-top:5px;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:11px;
  display:inline;
}

h2 {
  font-weight: bold;
  font-size:14px;
  display:inline;
  color:#60483C;
}


h3 {
  font-weight: bold;
  font-size:14px;
  display:inline;
  color:#B51436;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 12px;
  font-style: normal;
  color: #830529;
  text-decoration: none;
  font-weight:normal;
}

a:hover {
  font-size: 12px;
  font-style: normal;
  color: #830529;
  text-decoration: underline;
  font-weight:normal;
}


a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  font-size: 12px;
  color:#B51436;
  text-decoration: none;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  font-size: 12px;
  color:#B51436;
  text-decoration: underline;
  font-weight : normal;
}

a.sitemap:link,a.sitemap:visited,a.sitemap:active {
  text-decoration:none;
  font-size: 12px;
  color:#B51436;
  text-decoration: none;
  font-weight : normal;
}

a.sitemap:hover {
  text-decoration:none;
  font-size: 12px;
  color:#60483C;
  text-decoration: underline;
  font-weight : normal;
}

.aerzteheadline {
  text-decoration:none;
  font-size: 12px;
   color:#B51436;
  font-weight : bold;
}

ul{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 2px;
  padding-left: 8px;
  margin-left:8px;
}

li{
  list-style-image: url(images/icon2.gif);
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 2px 0px;
}

.notiz{
 font-size: 10px;
}

.textkl{
 font-size: 11px;
}

input,textarea {
  border: 1px solid #AB1731;
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #60483C;
}
.trennlinie{
  background-image: url(images/bg_footer.gif);
  background-repeat: repeat-x;
  background-position:top;
  margin-top: 20px;
}