@charset "utf-8";
html {
	height:100%;
	font-size: 12px;		
}
body {
	margin:0;
	padding:0;	
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
	color: #525557;
	font-size: 12px;
	height:100%;
  background: #c0cce6;
}
#container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background: #e7f3fd;
    /*background-image: url(bg.gif);
  	background-repeat: no-repeat;*/
    position: relative;
    height:799px;
}
.container-impr {
    height:950px!important;
}
#header {
 	position:absolute;
  padding:20px 0 10px 0;
	background: #fff;
	width:100%;
	height: 70px;
  /*border-top: solid 2px #FFF;
  border-bottom: solid 2px #FFF;*/
}
#headerContent{
  margin-left: 50px;
  font-size: 24px;
}
#mainContent {
 	position:absolute;
  margin-top:150px;
}
#ContentLeft {
 	margin: 0 0 0 50px;
	width: 480px;
	float:left;
	font-size:18px;
  line-height:24px;
}
#ContentRight {
 	margin: 0px;
 	padding: 0 20px;
	width: 380px;
  float:left;
	font-size:18px;
  line-height:24px;
}
#ContentRightBG{
 	/*position: absolute;
 	margin: 0 0 0 530px;
	width: 420px;
	height: 799px;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.2);
  background-color: transparent\9;*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(
   startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);*/
  /*background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4//+/EQAJLgMwELO6mwAAAABJRU5ErkJggg==') repeat;
  *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff) /* won't validate, CSS hack, a method for alpha color backgrounds, http://tinyurl.com/ly6rj2 */;*/
}
#sprechstunden {
 	padding: 20px;
	width: 310px;
	background: #737a7e;
  color: #fff;
	/*border: 2px solid #b9bdbf;*/
}
h1 {
	font-size:14px;
	line-height:24px;
}
h2 {
	font-size:12px;
	line-height:18px;
}
h3 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	line-height:14px;
	padding-top: 40px;
}
hr {
	border: 0px; 
	/* FF und Opera */
	border-top: solid 1px #FFF;
	border-bottom:1px solid #737373;
}

img{
  vertical-align:middle;
}
a {
  text-decoration: none;
  color: #525557;
}
a:hover {
  color: #737A7E;
}
#ContentLeft table{
  font-weight:bold;
}