/************Allgemeine Deklarationen *************/

body { 
	margin: 0px;
	padding: 0px;
	text-align: center;	
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;	
	background: #000000;
	color: #ff3300;
	overflow:hidden;
}

/* bilder ohne rahmen darstellen */
img {
	border: none;
}

/* Links */
a {	
	color: #dea12a;
	text-decoration: none;	
}

a:hover {	
	color: #ff3500;
	text-decoration: none;
}

.ClearBoth {
	clear: both;	
}

#wrapper {
	background-color: transparent; 
	padding: 0px; 	
	margin: -90px 0 0 -350px;  
	position:absolute; 
	top: 50%; 
	left: 50%; 
	width: 700px; 
	height: 180px;
}

#contact{
	padding: 18px 0px 0px 0px;	
}

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 306px;
	width: 306px;
	background: url(../images/cbanner.gif) no-repeat;
    text-indent: -999em;
    text-decoration: none;
}
