body {
	width: 				100%;
	padding: 			0;
	margin: 			0;
	background-color:	#fff;	
	/*background-image:	url(/bilder/global/paragraph4.png);*/
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height:		20px;
	color: 				#333;
	display:			block;
}
iframe.iframe {
	width:			540px;
	height:			450px;
	margin:			0px -17px -17px 20px;
	padding:		0px;
	text-align:		left;
	border:			0px;
	background-color: #ccc;
	
	font-family:				Geneva, Arial, Helvetica, sans-serif;
	font-size: 					12px;
	scrollbar-arrow-color: 		#900; 
	scrollbar-face-color: 		#f5f5f5; 
	scrollbar-highlight-color: 	#900; 
	scrollbar-shadow-color: 	#900; 
	scrollbar-darkshadow-color: #f5f5f5; 
	scrollbar-track-color: 		#eee;
	overflow:					hidden;
	overflow-x:					hidden;
}
/**  **/
div.body_div {
	width:				100%; 
	text-align:			center; 
	margin: 			20px 0px; 
}
h1 {
	font-family: 		URWGroteskTLig, Geneva, Arial, Helvetica, sans-serif;
	
	font-size:			24pt;
	line-height:		32pt;
	color: 				#900;
	text-align:			left;
	width:				100%;
	margin:				0px;
	padding-top: 		5px;
}
h1.index {
	padding:			35px 35px 0px 35px;
	line-height:		25px;
}
h1.content {
	padding:			0px 0px 20px 0px;
	line-height:		25px;
}
h2.content {
	padding:			0px 0px 0px 0px;
	font-size:			14pt;
	line-height:		26pt;
	color: 				#900;
}
/*
h1.index {
	padding:			0px 0px 20px 0px;
	margin-top:			-5px;
}*/
/**  **/
a {
	text-decoration:	none;
	color:				#333;
	border-bottom: 		1px dotted #333;
}
a:hover {
	text-decoration:none;
	color:				#999;
	border-bottom: 		1px solid #999;
}
/**  **/
ul{
	margin: 			10px 0px 10px 5px;
}
li {
	list-style:			 none;
	list-style-position: outside;
	padding-left: 		 10px;
	margin-bottom:		 1px;
	background-image:	 url(/bilder/global/list.jpg);
	background-repeat:	 no-repeat;
	background-position: 0px 7px;
}