BODY
	{
	margin-right : 0px;
	margin-left : 0px;
	margin-top : 40px;
	margin-bottom : 0px;
	background-color: #000000;
	scrollbar-face-color : #FFFFFF;
	scrollbar-shadow-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color :#000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #000000
	}

body.test
	{background-color:#FFFFFF
	}

/* NAVIGATION */

table.navigation
	{
	background-image : url('spacer_orange.gif');	
	}
	
a.navigation_main
	{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
	}	

a.navigation_sub
	{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
	}	
	

/* CONTENT-HEADER */

table.contentHeader
	{
	background-image : url('spacer_grey.gif');	
	}
	

/* FLIESSTEXT */

h1
	{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 160%
	}

h2
	{
	color : #EB6A39;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
	}
	
p, td, ul
	{
	color : #404040;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:160%
	}

.headline2
	{
	color : #EB6A39;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height:180%
	}

.headline3
	{
	color : #EB6A39;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
a
	{
	color : EB6A39;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #EB6A39;
	border-bottom-style: dashed;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif
	}


/* FORMULAR */

.form
	{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	border-width : 1px;
	border-style : solid;
	border-color : #404040;
	background-color : #ffffff;
	margin : 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 0px
	}


