body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:1em;
 color:black;
 background:white;
 margin:2em;
}

#header {
	position:relative;
	height:12em;
	border:none;
}

#logo {
	position:absolute;
	top: 0em;
	right:0em;
	width: 197px;
	height: 35px;
}

#headline {
	position:absolute;
	bottom:1em;
}

#content {
 padding:0;
 margin:0;
 border:none;
}

.fullwidth {
	width:874px;
	margin-left:0px;
	border:none;
}
	
h1 {
	font-size:1.2em;
	margin:0px;
}

h2, h3 {
	font-size:1em;
}

h2 {
	font-weight:bold;
	margin-top:1em;
	margin-bottom:1em;
}

#navigation
{
display:none;
}

.hide {
	display:none;
}