/* CSS Document */
body
	{
		background-color:#FFCC66;
		font-family:Arial, Helvetica, sans-serif;
		color:black;
		font-size:12pt;
		text-align:justify;
		scrollbar-base-color:#ffcc66;
	}

/*Main Frame*/
.mainframe 
	{
		background-color:#ffff99;
	}
	

/*Überschrift 1*/
h1
	{
		color:black;
		font-size:24pt;
		font-weight:bold;
	}
	
/*Überschrift 2*/
h2
	{
		color:black;
		font-size:16pt;
		font-weight:bold;
	}
	
/*Kontakt*/
h4
	{
	font-size:10pt;
	font-weight: normal;
	}
	
/*Datenschutz*/
h5
	{
	font-size:8pt;
	text-align:justify;
	font-weight: normal;

	}
	
/*Datum der Aktualisierung*/
h6
	{
		font-size:7pt;
		text-align:center;
	}

dir
	{
		font-style:italic;
	}
	
div
	{
		text-align:center;
	}

/*Link*/
A
	{
	text-decoration:none;
	color:black;
	font-weight: bold;
	}



/*aktiver Link markieren*/
A:active
	{
	background-color:#ffff99;
	}

/*besuchter Link*/
A:visited
	{
	font-style: italic;
	font-weight: bold;
	color: #333333;



	}
	
/*aktiver Link*/
A:hover
	{
	background-color:red;
	color:#FFFF99;
	font-weight: bold;
	}
	
td
	{
	font-size: 12px;
	font-weight: normal;
	position: relative;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	}

