body {
	margin: 0px;

	background-color: #DCE7DA;
  background-image:url(/fileadmin/images/allgemein/bg.gif);
	background-position: center;
  background-repeat: repeat-y;
}

table, tr, td  {
/* background-color: #ffffff; */
  border: 0px;
  border-collapse: collapse;
	 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	line-height: 16px;
}

/*
** Schriftformatierung 
** -----------------------------------------------------------------
*/


h1  {
	font-size: 16px;
	font-weight: bold;
	color : #49554B;
	margin-top: 10px; 
	margin-bottom: 28px;
	margin-left: 0px;
	padding-bottom: 0px;
	text-transform: none;
	/*background-color: inherit;*/
	border-width: 0px;
	border-color: #99B5D2;
	border-style: dotted;
}

h2  {
	font-size: 12px;
	font-weight: bold;
	color : #49554B;
	/*background-color: inherit;*/
	margin-top: 0px; 
	margin-bottom: 0px;
}

h3, h4, h5  {
	font-size: 12px;
	font-weight: bold;
	color : #49554B;
	margin-top: 0px; 
	margin-bottom: 0px;
}

h6  {
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	margin-top: 0px; 
	margin-bottom: 0px;
}

/*
** Angaben zum Inhaltsbereich
** -----------------------------------------------------------------
*/
.content {
  background-image:url(/fileadmin/images/allgemein/bgcontent.gif);
  background-repeat: repeat-x;
	
  background-color: #F3F7F2;
	width: 405px;
	height: 360px;
	
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #49554B;
	
	vertical-align: top;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 25px;

	border-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}

ul {
	 list-style-image: url(/fileadmin/images/allgemein/bullet.gif);
	 /* list-style-type: disc; */
	 padding-left: 16px;
	 margin-left: 0px;
}

li {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #49554B;
	
	margin-bottom: 4px;
}

a:link, a:visited, a:active  {
	text-decoration : none;
	color : #76A26F;
}

a:hover  {
	text-decoration : underline;
	color : #76A26F;
}




/*
** Header
** -----------------------------------------------------------------
*/
.weiss {
 background-color: #ffffff;
}

.logo {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.headerbg {
	background-color: #ffffff;
  background-image:url(/fileadmin/images/header/bg.gif);
  background-repeat: repeat;
}

.kapitelbild {
	margin: 0px;
	padding: 0px;
}


.breadcrumbs {
	color: #76A26F;
	background-color: #ffffff;

	vertical-align: middle;
	text-align: right;
	padding-right: 19px;
}

.home a:link, .home a:visited, .home a:active {
	color: #76A26F;
	text-decoration : none;
}
.home a:hover {
	color: #76A26F;
	text-decoration : underline;
}

.print a:link, .print a:visited, .print a:active {
	color: #76A26F;
	text-decoration : none;
}
.print a:hover {
	color: #76A26F;
	text-decoration : underline;
}



/*
** rechte Spalte
** -----------------------------------------------------------------
*/
.bildrechts {
	margin: 0px;
	padding: 0px;
}

.spalterechts {
  background-image:url(/fileadmin/images/allgemein/bgright.gif);
  background-repeat: repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}