/* Grunddaten */
html	{	
	height: 100%;	
	overflow-y: scroll;
}

body	{
	margin: 0; 
	padding: 0;	
	height: 100%;
	width: 100%;
	overflow:auto;
	text-align:center;
	vertical-align:middle;
}

body, table, tr, td, th, p, .text	{	
	font-family: "Open Sans", sans-serif;
	font-weight: 300;	
	font-size: 16px;
 	font-style: normal;
	line-height: 120%;
	color: #565251;
	border: 0px;
	background-image: url(_bilder/bg.jpg);
	background-repeat:no-repeat; 
	background-position: center center; 
	background-attachment: fixed; 
	background-size: cover; 
	-moz-background-size: cover;
	background-color: #000000;
}

#top {
	float: left;
	width: 1px; 
	height: 40%;
	margin-bottom: -200px;
}

#container {
	clear: left;
	position: relative;
	margin: 0 auto;
	width: 500px; 
	height: 100;
}

#container .social {
	width: 50px; 
	height: 50px;
}

a {
	color: #36A6DF;
	text-decoration: none;
}

a:hover {
	color: #565251;
}