/* CSS für P&P GmbH */

body {
	background-color:#eeeeee;
	color:#000000;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}


div#seite {
	width: 900px;
	background-color:#ffffff;
	position: absolute;
	margin-left: -450px; /* halbes width */
	left: 50%;           /* halber Bildschirm aka Zentrum */
	top: 2%;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

div#kopf {
	border-bottom-width: 5px;
	border-bottom-color: #fa8100;
	border-bottom-style: solid;
	background-image: url(../img/kopflogo.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 35px;
	padding: 10px;
	text-indent:230px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
}

div#menue {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 200px;
	background-color:#ffffff;
}

div#inhalt {
	padding-left: 250px;
	padding-top:  20px;
	padding-right:  20px;
	padding-bottom:  20px;
}

div#fuss {
	clear: both;
	border-top-width: 5px;
	border-top-color: #fa8100;
	border-top-style: solid;
	padding: 5px;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

.menueliste {
	background-color:#eeeeee;
	font-weight:bold;
	font-size:18px;
	margin:  5px;
	padding: 5px;
	list-style-type: none;
}

.menuerest {
	margin-top: 40px;
	padding: 10px;
	text-align:center;
}


div#menue a {
	text-decoration: none;
	display: block;
	color:#000000;
	padding: 5px;
	border-width: 4px;
	border-color: #ffffff;  /* unsichtbar, Hintergrundfarbe */
	border-style: solid;
}

div#menue a:hover {
	text-decoration: none;
	display: block;
	color:#000000;
	background-color:#ffffff;
	padding: 5px;
	border-width: 4px;
	border-left-color:   #000000;
	border-bottom-color: #000000;
	border-right-color:  #fa8100;
	border-top-color:    #fa8100;
	border-style: solid;
}


div#seite td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
}

td.l {
	text-align:left;
}

td.llg {
	text-align:left;
	border-left-width: 3px;
	border-left-color: #00ff00;
	border-left-style: solid;
	padding-left: 5px;
}

td.llr {
	text-align:left;
	border-left-width: 3px;
	border-left-color: #ff0000;
	border-left-style: solid;
	padding-left: 5px;
}

td.llw {
	text-align:left;
	border-left-width: 3px;
	border-left-color: #ffffff;
	border-left-style: solid;
	padding-left: 5px;
}

td.c {
	text-align:center;
}

td.r {
	text-align:right;
}


.inhaltueberschrift {
	font-weight:bold;
	font-size:18px;
}

.inhalttext {
}


.inhaltliste {
	list-style-type: square;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
}

ul[class=inhaltliste] li {
	padding-bottom: 20px;
	color:#000000;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

.htr {
	color:#cc0000;
	font-style:italic;
}

