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

a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #ad9961;
text-decoration: none;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:16pt;
	line-height:15pt;
	text-align:left;
}
p	{
	font-family: 'Open Sans', sans-serif;
	font-size:11pt;
	line-height:12pt;
	color:#fff;
}
body {
  	/*background:url("../Bilder/mockup_hoodie_8.jpg") no-repeat center center fixed; */
	background-color: #212121;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
}
#logo {
	z-index:101;
	position:fixed;
	width:250px;
	height:125px;
	left: 100px;
	/*left:50%;
	margin-left: -700px;
	top:50%;
	margin-top: 300px;*/
	bottom: 100px;
}