
html, body {	background: rgb(161,200,94);	color: rgb(82,82,82);}
html, body, a, h2, h3, h4, div, p, ul, li, input, table {		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;}
html {	height:100%;}
body {	min-height:101%;}

img {	         border: none;	text-decoration: none;	}
table, td, div { border:0;}


p { 		margin: 0px 0px 12px 0px;}

body {
	min-width: 768px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

div.bg {
	width: 768px;
	height: 100%;
	margin: 0 auto 0; 
	text-align: left;
	background:  url(../images/hg-content.gif) 50% 0 repeat-y;
}

div.dokument {
	width: 768px;
	height: 100%;
	margin: 0 auto 0; 
	text-align: left;
}

#kopf {
	width: 768px;
	height: 200px;
	margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px;
	background:url(../images/hg-kopf.gif) center no-repeat ;
}

#kopf img {	margin: 30px 0px 0px 20px;	padding:0;}
#kopf a { 		text-decoration: none;		border: none;	background:none;	padding:0;}

/*-- content
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

table.content {	width:768px;	height: 350px;	vertical-align: top; margin: 0px;	padding: 0px; text-align:left; background:none;}

td.c-nav {	width: 190px;	height: auto;	vertical-align: top;	margin:0; padding: 65px 0px 20px 0px;}
#content-nav {  	text-align:left;}

td.c-mi {		width: 520px;	height: auto;	vertical-align: top;	margin:0; padding:20px 0px 20px 0px;}
#content-mi {	   	text-align:left; line-height:15px;}

td.a-1 {	 width: 15px;	height: auto;	vertical-align: top;margin:0; padding:0;}
img.a-1 { width: 15px;	height: 400px;}
td.a-2 {	 width: 15px;	height: auto;	vertical-align: top;margin:0; padding:0;}
img.a-2 { width: 15px;	height: 400px;}
td.a-3 {	 width: 28px;	height: auto;	vertical-align: top;margin:0; padding:0;}
img.a-3 { width: 28px;	height: 400px;}

div.hg-nav {  width: 190px; 	margin:0; padding:0; 	display:table;   background:none;}

/*-- menue 1
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

#nav ul {	width:190px;	list-style:none;	margin:0px 0px 0px 0px;	padding:0px;}
#nav li {	width:190px;	display: block;	line-height:18px;	margin:0px 0px 4px 0px;	padding:0px;	background:none;}

#nav ul li a {
color:rgb(82,82,82);
font-weight:normal;
text-decoration:none;
margin:0px;
padding: 0px 0px 0px 20px;
display: block;
border: none;
background: url(../images/hg-menue.gif) no-repeat left;
}
html>body #nav a:link, #nav a:visited {
height:auto;
}

#nav ul li a:hover {
color:rgb(51,51,51);
font-weight:normal;
text-decoration:none;
display: block;
border: none;
background: url(../images/hg-menue.gif) no-repeat left;
}

/* you are here 
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

body#home li#homea a, 
body#impressum li#impressuma a
{
color:rgb(0,0,0);
font-weight:bold;
background: url(../images/hg-menue-marked.gif) no-repeat left;
}





/*--  ueberschriften
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

h1 {
	clear:both; 
	height:16px;
	margin: 0px 0px 25px 0px;
	padding: 5px 5px 0px 0px;
	color: rgb(121, 160, 54);
	font-size: 13px;
	font-weight: bolder;
	text-align:left;
	background: none;
	border-bottom: 1px solid rgb(180,180,180);
}

h2 {
	margin: 0px 0px 25px 0px;
	padding: 0px 5px 0px 0px;
	color: rgb(121, 160, 54);
	font-size: 11px;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(82,82,82);
	font-size: 11px;
	font-weight: bold;
}
h4 {						
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(112,112,112);
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight:500;
}

h5 {
    clear:both;
	position:relative;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(92,92,92);
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dashed  rgb(112,112,112);
}
h6 {
    clear:both;
	position:relative;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(92,92,92);
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid rgb(112,112,112);
}

/*--  txt hervorhebung
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

.txt {	color: rgb(0,0,0); font-weight:bold;}


.xs  {		/* wie h4*/				
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(112,112,112);
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight:500;
}


