a:link {
	text-decoration: none;
	color: #A0A0A4;
	}
	a:visited {
	text-decoration: none;
	color: #A0A0A4;
	}
	a:active {
	text-decoration: none;
	color: #ffffff;

	}
	a:hover {
	text-decoration: none; 
	color: #ffffff;
	}
	
div#intro 
{
	position:relative;
	width:533;
	height:360;
	top: 10%;	
	background: url(images/intro.jpg) right top no-repeat;
	}
	
div#enter 
{
	position:relative;
	width:100;
	height:14;
	top: 15%;
	right: -25%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #A0A0A4;	
	}
	
div#background
{
	position:relative; 
	width:100%; 
	height:100%;
	align: center;
	}
	
div#titel
{
	position:relative;
	top: 8%;
	left: 50%;
	margin-left: -288px;	
	width: 575px;	
	height: 11px;
	background: url(images/bg_titel.jpg) center top no-repeat;

	}
	
div#main 
{
	position:relative;
	width:640;
	height:460;
	top: 10%;
	left: 50%;
	margin-left: -320px;
	border: 1px solid #ffffff;
	background: url(images/bg_all_3.jpg) right top no-repeat;
	}

div#menu
{
	position:absolute;
	height:14;
	bottom: 5%;
	right: 5%;
	z-index: 3;	
	}
	
div#menuitem
{
	position:relative;
	height:14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #A0A0A4;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A0A0A4;
	letter-spacing: 2px;
	float: left;
	padding-right: 5px;
	padding-left: 8px;
	}

div#content
{
	position:absolute;
	height: 380px;
	width: 480px;
	top: 8%;
	left: 15%;		
	z-index: 2;	
	overflow: hidden;
	text-align:left;
	}

div#flashcontent
{
	position:absolute;
	height: 400px;
	width: 600px;
	top: 15%;
	left: -5%;	
	z-index: 1;
	}


