html, body {
	margin:0;
	padding:0
}
body {
	font: 76% arial, sans-serif
}
p {
	margin:0 10px 10px
}
a {
	display:block;
	color: #981793;
	padding:10px
}
div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B
}
div#content p {
	line-height:1.4
}

div#extra {
	background:#f6f6f6
}
div#footer {
	background: #fff;
	color: #FFF
}
div#footer p {
	text-align:center;
	margin:0;
	padding:5px 10px
}
div#floater {
	float:left;
	width:100%
}
div#content {
	margin: 0 10%
}
/* LAYOUT FLUSS */
div#navigation {
	float:left;
	width:10%;
	margin-left:-100%
}
div#extra {
	float:left;
	width:25%;
	margin-left:-25%
}
div#footer {
	clear:left;
	width:100%
}
.no_underline {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
