body {
	background-color: #E4E4E4;
	background-image: url(../images/body.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	scrollbar-3dlight-color   : #929292;
	scrollbar-arrow-color     : black;
	scrollbar-base-color      : #E4E4E4;
	scrollbar-face-color      : #D8D8D8;
	scrollbar-highlight-color : #929292;
	scrollbar-track-color     : #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0446A9;
	margin-left: 25px;
}
/*____________________________________________Typo__________________________________________________*/

li {
	font-weight: bold;
	margin-top: 0px;
	margin-left: 15px; 
	list-style-type: square;
	/*list-style-position: inside;*/
}

.li {
	font-weight: bold;
	margin-top: 0px;
	margin-left: 25px;
   list-style-type: circle;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0446A9;
	margin-left: 25px;
	display: block;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #E20B07;
	margin-left: 25px;
	margin-bottom: 0px;
	border-bottom: solid 2px #F7BF07; 
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0446A9;
	margin-left: 25px;
	margin-bottom: 0px;
}



.p_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

/*____________________________________________Position Bild__________________________________________________*/

.bild_rechts {
	float: right;
	padding-left: 5px;
}

.bild_links {
	float: left;
	padding-right: 5px;
	padding-left: 25px;
}


/*____________________________________________Impressum__________________________________________________*/


input {
	background-color: white;
	border: solid 2px #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}


textarea {
	background-color: white;
	border: solid 2px #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}