@import 'fonts.css';

body {
	padding: 0;
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 17px;
	color: #fff;
	background-color: #535561;
	height: 100%;
	background: url(../gfx/ground_body.jpg) no-repeat right bottom; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


html {
	overflow-y: scroll;
	min-height: 100%;	
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}


a {
	outline: 0;
	color: #fff;
	border-bottom: 2px solid #86899D;
	text-decoration: none;
}

/*----------------------------------------------------------------*/
/* Typo */
/*----------------------------------------------------------------*/

	h1 {
		 color: #fff;
		 font-size: 50px;
		 font-weight: bold;
		 margin: 0px;		 
		 padding: 0px;
		 padding-bottom: 15px;
		 padding-top: 40px;
		 background-image: url(../gfx/ground_h1.png); background-position: left bottom; background-repeat: no-repeat;
	}


/*----------------------------------------------------------------*/
/* Seitengestaltung Basic */
/*----------------------------------------------------------------*/

#wrapper {
	width: 100%;
	position: absolute;	
	top: 38%;
}

#contentbox {
	width: 330px;
	margin: 0 auto;	
	padding-left: 170px;
	background-image: url(../gfx/ground_box.png); background-position: left top; background-repeat: no-repeat;
}