* {
	font-family: Verdana, Tahoma, sans-serif;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	padding: 2em;
}

#container {
	width: 900px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


#banner {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#banner h2 {
	margin: 0;
	padding: 0;
	color: #008AB8;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#banner span.logo {
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
	margin-right: 0.3em;
	font-family: Lucida Sans Unicode, Lucida Grande, MS Mincho, Arial, sans-serif;
	letter-spacing: .1em;
}
#banner h2 a {
	color: #008AB8;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumb {
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
}

#content {
	padding: 0;
	margin-left: 240px;
	margin-right: 0px;
	padding-left: 2em;
	border-left: 1px solid #ccc;
}

div#content { 
	min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px");
}


#left {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	margin-top: 0.8em;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: right;
}

#footer {
	font-size: 0.8em;
}

#skipnav {
	display: none;
}
a:link {
	color: #008AB8;
}
a:visited {
	color: #FF6633;
}
#breadcrumb a, #left a {
	text-decoration: none;
}
#breadcrumb a:hover, #left a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	height:1px;
	margin-bottom: 2em;
	margin-top: 2em;
}

#content h1 {
	padding-right: 5em;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
	color: #666;
}
#content h2 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
}
#content h3 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}
#content h4 {
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

/** Liste der Unterkategorien **/
ul.catlist {
	list-style-type: none;
	padding-left: 0em;
}

ul.catlist h3 {
	margin-bottom: 0;
}
ul.catlist p.description {
	margin-top: 0.5em;
}

/** Externer Link **/
div.link h4 {
	margin-bottom: 0;
}
div.link p {
	margin-top: 0;
}

/** Praxis-Adresse **/
div.address h3 {
	margin-bottom: 0;
}
div.address p {
	margin-top: 0;
	margin-bottom: 0;
}

/** Text-Kasten **/
div.textbox1 {
	background-color: #f7f9fb;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/** Bild-Blocks **/
.floatleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.floatright {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
div.img {
	background-color: #f7f9fb;
	padding: 14px;
}
div.img div.caption {
	font-size: 0.7em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

/** Teaser zweispaltig **/
div.teaser2col .teaserleft, div.teaser2col .teaserright {
	width: 275px;
	background-color: #f7f9fb;
	/*border: 1px solid gray;*/
	padding: 1em;
}
div.teaser2col .teaserleft {
	position: absolute;
	margin-right: 325px;
}
div.teaser2col .teaserright {
	position: absolute;
	margin-left: 325px;
}
div.teaser2col h3 {
	padding-top: 0;
	margin-top: 0;
}

/** News-Block **/
div.news h3 {
	font-size: 1,1em;
}
div.news span.date {
	font-size: 0.7em;
	font-weight: normal;
	margin-right: 0.5em;
}

/** Navigation **/
ul.nav1st {
	list-style-type: none;
	margin-left: 0;
	margin-right: 1em;
	padding-left: 0;
	line-height: 2em;
	font-size: 0.9em;
}
ul.nav1st > li {
	background-color: #f7f9fb;
	margin-bottom: 5px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
}
ul.nav2nd {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1.4em;
	font-size: 0.9em;
}
div.heilmeintrag h3 {
	margin: 0;
	margin-top: 2em;
}
div.heilmeintrag dl {
	line-height: 1em;
	margin: 0;
	margin-top: 0.5em;
}
div.heilmeintrag dt {
	display: inline;
	font-weight: bold;
	
}
div.heilmeintrag dd {
	display: inline;
	margin-left: 0;
}
