/*
 * Style-Sheet für Internetauftritt Peter Hoffmann
 * www.ph-emv.de
 * media = print
 */

body
{
	background-color: white;
	margin: 0mm;
	color: black;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

p, a
{
	margin-top: 0mm;
	margin-bottom: 5mm;
	color: black;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

ul
{
	list-style-type: disc;
}

h1
{
	margin-top: 5mm;
	margin-bottom: 5mm;
	font-size: 13pt;
	line-height: 15.5pt;
}

h2
{
	margin-top: 0mm;
	margin-bottom: 5mm;
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
	font-style: italic;
}

h3
{
	margin-top: 0mm;
	margin-bottom: 5mm;
	font-weight: bold;
	font-size: 11pt;
	line-height: 15.5pt;
}

h4
{
	margin-top: 0mm;
	margin-bottom: 0mm;
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

#drucklogo
{
	float: left;
	margin-bottom: 5mm;
	margin-right: 5mm;
}

#element1
{
	margin-bottom: 3mm;
}

#element2
{
	list-style-position: inside;
}

#element3 	
{
	clear: both;
}

#menubox2 ul li ul
{
	list-style-type: circle;
}

#menubox2 .active
{
	text-decoration: underline;
}

#rightbox
{
	margin-bottom: 5mm;
}

#sub, #loginbox, #clearbox, #element4 p
{
	display: none;
}

#element2, #menubox1
{
	font-weight: bold;
}

#element4
{
	margin-top: 5mm;
}

#infobox
{
	border: 0.3mm solid black;
	margin-top: 5mm;
	margin-bottom: 5mm;
	padding: 3mm;
}

.textinput1, .textinput2, .textinput3, .select1, .htmlarea1, .htmlarea2
{
	color: black;
	background-color: white;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.htmlarea1, .htmlarea2
{
	font-size: 9pt;
}

td.infobox, td.infobox a, td.infobox_markiert, td.infobox_rechts
{
	padding-top: 1mm;
	padding-bottom: 1mm;
}

td.listing_head
{
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

td.listing_main
{
	font-size: 10pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

td.listing_left
{
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 75px;
	vertical-align: top;
	border-right: 1px solid black;
}

