@charset "utf-8";
/* CSS Document */

body {
	color: #000;
  	background-color: #fff;
  	margin: 10px 10px 10px 10px;
}

h1, h2, h3, h4, h5 { color: #000; font: bold 1em Arial, Sans-serif;	}
h1 { font-size: 2em; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 0.9em; }

p, h1, h2, h3, h4, h5 { margin: 5px 10px; }

ul { list-style: none; }
li { display: inline; }

/* images */
a img,
a:hover img,
img.no-border {
	border: none;
}

/************************
	  PRINT LAYOUT
************************/

#print {
	padding: 15px;
	border: 1px solid black;
}
#print p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 12px;
}
#print a {
	color: #000;
	text-decoration: none;
}

#print span.important {
	color: #0000CC;
}
#print table {
	margin-left: 10px;
	font: normal 10pt Arial, Helvetica, sans-serif;
	/*border: solid 1px black;
	border-collapse: collapse;*/
	/*width: 518px;*/
	width: 645px;
}
#print table.normal {
	border: solid 1px black;
	border-collapse: collapse;
}
#print table.noBorder,
#print table.normal_noBorder,
#print table.plaetze {
	border: hidden;
	width: auto;
}
#print table.sprechzeiten {
	border: hidden;
}
#print table caption {
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
#print table.sprechzeiten caption {
	margin-top: 15px;
}
#print tr {
	vertical-align: top;
}
#print td {
	padding: 2px 5px;
}
#print table.normal td {
	border: solid 1px black;
}
#print table.noBorder td.td-0,
#print table.normal_noBorder td.td-0,
#print table.plaetze td.td-0,
#print table.sprechzeiten td.td-0 {
	padding: 2px 0;
}
#print table.normal td.td-0,
#print table.normal_noBorder td.td-0,
#print table.plaetze td.td-0 {
	font-weight: bold;
}
#print table.sprechzeiten td.td-0 {
	width: 250px;
}
#print table.plaetze td.td-0 {
	width: 200px;
}
#print table.plaetze td.td-1 {
	width: 100px;
	background-color: #FFF;
}

/* map */
#legende, #legende_not_bw {
	visibility: hidden;
	display: none;
}
/*#legende {
	position: absolute;
	top: 40px; left: 0;
	width: 210px;
	z-index: 10;
}
#legende_not_bw {
	position: absolute;
	top: 95px; left: 440px;
	width: 170px;
	z-index: 10;
}
#legende_not_bw #head { font: bold 10pt Arial, Helvetica, sans-serif; }
#legende_not_bw ul,
#legende ul {
	font: normal 10pt Arial, Helvetica, sans-serif;
	display: block;
}
#legende_not_bw li,
#legende li {
	display: list-item;
}
*/
/**
*	Classes
**/
.station { list-style-image: url(/uploads/tf/Kreis_blau.png); }
.ambulanz { list-style-image: url(/uploads/tf/Kreis_rot.png); }
.ausbildung { list-style-image: url(/uploads/tf/Kreis_gruen.png); }
.tagAbt { list-style-image: url(/uploads/tf/Kreis_orange.png); }
.betreut { list-style-image: url(/uploads/tf/Kreis_gelb.png); }