/*-- links
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

a {	outline:none;}

a:link {	color: rgb(0, 79, 31); text-decoration:underline;}
a:visited {	color: rgb(0, 79, 31); text-decoration:underline;}
a:hover {	color: rgb(0, 79, 31);   text-decoration:underline;}
a:active {	color: rgb(0, 79, 31); text-decoration:underline;}

a.txt {				font-weight: bold; text-decoration:underline;}
a.txt:hover {	font-weight: bold; text-decoration:underline;}

#linkohne { border: none; text-decoration:none; background:none;}


/*--  hoch + info
_________________________  */

#hoch {		position:relative;	width: 520px; 	height: 15px;	margin:10px 0px 0px 0px;	padding:10px 0px 0px 0px; 	text-align: right;	float:left;	clear:both;}
#hoch a {	color: rgb(160,160,160);	font-size:9px; text-decoration:underline; }
#hoch a:hover {	color: rgb(0,0,0);}

/*--  content  mi + re
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

#content-mi ul { list-style:none;	width:445px; display: block; margin:0px 0px 12px 0px; padding:0px 0px 0px 65px; }
#content-mi li { background: url(../images/listenpunkt.gif) top left no-repeat;	 line-height:16px; margin:5px 0px 0px 0px; padding:0px 0px 0px 15px; display: block;}

#content-mi ul.klein { list-style:none;	width:210px; display: block; margin:0px 0px 12px 0px; padding:0px 0px 0px 20px; }
#content-mi li.klein { background: url(../images/listenpunkt.gif) top left no-repeat;	 line-height:16px; margin:5px 0px 0px 0px; padding:0px 0px 0px 15px; display: block;}

#fl ul { list-style:none;	width:235px; display: block; margin:0px 0px 12px 0px; padding:0; }
#fl li { background: url(../images/listenpunkt.gif) top left no-repeat;	 line-height:16px; margin:5px 0px 0px 0px; padding:0px 0px 0px 15px; display: block;}

#fr ul { list-style:none;	width:235px; display: block; margin:0px 0px 12px 0px; padding:0; }
#fr li { background: url(../images/listenpunkt.gif) top left no-repeat;	 line-height:16px; margin:5px 0px 0px 0px; padding:0px 0px 0px 15px; display: block;}

#content-mi ol.dezi {	width:445px;	display: block;	margin:0px 0px 12px 0px;	padding:0px 0px 0px 40px;	list-style-type: decimal;  background:none;}
#content-mi li.dezi { 	list-style-type: decimal;  line-height:16px; margin:5px 0px 0px 0px; padding:0px 0px 0px 10px; display: list-item; background:none;}

#fl ol.dezi, #fr ol.dezi { width:215px;	display: block;	margin:0px 0px 0px 0px;	padding:0px 0px 0px 30px;	list-style-type: decimal;  background:none; }
#fl li.dezi,#fr li.dezi  { list-style-type: decimal;  line-height:16px; margin:5px 0px 0px 0px; padding:0px 0px 0px 5px; display: list-item; background:none;}

/*--  abstaende
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

.a-leer  {	height:1px; width:520px;clear:both; margin:0;	padding:0;}

.abi  {		height:14px; width:100%;clear:both; margin:10px 0px 30px 0px;	padding:0px 0px 0px 0px; background:url(../images/hg-abi.gif) top right no-repeat;}

.a10 { height:10px; width:100px;clear:both;}
.a20 { height:20px; width:100px;clear:both;}
.a30 {	height:30px; width:100px;clear:both;}
.a40 {	height:40px; width:100px;clear:both;}
.a50 {	height:50px; width:100px;clear:both;}
.a60 {	height:60px; width:100px;clear:both;}
.a70 {	height:70px; width:100px;clear:both;}
.a80 {	height:80px; width:100px;clear:both;}
.a90 {	height:90px; width:100px;clear:both;}
.a100 {	height:100px; width:100px;clear:both;}
.a120 {	height:120px; width:100px;clear:both;}



/*--  floats 
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

#hg {			position:relative; float:left;	width: 520px; 	margin: 0px 0px 30px 0px;}
#hg-450 {	position:relative; float:right;	width: 450px; 	margin: 0px 0px 30px 0px;}
#hg-350 {	position:relative; float:right;	width: 350px; 	margin: 0px 0px 30px 0px;}

div.bi-fl {	position:relative; float:left;    	clear:left; 	width:250px; margin:0px 0px 0px 0px; padding:0; text-align:center;}
div.bi-fr {	position:relative; float:right; 	clear:right;	width:250px; margin:0px 0px 0px 0px; padding:0; text-align:center;}

div#bi-fl {	position:relative; float:left;    	clear:left; 	width:250px; margin:0px 0px 0px 0px; padding:0; text-align:center;}
div#bi-fr {	position:relative; float:right; 	clear:right;	width:250px; margin:0px 0px 0px 0px; padding:0; text-align:center;}

div.fl {			position:relative; float:left;		 clear:left; 	width:250px; margin:0px 0px 0px 0px; padding:0; display:block;}
div.fr {		position:relative; float:right; 	clear:right; 	width:250px; margin:0px 0px 0px 0px; padding:0; display:block;}

div#fl {		position:relative; float:left;		clear:left; 	width:250px; margin:0px 0px 0px 0px; padding:0; display:block;}
div#fr {		position:relative; float:right; 	clear:right; 	width:250px; margin:0px 0px 0px 0px; padding:0; display:block;}

.fl {	float:left; margin:0px 20px 20px 10px; padding:0;}
.fr {	float:right; margin:0px 10px 20px 20px; padding:0;}


div#bi-fl-150 {	position:relative; float:left;    	clear:left; 	width:150px; margin:0px 0px 0px 0px; padding:0; text-align:center;}
div#bi-fr-150 {	position:relative; float:right; 	clear:right;	width:150px; margin:0px 0px 0px 0px; padding:0; text-align:center;}

div#fr-350 {		position:relative; float:right; 	clear:right; 	width:350px; margin:0px 0px 0px 0px; padding:0; display:block;}
div#fl-350 {		position:relative; float:left;		clear:left; 	width:350px; margin:0px 0px 0px 0px; padding:0; display:block;}


/*--  kontakt 
_________________________  piperweb.de    */

