/* Neues Disign für Doris Steinebach
   begonnen 03.08.2016
   Letzte Aenderung: 21.08.2016
 */


* {
	margin:0;
	padding:0;
	}
body {
	background:#cadeb9 ;
	background-attachment:fixed;
	padding:14px 20px 0 73px;
	margin:0;
	color: rgb(3, 122, 4);
	font:normal 16px/140% Arial, Helvetica, sans-serif;
	}
a:link {
 color: #70ba70;
 font-weight: bold;
 }
a:visited {
 color: #70ba70;
 text-decoration: none;
 }
a.active {
 color: #518f51;
 text-decoration: underline;
}

h2 {
	text-align: center;
	}
p {
	font:normal 14px/140% arial;
	margin:6px 0;
	}
.page-wrapper {
	position:absolute;
	width:700px;
	margin:0;
	padding:0;
	background:transparent url(../images/lines.gif) repeat-y top left;
	}
.intro {
	position:relative;
	text-align:center;
	background:transparent url(../images/pink.jpg) no-repeat top left;
	width:335px;
	padding:190px 75px 0 75px;
	}
.list {
	position:relative;
	text-align:left;
	}
footer {
	position:absolute;
	background:url(../images/footerBg.gif) no-repeat top center;
	width:485px;
	height:48px;
	margin-left:-150px;
	padding-left:150px;
	padding-top:27px;
	padding-bottom:0;
	margin-bottom:0;
	z-index:300;
	text-indent:-150px;
	text-align:center;
	font-size:11px;
	}
.sidebar {
	position:absolute;
	top:0;
	width:200px;
	left:500px;
	font:bold 15px/21px arial;
	color:#358035;
	background:#fff url(../images/lines2.gif) repeat-y top center;
	float:left;
	}
.sidebar .wrapper {
	background:transparent url(../images/orange.jpg) no-repeat top left;
	padding:50px 25px 0 25px;
	width:150px;
	}
.sidebar a:hover {
	color:#fff;
	background-color:#428d42;
	text-decoration:none;
	}
.sidebar-selection a {
	display:block;
	}
.kontakt {
	font:bold 15px/21px italic;
	}
.counter {
	text-align:left;
	}
ul {
	margin:4px 0 16px 18px;
	}
li {
	margin:4px 0;
	list-style-image:url(../images/bullet.gif);
	}
.sidebar-bottom {
	margin:0 -25px;
	padding:0 25px 15px 25px;
	background:url(../images/linkListBottom.gif) no-repeat bottom center;
	margin-bottom:0;
	padding-bottom:14px;
	}