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

body
{
	background-color: white;
	margin: 0px;
	color: #2A3F55;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

p
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 9pt;
	line-height: 12pt;
}

h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13pt;
	line-height: 15.5pt;
}

h2
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
	font-style: italic;
	color: #66A1BF;
}

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

h4
{
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
	color: #66A1BF;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

abbr, .abbr
{
	border-bottom: 1px dotted #C7D7E2;
	cursor: help;
}

#drucklogo
{
	display: none;
}

#element1
{
	position: relative;
	width: 740px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/element1.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 93px;
	padding-right: 50px;
	text-align: right;
	color: #C7D7E2;
	font-size: 8pt;
	font-weight: normal;
}

#logo
{
	position: absolute;
	top: 22px;
	left: 55px;
}

#element2
{
	width: 784px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/element2.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 6px;
	overflow: hidden;
	padding-top: 7px;
	color: #66A1BF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#element2 ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#element2 li
{
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#element2 a
{
	color: white;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#element2 a:hover
{
	color: #66A1BF;
}

#element3
{
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/element3.png");
	background-position: left top;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 45px;
	padding-bottom: 20px;
	overflow: visible;
	min-height: 350px;
	_height: 350px; /*IE6-Ersatz für min-height*/
}

#element4
{
	width: 664px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/element4.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-left: 60px;
	padding-right: 66px;
	color: white;
	font-size: 7pt;
	line-height: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#element4 p
{
	float: right;
	margin-top: 0px;
	padding-left: 20px;
}

#element4 p, #element4 a
{
	color: white;
	font-size: 7pt;
	line-height: 10pt;
	text-decoration: none;
}

#element4 a:hover, #element4 .active
{
	color: white;
	font-size: 7pt;
	line-height: 10pt;
	text-decoration: underline;
}

#sub
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 35px;
}

#sub, #sub a
{
	color: #C7D7E2;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#sub a:hover
{
	text-decoration: underline;
}

#menubox
{
	float: left;
	width: 175px;
	padding: 0px;
}

#menubox img
{
	padding-bottom: 4px;
}

#menubox1, #menubox2
{
	padding-left: 14px;
	padding-right: 14px;
	font-size: 9pt;
	line-height: 11pt;
	text-decoration: none;
	margin: 0px;
}

#menubox1
{
	height: 20px;
	background-image: url("images/menubox1.png");
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 7px;
	text-align:center;
	color: #2A3F55;
}

#menubox1 a
{
	font-size: 9pt;
	line-height: 11pt;
	text-decoration: none;
	font-weight: bold;
	color: #2A3F55;
}

#menubox1 a:hover
{
	text-decoration: underline;
}

#menubox2
{
	background-image: url("images/menubox2.png");
	background-position: left bottom;
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menubox2 ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#menubox2 ul li, #menubox2 ul li a
{
	color: #2A3F55;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 7px;
	list-style-type: none;
	text-decoration: none;
}

#menubox2 ul li a:hover
{
	text-decoration: underline;
}

#menubox2 ul li ul li, #menubox2 ul li ul li a
{
	list-style-image: url("images/arrow2.png");
	color: #2A3F55;
	font-size: 7pt;
	line-height: 11pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
}

#menubox2 ul li ul li a:hover
{
	text-decoration: underline;
}

#menubox2 ul li ul li
{
	padding-left: 15px;
	list-style-position: inside;
}

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

#menubox2 p
{
	color: #2A3F55;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menubox2 p a, #loginbox p a
{
	color: #2A3F55;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 13px;
	padding-bottom: 2px;
}

#menubox2 p a:hover, #loginbox p a:hover
{
	text-decoration: underline;
}

#loginbox
{
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
}

#loginbox, #loginbox td, #loginbox p
{
	font-size: 7pt;
	line-height: 10pt;
	text-decoration: none;
}

#text
{
	margin-left: 200px;
}

#rightbox
{
	float: right;
	width: 180px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}

#rightbox.variabel
{
	width: auto;
}

#infobox
{
	background-color: #E7EEF2;
	padding: 10px;
	color: #2A3F55;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
}

table.infobox
{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 15px;
	border-top: 1px solid white;
}

td.infobox, td.infobox a, td.infobox_markiert, td.infobox_rechts
{
	color: #2A3F55;
	font-size: 7pt;
	line-height: 9pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.infobox a:hover
{
	text-decoration: underline;
}

td.infobox_markiert
{
	border-bottom-width: 0px;
	color: red;
	text-align: right;
	font-style: italic;
}

td.infobox_rechts
{
	text-align: right;
}

#infobox a, .infobox a
{
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 13px;
	padding-bottom: 2px;
	color: #2A3F55;
	text-decoration: none;
}

#infobox a:hover, .infobox a:hover
{
	text-decoration: underline;
}

table.textbox
{
	width: 314px;
	margin-bottom: 15px;
	border-top: 1px solid #2A3F55;
}

td.textbox, td.textbox a, td.textbox_markiert, td.textbox_rechts
{
	color: #2A3F55;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #2A3F55;
}

td.textbox_rechts
{
	text-align: right;
}

td.textbox a:hover
{
	text-decoration: underline;
}

td.textbox_markiert
{
	border-bottom-width: 0px;
	color: red;
	text-align: right;
	font-style: italic;
}

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

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

td.listing_left
{
	color: #66A1BF;
	background-color: #E7EEF2;
	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;
}

#text p a, .textbox a
{
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 13px;
	padding-bottom: 2px;
	color: #2A3F55;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
}

#text p a
{
	font-size: 9pt;
	line-height: 11pt;
}

#text p a:hover, .textbox a:hover
{
	text-decoration: underline;
}

#text ul
{
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 15px;
}

#text ul li, #text ul li a
{
	color: #2A3F55;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 5px;
	list-style-image: url('images/arrowb.png');
	text-decoration: none;
}

#text ul li a:hover
{
	text-decoration: underline;
}

#text ul.filetree
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#text ul.filetree li, #text ul.filetree li a
{
	color: #2A3F55;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	list-style-image: none;
}

#text ul.filetree li.file {
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 18px;
	margin-bottom: 2px;
}

#text ul.filetree li a:hover
{
	text-decoration: underline;
}

#text ul.filetree li.folder div {
	background-color: #568AAA;
	color: #FFFFFF;
	padding: 2px 5px;
	margin: 8px 0px 3px 0px;
	font-weight: bold;
}
	
#text ul.hell li.folder div {
	background-color: #C7D7E2;
	background-image: none;
}

#text ul.hell li.file {
	background-image: url("images/arrow_hell.png");
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 18px;
	margin-bottom: 2px;
}

#text ul.hell li.file div {
	background-color: transparent;
	color: #C7D7E2;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#text ul.hell li, #text ul.hell li a, #text ul.hell li a:hover
{
	color: #C7D7E2;
}

table.formular
{
	width: 314px;
	margin-bottom: 15px;
}

td.formular, td.formular_1a, td.formular_1b
{
	color: #2A3F55;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: #E7EEF2;
	vertical-align: top;
}

td.formular_1a
{
	width: 20px;
	text-align: center;

}


td.formular p, td.formular_1b p
{
	margin-bottom: 5px;
	padding-top: 5px;
}

#clearbox
{
	clear: both;
}

.markiert
{
	color: red;
}

.textinput1, .textinput2, .textinput3, .select1, .select2, .htmlarea1, .htmlarea2
{
	color: #2A3F55;
	background-color: white;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 1px;
	border: solid 1px #2A3F55;
	width: 150px;
}

.textinput2, .select1
{
	width: 70px;
}

.select2
{
	width: 180px;
}

.textinput3
{
	width: 100px;
}

.htmlarea1
{
	height: 75px;
	font-size: 9pt;
}

.htmlarea2
{
	width: 175px;
	height: 150px;
	font-size: 9pt;
}
