/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Arial";
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image:url(..css/bg_inhalt.jpg);
	font-family: "Arial";
	font-size: 8pt;
}
/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}
table{
	font-family: "Arial";
	font-size: 8pt;
         font-weight:bold;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/***********************************************/
/* End Layout Divs                             */
/***********************************************/