/* SCHRIFT TYPEKIT 2013
museo-sans 300 - 300 Italic - 500 - 700 - 900

/* FARBEN: 2013
Orange: #f48308
Blau: #0889f4
Blau hell: #96c9f4
Braun: #845125

*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "museo-sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #845125;
	background-color: #fff;
}

#wrapper {
	position: relative;
	width: 500px;
	margin: 50px auto 20px auto;
}

#container {
	/* 	background-color: #ffd9d9; */
}

#main {
	position: relative;
	/* 	width: 500px; */
}

#main .inside {
	min-height: 1px; /* see #4893 */
	margin: 0;
}

h1 {
	font-size: 72px;
	font-weight: 700;
	text-align: center;
}

p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
}

p em {
	font-size: 12px;
	font-weight: inherit;
	font-style: italic;
	text-align: right;
	padding-left: 80px;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:focus {
	color: #0889f4;
}
