@font-face {
    font-family: 'ralewaybold';
    src: url('http://www.f-cube.de/raleway-bold-webfont.eot');
    src: url('http://www.f-cube.de/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.f-cube.de/raleway-bold-webfont.woff') format('woff'),
         url('http://www.f-cube.de/raleway-bold-webfont.ttf') format('truetype'),
         url('http://www.f-cube.de/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayextrabold';
    src: url('http://www.f-cube.de/raleway-extrabold-webfont.eot');
    src: url('http://www.f-cube.de/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.f-cube.de/raleway-extrabold-webfont.woff') format('woff'),
         url('http://www.f-cube.de/raleway-extrabold-webfont.ttf') format('truetype'),
         url('http://www.f-cube.de/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaylight';
    src: url('http://www.f-cube.de/raleway-light-webfont.eot');
    src: url('http://www.f-cube.de/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.f-cube.de/raleway-light-webfont.woff') format('woff'),
         url('http://www.f-cube.de/raleway-light-webfont.ttf') format('truetype'),
         url('http://www.f-cube.de/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('http://www.f-cube.de/raleway-regular-webfont.eot');
    src: url('http://www.f-cube.de/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.f-cube.de/raleway-regular-webfont.woff') format('woff'),
         url('http://www.f-cube.de/raleway-regular-webfont.ttf') format('truetype'),
         url('http://www.f-cube.de/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	body {
		background: #E5F3FF;
}


body {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 800px;
	margin-top: 30px;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	position: relative;
	border-left: 1px solid #d1d1d1;	
	border-right: 1px solid #d1d1d1;	
	-moz-box-shadow: 5px 0px 5px #d1d1d1, -5px 0px 5px #d1d1d1;
	-webkit-box-shadow: 5px 0px 5px #d1d1d1, -5px 0px 5px #d1d1d1;
	box-shadow: 5px 0px 5px #d1d1d1, -5px 0px 5px #d1d1d1;
	border-radius: 10px;
	background: #fff;
	
}

#header {
	padding: 10px 0px 6px 0px;
	text-align: center;
}


#content p {
	padding: 10px 30px 30px 30px;
	font-family: "ralewayregular", sans-serif;
	line-height: 30px;
	text-align: center;
}


#content a {
	color: #0b85ea;
	text-decoration: underline;
}
h1 {
	background: #0b85ea;
	color: #fff;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	font-size: 26px;
	font-family: 'ralewayregular', sans-serif;
	font-weight: normal;
	text-align: center;

}

h2 {
	background: #9dcef7;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	font-size: 18px; 
	font-family: 'ralewaybold';
	color: #fff;
	font-weight: normal;
}


@media (max-width: 800px) {

	#wrapper {
		width: 320px;
		margin-left: -160px;
	}
	
	h1 {
		font-size: 20px;
	}
}


