@charset "utf-8";
/* CSS Document */

/* Hauptelemente */

body, html, table
	{
		color:#000000;
		font-family:"courier new", Arial, Courier, monospace;
		font-size:12px;
		background-color:#ffffff;	/* Mint:#bbffff */
		scrollbar-base-color:#FFFFFF;
		scrollbar-3d-light-color:#FFFF00;
		scrollbar-arrow-color:#FFFF00;
		scrollbar-darkshadow-color:#000000;
		scrollbar-face-color:#FFFFFF;
		scrollbar-highlight-color:#FFFF00;
		scrollbar-shadow-color:#000000;
		scrollbar-track-color:#FFFFFF;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;

	}
	
input, textarea
	{
	}

td
	{
	}


/* Classes*/	
.stil1
	{
		font-size:18px;
		font-weight:bold
	}


/* ID's */
#logo
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-305px;
	margin-left:-400px;
	height:30px;
	width:80px;
}

#mainnav
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-290px;
	margin-left:-406px;
	height:15px;
	width:812px;
	text-align:right;
}

#imagenav
{
	position:absolute;
	height:15px;
	width:800px;
	text-align:center;
	overflow:hidden;
}

#imagemain
{
	position:absolute;
	top:30px;
	height:520px;
	width:800px;
}

#mainframe
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-400px;
	height:550px;
	width:800px;
	border-width:2px;
  	border-style:solid;
 	border-color:black;
}

#mainfoot
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:277px;
	margin-left:-403px;
	height:15px;
	width:803px;
	text-align:left;
}

#main
{
	position:absolute;
	height:550px;
	width:800px;
}

#main_scroll
{
	position:absolute;
	height:550px;
	width:800px;
	overflow:auto;
}


/* Links */
a, a:visited, a:link
	{
		color:#000000;
		text-decoration:none;
	}

a:hover, a:active, a:focus
	{
		color:#FF0000;
		text-decoration:none;
	}

