/**************** www.pglandespflege.de - 2008 Julia Faulde ***/
html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken, Platz für Scrollbalken schon vorhanden
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	}
body {
	text-align:center;
 	background: #F1EEEB;
	}
p {
	margin:0 10px 10px 10px;
	line-height:140%;
	}
a img {
	border:0;
	}
/**************** Kopf: Oberes Menü, Logo und Bild ***/
#header {
	width:1000px;
	height:258px;
	margin:0;
	padding:0;
  	}
#header #navi_top{
	width:1000px;
	height:28px;
	background:#B1B96E;
  	}
#header #navi_top ul {
	margin:0;
	padding:0;
	display: inline;
	height:28px;
	z-index:200;
	}
#header #navi_top ul li {
	display: inline;
	float: left;
	height:28px;
	margin:0;
	padding:0;
	}
#header #navi_top ul li img {
   	border:0;
	}
#header #logo{
	position:absolute;
	margin:5px 0 0 0;
	padding:0;
	width:300px;
	height:220px;
	background:#ffffff;
	z-index:2;
  	}
#header #logo img{
	margin:130px 0 0 20px;
	border:0;
	width:260px;
	height:64px;
	padding:0;
  	}
#header #bild{
	position:absolute;
	margin:5px 0 0 313px;
	padding:0;
	width:687px;
	height:220px;
	z-index:1;
	}
#container {
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:0;
	}
/**************** Inhalt mit Menü Grüne Streifen sowie weißer Bereich ***/
#content {
	float:left;
	width:687px;
	}
#content #navi_haupt{
	width:687px
	margin:0;
	height:94px;
	}
#content #navi_haupt img{
	border:0;
	margin:0;
	padding:0;
	}
#content #navi_haupt ul{
	display: inline;
	margin:0;
	padding:0;
	}
#content #navi_haupt ul li{
	display: inline;
	width:687px;
	height:28px;
	margin:0;
	padding:0;
	}
#content #navi_haupt ul li a{
	display: block;
	width:687px;
	height:28px;
	margin:0 0 5px 0;
	padding:0;
	}
#content #innercontent{
	width:687px;
	background:#ffffff;
	margin:5px 0 0 0;
	min-height:455px;
	height:auto !important;  /* für moderne Browser */
	height:455px;  /*für den IE */
	}
* html #content #innercontent {
    margin:1px 0 0 0;
  	}
#content #innercontent p{
	color:#637D34;
	margin:16px 50px 0 28px;
	padding:0;
	}
#content #innercontent ul{
	color:#637D34;
	margin:12px 20px 0 45px;
	padding:0;
	}
#content #innercontent ul li{
	padding:3px 0;
	}
#content #innercontent a{
	background-image:url(images/arrow_text_off.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
	color:#637D34;
	padding:0 0 0 16px;
	margin:0;
	}
#content #innercontent a:hover{
	background-image:url(images/arrow_text_on.gif);
	text-decoration:none;
	color:#B1B96E;
	padding:0 0 0 16px;
	margin:0;
	}
#content #innercontent table{
	margin:16px 0 0 28px;
	width:625px;
	}
#content #innercontent table p.bodytext{
	margin:3px 0 0 0;
	}
#content #innercontent table.contenttable td{
	vertical-align:top;
	width:215px;
	padding:6px 6px 6px 0;
	}
#content #innercontent table.contenttable td img{
	border:1px solid #637D34;
	}
/**************** Rechte Spalte: Menü sowie Inhalt darunter: Bildslideshow in rgslideshow.css, grüne Rahmen mit Icons in contentwrapper.css ***/
#navigation {
	float:right;
	margin:0;
	width:300px;
	color: #348C40;
	}
#navigation #navi_sub ul{
	display:inline;
	margin:0;
	padding:0;
	}
#navigation #navi_sub ul li{
	display:inline;
	width:300px;
	height:28px;
	margin:0;
	padding:0;
	}
#navigation #navi_sub ul li a{
	display:block;
	width:300px;
	height:28px;
	margin:0 0 5px 0;
	padding:0;
	}
#navigation #navi_sub ul li img{
	border:0;
	}
#navigation table{
	border-collapse:collapse;
	margin:1px 0 20px 0;
    }

#navigation table td {
	color:#348C40;
	width:300px;
	border:1px solid #348C40;
	padding:3px;
	text-align:left;
	vertical-align:top;
	}
#navigation table td.td-0 {
	width:100px;
	}
/*
#extra {
	float:left;
	width:688px
	}
*/
/**************** Adresszeile, richtet sich an unterer Kante des längsten Inhaltes aus ***/
#footer {
	clear:both;
	width:100%
	}
#footer p {
    color: #348C40;
	margin:0;
	padding:2px 0 2px 28px;
	font-size:10px;
	}
#footer a {
	text-decoration:none;
    color: #348C40;
	font-size:10px;
	}
#footer a:hover {
	color:#88B943;
	}



