/* Autor: Peter Geist */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size	:	1.6em;
	}
	
/* ____________________ Content ____________________ */

div#content {
	position: absolute;
	margin:	5px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #ffffcc;
}

html>body div#content	{
	margin		:	5px 0 0 0;
}

#content h1	{
	border-bottom: 1px solid #bcbcd0;
	margin: 1em 0 0 0;
	text-shadow: #ddd 0.2em 0.2em 0.2em;
	width: 98%;
}

#content h2, #content h3, #content h4 {
	color: #525b6e;
	text-shadow: #ccc 0.2em 0.2em 0.2em;
	margin:	1em 1em .5em 5%;
}
