@charset "utf-8";

/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);

body {
	background: url(bilder/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	
}

#contentbox {
	width: 1024px;
	height: 800px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	transform: translate3d(0,0,0);
    box-shadow: 0px 0px 5px #666666;
	border-radius: 7px;
}

#header {
	position: relative;
	width: 1024px;
	height: 130px;
	background: #FFF;
	border-radius: 7px;
}


#logo {
	background-image: url(bilder/logo.jpg);
	width: 400px;
	height: 122px;
	margin-top: 8px;
	float: left;
}


#hcontainer {
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}


#h1 {
	width: 450px;
	height: 20px;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
}
	
#h2 {
	width: 450px;
	height: 20px;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
}


#pcontainer {
	width: 900px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


#p1 {
	width: 440px;
	height: auto;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	float: left;
}


#p2 {
	width: 440px;
	height: auto;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	float: left;
	margin-left: 10px;
}