/*=====================================================
CONTAINER-Layer (ID's)
=====================================================*/

#ContainerHeader {
	display: none;
}

#ContainerLeft {
	padding: 5pt;
}
#LayerMenu {
	display: none;
}

#ContentLeft {
	padding: 5pt;
	font-size: 9pt;
	border: 1px solid #999;
}

#ContainerContent2 {
	padding: 5pt;
}

#LayerFooter {
	display: none;
}

.abseits {
	display: none;
}

a, a:link, a:link.linkInt, a:link.linkExt, a:link.linkmailto, a:visited.linkInt, a:visited.linkExt, a:visited.linkmailto {
	color: Black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:link.linkExt:after, body a:visited.linkExt:after {
	content:" ("attr(href)") ";
	font-size: 8pt;
}

body {
	size: portrait;
	margin: 10pt;
	padding: 0pt;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	color: black;
}
	
h1 {
	font-size:14pt;
}
h2 {
	color:#00008B;
	font-size:14pt;
	font-weight: bold;
}
h3 {
	color: #00008B;
	font-size:12pt;
	font-weight: bold;
}
h4 {
	color:#00008B;
	font-size:10pt;
	font-weight: bold;
}
h5 {
	color:#00008B;
	font-size:10pt;
	font-weight: bold;
}
h6 {
	color:#00008B;
	font-size:8pt;
	font-weight: bold;
}

li {
	margin-bottom: 5pt;
}

table, table.verzeichnis, table.apotheken {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	color: Black;
	border:0;
	width:100%;
}
.suchoptionen {
	display: none;
}

td, td.unsichtbar, td.dunkel {
	background-color: white;
}

th {
	color: white;
	background-color: silver;
	text-align : center;
}

select.dreispaltig {
 	display: none;
}


.Dreispaltig_Linksbuendig {	
	margin:0;
	float:left; 
	text-align:left; 
	/*width:170px; */
	width:150pt;
	/*border:1px dotted fuchsia;*/
}
.Dreispaltig_Zentriert {	
	margin:0;
	float:left; 
	text-align:center; 
	/*width:170px; */
	width:150pt;
	/*border:1px dotted lime;*/
}  
.Dreispaltig_Rechtsbuendig { 
	margin:0;
	float:left;
	text-align:right;
	/*width:170px; */
	width:150pt;
	/*border:1px dotted aqua;*/
}

.Zweispaltig_Linksbuendig {
	margin:5pt;
	padding:5pt;
	float:left;
	text-align:left;
	width:200pt;
	border:1px solid silver;
	-moz-border-radius:5px;
}
.Zweispaltig_Rechtsbuendig {
	margin:5pt;
	padding:5pt;
	float:right;
	text-align:left;
	width:200pt;
	border:1px solid silver;
	-moz-border-radius:5px;
}