/*
blau: #0064A3;
rot: #B72646
gr&uuml;n: #a6d6cc
*/

/* RESET ------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
font-size: 100.01%;
height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div
{
position: relative;
min-width: 0;
}

/* Ende RESET ---------------------------------- */

body{
font-family: Arial, Verdana, Sans-Serif;
background-color: #ffffff;
text-align: left;
}

strong
{font-weight: bold;}

#page
{
width: 16cm;
margin-left: 2cm;
text-align: left;
}

#header
{
display: none;
}

#header #logo
{
display: none;}


#wrapper
{
position: relative;
width: 100%;
padding: 0;
margin: 0;
margin-top: 1cm;
border: 0px solid #000000;
}

#leftcol
{
display: none;
}

#maincol
{
width: 100%;
}

#maincol h1
{
font-size: 14pt;
color: #B72646;
margin-bottom: 12pt;
}

#maincol h2
{
font-size: 12pt;
color: #0064A3;
margin-top:24pt;
margin-bottom: 12pt;
line-height:140%;
}

#maincol h3
{
font-size: 10pt;
font-weight: bold;
color: #0064A3;
margin-top: 18pt
margin-bottom: 12pt;
line-height:140%;
}


#maincol p
{
font-size: 10pt;
margin-bottom: 12pt;
line-height:140%;
}

#maincol a
{
color: #000000;
text-decoration:underline;
}

#maincol a:visited
{
color: #000000;
text-decoration:underline;
}

#maincol a:hover, #maincol a:active
{
color: #da251d;
text-decoration:underline;
}

#maincol ul
{
list-style-type: square;
padding-left: 17px;
margin-bottom: 0.85em;
}

#maincol li
{
font-size: 0.85em;
line-height: 1.5em;
margin-bottom: 0.4em;;
}


#maincol .bild
{
display: block;
background-color: #fff;
height: 220px;
margin-bottom: 0.85em;
/*background-color: #eaf5f1;*/
border: 0px solid #a6d6cc;
}

#maincol .bild img
{
float: left;
border: 2px solid #a6d6cc;
margin-right: 1cm;
}

#maincol .bild p
{
bottom: 0;
font-weight: normal;
color: #0064A3;
}

#maincol .boxre
{

}

#maincol .boxli
{

}

#maincol .praxisadr, #maincol #sprechzeiten
{
background-color: #fff;
margin-bottom: 12pt;
}

#maincol .praxisadr h2, #maincol #sprechzeiten h2
{

}


/* rechte Spalte rightcol nicht in Verwendung */
#rightcol
{
display: none;
}

form
{display: none;}

/* Beginn Fuss-Bereich */

#footer
{
position: relative;
margin-top: 24pt;
color: #000;
padding-top: 10pt;
border-top: 1px solid #000000;
}

#footer a
{
color: #0064A3;
text-decoration: underline;
}

#footer a: haver
{
color: #fff;
text-decoration: underline;
}


#innerfooter
{
position: relative;
width: 100%;
}

#innerfooter .adresse
{
font-size: 10pt;
color: #000;
}

#innerfooter #footer_navi
{display: none;}
/* Ende Fuss-Bereich */

/* Kennzeichnung externer Links */
.exlink {
   position: relative;
   top: 0px;
   left: 0px;
}


a.exlink span {
   display: none;
}

a:hover.exlink span {
   display: block;
   position: absolute;
   top: 25px;
   left: 0;
   margin: 0px;
	 background-color: #fff7d7;
	 padding: 5px;
	 border: 1px solid #a28c3c;
   color: #000000;
   border: 1px solid #666666;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-decoration: none;
   z-index: 100;
}

a:hover.exlink {
   color: #000000;
   border: 0px;
   font-weight:normal;
   text-decoration: none;
   z-index: 200;
   }

/* Ende exlink */


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}