body {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color: #EBEBEB; 
	margin: 10 px 10 px 10 px 10 px;
	scrollbar-3dlight-color : #CCCCCC;
	scrollbar-arrow-color : #EBEBEB;
	scrollbar-base-color : #63A2BF;
	scrollbar-darkshadow-color : #CCCCCC;
	scrollbar-face-color : #63A2BF;
	scrollbar-highlight-color : #63A2BF;
	scrollbar-shadow-color : #63A2BF;
	scrollbar-track-color : #EBEBEB;
	font-size: 16px;
 	}
 	
.li2
{
	list-style-image: url(../images/listdot.gif);
	/*list-style-position:outside;*/
}

ul
{
	/*list-style-position:outside;*/
	margin-left:20px;
	/*position: left:20px;*/
	/*text-indent:0px;*/

}
hr{
	color:#000000;
	height:1px;
	}

.small {
font-size:smaller;
}

A {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	}

A:HOVER {
	}
	
a.nav{
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	}


	
.seitenueberschrift {	color : #000066;
	/*font-family: Times, Times New Roman, serif;*/
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 24px;
	/*font-style : italic;*/
	/*font-variant : small-caps;*/
}

.kapitelueberschrift {
	color : #000066;
	/*font-family: Times, Times New Roman, serif;*/
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	/*font-style : italic;*/
	/*font-variant : small-caps;*/
}

.unterkapitelueberschrift {
	color : #000066;
	/*font-family: Times, Times New Roman, serif;*/
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16px;
	/*font-style : italic;*/
	/*font-variant : small-caps;*/
}

.form  {
	border-top : 1px solid black; 
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
}
.form2  {
	border-top : 1px solid black; 
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	background-color : #E2E2E2;
}