div.li-200 {		position:relative; float:left; 		clear:left;		width: 200px; 	margin: 20px 0px 20px 0px; 	text-align: right;}
div.re-300 {	position:relative; float:right; 	clear:right;	width: 300px; 	margin: 20px 0px 20px 0px; 	text-align: left;}

div#li-200 {	position:relative; float:left; 		clear:left;		width: 200px; 	margin: 0px 0px 20px 0px; 	text-align: right;}
div#re-300 {	position:relative; float:right; 	clear:right;	width: 300px; 	margin: 0px 0px 20px 0px; 	text-align: left;}

div#li-300 {	position:relative; float:left; 		clear:left;		width: 300px; 	margin: 0px 0px 20px 0px; 	text-align: right;}
div#re-200 {	position:relative; float:right; 	clear:right;	width: 200px; 	margin: 0px 0px 20px 0px; 	text-align: left;}





/*-- sitemap
_________________________  piperweb.de    */
#sitemap-u ul { 		width:500px; display: block;  margin:0px 0px 0px 10px; padding:0; }
#sitemap-u li { 			list-style:none;	line-height:20px; font-size: 12px; font-weight: bold;  margin:0px 0px 0px 0px; padding:0;	border-bottom: 1px solid rgb(204,204,204);	display: block;	background: none; }

