body {
	background:#ECF0F1 url('images/bg-body.gif') repeat-x;
	color:#00314a;
	font: Arial, Verdana, Helvetica, Sans-Serif;
	text-align:center;
}

/* Beginn Struktur
--------------------------------------------------------------*/

#page {
	background:#fff;
	margin:0 auto;
	text-align:left;
}

#header {
	background: #df0404 url('images/header.jpg') no-repeat bottom center;
	height: 182px;
	position: relative;
	width: 900px;
}

#headerimg 	{
	height: 182px;
	position: relative;
	width: 900px;
}

#content {
	font-size: 13px;
	line-height: 1.2em;
	padding: 0;
}

#footer {
	border-top: 7px solid #E5EAED;
	clear: both;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 30px;
	padding: 10px 0 30px;
	text-transform: uppercase;
	width: 840px;
}

a {
	color:#df0404;
	text-decoration: none;
}

a:hover {
	color: #df0404;
	text-decoration: underline;
}

a img {
	border: none;
}

.downloadlink {
	background: url(images/pp-down.gif) no-repeat 0 2px;
	margin: 3px 0px;
	padding: 0 0 0 21px;
}

.downloadlink a {
	color: #df0404;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

acronym, 
abbr, 
span.caps {
	border-bottom: 1px dotted #00314a;
	cursor: help;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.archive-meta {
	font-style: italic;
	font-size: 11px;
}

big {
	font-size: 131.25%;
}

blockquote {
	background: #e5eaed url(images/quote.png) no-repeat 5px 5px;
	border-top: 1px solid #7f98a4;
	border-bottom: 1px solid #7f98a4;
	font-style: italic;
	font-size: 12px;
	margin: 10px 0;
	padding: 0 5px 0 40px;
}

blockquote cite {
	display: block;
	font-weight: bold;
	margin: 5px 0 0;
}

