@charset "UTF-8";

@media screen, projection
{
	* { margin:0; padding:0; }

	body {
		font-size:100.01%;
		color:#000;
		text-align:left;
	
		background-color:#fff;
		background-image:url(../img/background.gif);
		background-position:Top Left;
		background-attachment:fixed; 
		background-repeat:repeat;
		
		font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
		font-size:11px;
		line-height:1.2em;
	}

	img {
		border:none;
	}
	
	div { outline:0 none; }
	
	#logos {
		position: absolute;
		left:50%;
		top:50%;
		margin-left: -120px;
		margin-top: -70px;
		width:240px;
	}
	
	.hide {
		display:none;
	}
	
	#datenschutz {
		width:300px;
		padding:3px;
		background-color:#fff;
	}
	
	a, a:active, a:link, a:hover, a:visited {
		color:#000;
	}
}