body {
     background: url(images/hintergrund_main.gif);
	  background-position: top;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: left;
	  scrollbar-3dlight-color   : #FF8C00;
	  scrollbar-arrow-color     : #DC301F;
	  scrollbar-base-color      : #CCCCC;
	  scrollbar-face-color      : #C0C0C0;
	  scrollbar-highlight-color : #CCCCC;
	  scrollbar-track-color     : #E8E8E8;
}                              

p {
   color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 23px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p2 {
   color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blackbox {
   color: White;
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.p1 {
   color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.h1 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h2 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
   text-decoration: underline;
}

h3, .h3 {
	color: #FF8C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h3_underline_orange {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
   border-bottom: 1px;
   border-bottom-color: #FF8C00;
	border-bottom-style: solid;
	border-bottom-width: thin;
	
}

img {
	border: 0px;
}

