/* ===================================
Stylesheet Praxis Drs. Heckmann 
  
Stand: statisches Layout 
Datei: print.css 
Datum: 08. Oktober 2008
Autor: Wolfgang Heinz 

=================================== */

/* ======================================================================================================
                                                                                  2. Allgemeine Styles 
======================================================================================================  */ 

body {
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 12pt; 
}

h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 16pt; }
h2 { 
  font-size: 16pt;  
} 
.skiplink,
#head,
#adresse,
#topmenu,
#navibereich,
#headmenu {
  display: none; 
}  
a {
	text-decoration: none;
}



#print {
	font-family:Arial, Helvetica, sans-serif;
	left: 0pt;
	top: 20pt;
	position: absolute;
	z-index: 1;
	margin: 0pt 0pt 20pt 0pt;

}
p.printlink_z1 {
	font-size: 10pt;
	font-weight: bold;
	color: #cdcdcd;
	margin: 0pt 0pt 0pt 200pt;	
}
p.printlink_z2 {
	font-size: 15pt;
	font-weight: bold;
	color: #cdcdcd;
	margin: 2pt 0pt 0pt 200pt;	
}
p.printlink_z3 {
	font-size: 8pt;
	color: #cdcdcd;
	margin: 2pt 0pt 0pt 200pt;	
}
p.printlink_z4 {
	font-size: 11pt;
	font-weight: bold;
	color: #cdcdcd;
	margin: 2pt 0pt 0pt 240pt;	
}
#print-kurhaus {
	position: absolute;
	z-index: 1;
	top: 100pt;
	left: 200pt;
	width: auto;
	height: auto;
}

address {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.5;
	z-index: 25;
}
img.hidden {
  display: none; 
}
img {
	border: 0pt;
}
img.anmeldung, img.schwerpunkte, img.team {
	margin: 0pt 0pt 0pt 10pt;
	border:1pt solid #000000;
}
/* ======================================================================================================
                                                                             3. Styles für Seiteninhalte 
======================================================================================================  */ 



#inhalt {
	position:  absolute;
	z-index: 10;
	left: 10pt;
	top: 100pt;
	height: auto;
	width: auto;
	visibility: visible;
}
p.intro1 {
	margin: 0pt 0pt 16pt 10pt;
}
p.intro2 {
	width: 420pt;
	margin: 0pt 0pt 16pt 10pt;
}

p.praxis-top {
	margin: 0pt 0pt 60pt 0pt;
}
h3.praxis {
	margin: 40pt 0pt 20pt 0pt;
}


p.anmeldung {
	margin: 0pt 0pt 16pt 10pt;
}
p.telefon {
	margin: 0pt 0pt 16pt 200pt;
}
p.termine {
	width: 510pt;
	margin: 0pt 0pt 16pt 10pt;
	/* border: 1pt solid #999999; */
}
p.lageplan {
	text-align:center;
}



h2.schwerpunkte {
	font-size: 12pt;
	color: #666666;
	margin: 0pt 0pt 2pt 0pt;
}

p.schwerpunkte {
	margin: 0pt 0pt 6pt 0pt;
}

div.team {
	position: relative;
	width: 500pt;
	height: 120pt;
	margin: 10px 0px 0px 20pt;
	/* */ border:1px solid #cccccc;
}





