html
{
	margin: 0;
	padding: 0;
}


body
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: #666;
}

.black
{
	color: #000;
}

.bold
{
	font-weight: bold;
}



/*  -------------- LINKS ------------------- */


A
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

A:link,
A:visited
{
	color: #fff;
}

A:active,
A:hover
{
	color: #ffcc99;
}




/* -------------- CONTENT ------------------- */


#content
{
	position: absolute; 
	top: 0;
	left: 50%;
	width: 830px;
	margin-left: -415px;
	overflow: visible;
	z-index: 5;
}


/* -------------- HEAD ------------------- */



#content-text
{
	top: 320px;
	position:absolute;
	margin: 0 0 60px 306px;
}

#content-rand
{
	top: 320px;
	position:absolute;
	left: 0;
	width: 286px;
	text-transform: uppercase;
	font-size: 11px;
}

#content-ende
{
	clear: both;
}


/* -------------- FUSS ------------------- */


.copyright
{
	font-size: 9px;
	text-transform: uppercase;
	color: #ff9933;
}