/* 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, th, var
{ font-style : normal; font-weight : normal; }

/* 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; }

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


/* layout.css */

html 	{ text-align : center;  }

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

div#main { 
position : relative; 
width : 960px; 
 }

div#header { 
height: 60px;}

div#branding { 
height: 300px}


ul#navigation_top { 
height: 50px}


ul#navigation_top li { 
display: block; 
text-indent: -9999px;
height: 50px;
float: left;}

ul#navigation_top li a{ 
height: 100%;
display: block;
}

ul#navigation_top #hausarzt { width: 580px; background: url(im/logo-green.gif); background-repeat:no-repeat; }
ul#navigation_top #homepage { width: 67px; background: url(im/homepage.gif); }
ul#navigation_top #kontakt { width: 67px; background: url(im/kontakt.gif); }
ul#navigation_top #sitemap { width: 80px; background: url(im/sitemap.gif); }
ul#navigation_top #impressum { width: 90px; background: url(im/telefon.gif); }
ul#navigation_top #telefon { width: 120px; background: url(im/telefon.gif); }
ul#navigation_1 { 
padding: 80px 0 0 30px ;
height: 40px;
}

ul#navigation_1 li { 
display: block;
text-indent: -9999px;
height: 40px;
float: left;
}


ul#navigation_1 li a{ 
height: 100%;
display: block;
}

ul#navigation_1 #leistungen { width: 180px; background: url(im/leistungen-green.gif);}
ul#navigation_1 #praxis { width: 160px; background: url(im/praxis-green.gif);}
ul#navigation_1 #team { width: 160px; background: url(im/team-green.gif);}


ul#navigation_2 li { 
padding: 0px 0 10px 0px ;
}

ul#navigation_3 li { 
padding: 0px 0 5px 0px ;
}

div#content { 
height: 310px;
overflow: auto; }

div#content_text {
position: absolute;
left : 0; 
width : 550px; 

padding : 20px 0 0 30px  }
  
div#content_navigation { 
position: absolute;
left : 60%;  
width : 380px; 
padding : 20px 0 0 10px }


ul#navigation_footer li { 
display: inline;
}



div#nav_main { 
width : 46%; 
float: left; }

div#nav_sub { 
width : 54%; 
float: left; }



div#footer { 
position: absolute;
text-indent: -9999px;
background: url(im/footer-green.gif);
width : 100%; 
height: 20px;
padding : 0; }


/* =switch columns */
div#content_main {
left : 50%; 
width : 50%; 
padding : 1em 0; 
float: left;}
  
div#content_sub { 
left : 0;  
width : 50%; 
padding : 1em 0; }


div#header, div#branding, div#content, div#footer {
width : 100%; }

/* =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 */