/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style : normal;
	font-weight : normal;
	text-indent: -9999px;
}

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th {
	text-align : left;
	text-indent: -9999px;
}

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }

body {
	width : 960px;
	text-align : left;
	margin: 0 auto;
}

div#content { 
	width : 100%;
	float:left;
	clear: both;
	overflow:visible; }
  

div#content_main {
	width : 60%;
	padding: 0;
	padding-top : 5em ;
	margin-bottom: 30px;
	background: url(/img/structure/backgrounds/contentBack.gif) right bottom no-repeat;
	min-height: 400px;
	float: left;
}
  
div#content_sub {
	left : 60%;
	width : 40%;
	margin : 1em auto  ;
	float:left;
	display: inline;
	clear: right;
}

ul#branding, div#nav_main, div#site_info {
width : 100%; }


dl {display: block;
float: left;
	overflow: visible;
	clear: both;
}
dt {
	float: left; clear:left;
}
dd {
	float: right; text-align: right; clear: right; white-space:nowrap;
}


dl#Sprechzeiten, dl#Sprechzeiten dd, dl#Sprechzeiten dt {margin: 0; padding: 0; line-height: 1.1em;}
dl#Sprechzeiten {
	background: url(/img/structure/sprechzeiten.jpg) no-repeat center top;
	margin: 0 auto;
	position:relative;
	right: 40px;	text-align: center;
	padding: 80px 0 10px 0;
	width: 304px;
	white-space:nowrap;
}
dl#Sprechzeiten dt {
	position: relative;
	left: 40px;	
}
dl#Sprechzeiten dd {
	position: relative;
	right: 20px;	
}

.telefon {font-weight: bold;}

/* =si_clear_children */
/*.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/
/** html .clear_children { display: inline;}/**/
/*.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */


div#imageContent h3, div#notfall h3 {
	float: left;
	clear: both;
	padding: 2px 12px 2px 12px;
	margin: 0;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	min-width: 150px;
}
div#imageContent h3 {
	background: url(/img/structure/backgrounds/imageHeadBack.gif) top right no-repeat;}
div#notfall h3 {
	background: url(/img/structure/backgrounds/notfallHeadBack.gif) top right no-repeat;}
	
	
div#imageContent, div#notfall {
	float: right; overflow: visible; margin: 1.5em auto; clear:both; width: 100% }
div#imageContent {
	background: url(/img/structure/backgrounds/imageBack.gif) top left no-repeat;}
div#notfall { 
	background: url(/img/structure/backgrounds/notfallBack.gif) top left no-repeat;}

div#imageContent img, div#notfall ul {
	float: left;clear:both; width : 350px;

	}
div#imageContent img {
	width : 350px;
	border: 1px solid #9c0;
	background-color: #9c0;
	float: left;
	clear:both;
}
#notfall dl {width: 320px;
}
div#notfall ul {  
	border: 1px solid #930; 
	background-color: #fff;
	margin:0;
	display: block;
}
div#notfall li {
	float: left;
	clear: both;
	overflow: visible;
	margin:  8px;
	padding: 0;
	display: block;
 }

