/* Hintergrund Browser*/

body { 	margin: 0; }

#main  {
	background-repeat: repeat; 
	positon: relative;
	background-color: #fff;
	margin-top: 50px;	
	}

/* Hauptcontainer */	
#box {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; color:#666;
	overflow:hidden;

	margin: 0px auto;
	text-align:left;
	background-image:url(../img/joomilette.jpg); background-repeat:no-repeat;
	width:	751px; 
	height: 561px; 
	border: 0px solid #999;
	}

#content { 
	position:relative;
	top: 650px ; left: 792px;
	width: 148px;
	padding: 0; 
}

#footer {
	position:relative;
	top: 510px; left: 15px;
	width:180px;
}


copyright { font-size: 9px; text-decoration:none; }

.copyright a:link, .copyright a:visited {
	color: #999;
	font-size: 9px;
	text-decoration:none; 
} 
.copyright a:hover { color: #bcd1fa;  outline:none; }
.copyright a:active, .copyright a:focus { outline:none; }
