@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');

html, body {
	font: 16px 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	color: #2c250f;
	background-color: #fff;
	background: url(../images/textur.jpg) center top repeat fixed #fff;
}

body {
	height: auto;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

p, h1, h2, h3 {text-align: center; padding:0px 0px 30px 0px; margin: 0; line-height: 1.6em;}
h3 {padding-bottom: 0px; font-size: 18px; font-weight: bold; text-transform: uppercase;}

/* Farbe */

h3, #footer, a, a:hover {color: #6a561a;}

/* Elemente */
#logo {text-align: center;}
#content {background-color: #fff; padding-top: 30px; padding-bottom: 30px; min-width: 200px}
#footer {padding-bottom: 60px; padding-top: 40px;}
.element {padding-top: 20px; padding-bottom: 20px;}

.smallfont {font-size: 14px;}
#logo img { min-width: 60%;}
