@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
background-color:#3d3d3d;  /* hintergrundfarbe dunkelgrau*/
background-image:url(bg.gif); /* hintergrundbild*/
background-repeat:repeat-x; /* hg-bild in der x-achse wiederholen*/
background-attachment:fixed; /* hg-bild zentrieren*/
background-position:center; /* hg-bild zentrieren*/
}

#container {
	width:360px; /* breite des zu zentrierenden divs*/
	height:100px;/* höhe des zu zentrierenden divs*/
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px; /* 1/2 breite des zu zentrierenden divs*/
	margin-top: -50px;	/* 1/2 höhe des zu zentrierenden divs*/
	text-align:center;
}


	img {border: 0;}

	A:link		{background-color:#ffffff; text-decoration: underline; color:#3d3d3d;}
	A:visited	{background-color:#ffffff; text-decoration: underline; color:#3d3d3d;}
	A:active	{background-color:#ffffff; text-decoration: underline; color:#3d3d3d;}

	

#links {
margin-top:90px;
color:#FFFFFF;
	
}

#links A:link		{background-color:#3d3d3d; text-decoration: underline; color:#ffffff;}
#links A:visited	{background-color:#3d3d3d; text-decoration: underline; color:#ffffff;}
#links A:active		{background-color:#3d3d3d; text-decoration: underline; color:#ffffff;}


#googlelegal {
	background-color:#3d3d3d;
	color:#ffffff;
	position:fixed;
	top:30px;
	display:none;
}

#footer {
	font-size:10pt;
    position:fixed;
	left:0px;
    bottom:0px;
	background-color:#b7b7b7;
	text-align:center;
	width:100%;
}

#footer A:link		{background-color:#b7b7b7; text-decoration: underline; color:#3d3d3d;}
#footer A:visited	{background-color:#b7b7b7; text-decoration: underline; color:#3d3d3d;}
#footer A:active	{background-color:#b7b7b7; text-decoration: underline; color:#3d3d3d;}