#sitemap-u1 ul { 	width:450px; display: block; margin:7px 0px 0px 60px; padding:0; }
#sitemap-u1 li { 		list-style:none;	line-height:20px;  font-weight: bold;	 display: block; margin:0; padding:0px 0px 0px 20px;	background: url(../images/listenpunkt-sitemap.gif) no-repeat left; }
#sitemap-u2 ul { 	width:400px; display: block; margin:0px 0px 0px 110px; padding:0; }
#sitemap-u2 li { 		list-style:none;	line-height:20px;  font-weight: normal;	 display: block; margin:0; padding:0px 0px 0px 20px;	background: url(../images/listenpunkt-sitemap.gif) no-repeat left; }
#sitemap-u3 ul { 	width:350px; display: block; margin:0px 0px 7px 160px; padding:0; }
#sitemap-u3 li { 		list-style:none;	line-height:20px;  font-weight: normal;	 display: block; margin:0; padding:0px 0px 0px 20px;	background: url(../images/listenpunkt-sitemap.gif) no-repeat left; }


/*-- impressum, webdesign
_________________________  piperweb.de    */

body#impressum a.webdesign { 				color: rgb(112,112,112); font-size: 9px;	font-style: normal;	text-decoration: none;	 font-weight:500;	border: none; background:none; cursor: auto;}
body#impressum a.webdesign:hover {	color: rgb(112,112,112); font-size: 9px;	font-style: normal;	text-decoration: none;	 font-weight:500;	border: none; background:none; cursor: auto;}
body#webdesign a {									color: rgb(82,82,82); text-decoration: none; background:none;	border: none;}
body#webdesign a:hover {						color: rgb(82,82,82); text-decoration: none; background:none;	border: none;}



/*--  abschluss
_________________________  HTML > CSS; [&copy; by piperweb.de]    */

#abschluss {		height:2px;	background:url(../images/hg-abschluss.gif) no-repeat top;		color:rgb(102,102,102);	text-align:center;	width: 768px; margin: 0; padding:0;}

#abschluss a {		     	font-size: 10px;	color:rgb(102,102,102);	font-weight:bold;	text-decoration: none;	 border:none;}
#abschluss p {				font-size: 10px;	line-height:20px;				margin: 0px 0px 0px 0px;	padding: 0px;}
#abschluss span.bull  {	font-size: 10px;	color:rgb(102,102,102);	margin: 0;	padding: 0px 4px 0px 4px;}

/*--  abschluss
_________________________  piperweb.de   */

#piperweb { 				width: 764px; height: 80px; margin: 0; padding:0;		background:none;}

#piperweb span {		width: auto;	margin: 10px 0px 0px 0px; text-align: right;	position:relative; float:right; 	font-size: 9px;	word-spacing: 0.3em;	font-family: "Trebuchet MS"; }
#piperweb span a {	width: auto; color: rgb(140,140,140);	font-size: 9px;	word-spacing: 0.3em;	font-family: "Trebuchet MS";	text-decoration: none;	 border:none; background:none; }
#piperweb span a:hover {			color: rgb(140,140,140); 	text-decoration: none;	 border:none; background:none;}
#piperweb span a.piperweb {	padding: 10px 20px 10px 10px; }
#piperweb span a.sitemap {		padding: 10px 10px 10px 10px; }

#piperweb span.bull {	 			padding: 2px 3px 10px 3px;		color: rgb(140,140,140); 	font-size: 7px;}

#piperweb span.related {					color: rgb(160,160,160);	padding: 20px 20px 10px 0px; }
#piperweb span.related a {				color: rgb(160,160,160);}
#piperweb span.related a:hover {	color: rgb(160,160,160);	text-decoration: none;	 border:none; background:none;}















