@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
 
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background: url(body-bg.gif) repeat-x top;
}


/* -------------------- Container ----------------- */

#container {
	margin: auto;
	padding: 0;
	width: 820px;
	height: auto;
}


/* -------------------- Header -------------------- */

#header {
	width: 820px;
	height: 253px;
	background: url(header3.jpg) no-repeat;	
}

#logo {
	margin: 60px 0 0 0;
	position: absolute;
}


/* -------------------- Main-Spalte ----------------- */

#main {
	margin: 10px auto;
}
#main a{
	color: #A16;
}
#main a:hover{
	color: #701;
}


/* -------------------- Section --------------------- */

#main #section {
	min-height: 200px;
	width: 565px;
	float: left;
	padding: 10px 25px 25px 10px;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #2E2E2E;
}

#main #section ul, ol {
	margin-left: 25px;
}

#main #section p {
	position: relative;
}

#main #section h1, h2, h3, h4, h5, h6 {
	padding: 10px 0 2px;
}

#main #section h1.headline {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	padding: 20px 0 4px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #7e484e;
	color: #7e484e;
	font-size: 23px;
}

#main #section .picwrap h2 {
	margin: 0;
	font-size: 16px;
}

#main #section .picwrap p {
	padding: 3px 0 9px;
}

#main #section .picwrap .image p {
	font-size: 11px;
	line-height: 12px;
	height: auto;
}

#main #section .picwrap .image.floatLeft {
	padding-top: 20px;
}

#main #section .picwrap .image .title {
	font-weight: bold;
	float: left;
	padding-right: 7px;
}

#main #section .picwrap .image .desc {
}

#main #section .picwrap .image .copy {
	color: #CCCCCC;
	padding-bottom: 20px;
	padding-left: 7px;
}

/* -------------------- Aside ---------------------- */

#main #aside{
	float: right;
	padding: 10px 0 25px 10px;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #2E2E2E;
}

#main #aside .picwrap ul, ol {
	margin-left: 25px;
}

#main #aside p {
	position: relative;
}

#main #aside h1, h2, h3, h4, h5, h6 {
	padding: 10px 0 2px;
}

#main #aside h1{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #7E484E;
}

#main #aside h2{
	font-size: 12px;
}

#main #aside h3{
	font-size: 12px;
}

#main #aside .picwrap ul li{
	list-style-type: disc;
	display: list-item;
}

#main #aside h1.headline {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	padding: 20px 0 4px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #7e484e;
	color: #7e484e;
	font-size: 23px;
}

#main #aside .picwrap h2 {
	margin: 0;
}

#main #aside .picwrap p {
	padding: 6px 0 6px;
}

#main #aside .picwrap a{
	text-decoration: none;
	color: #5C272C;
	font-weight: bold;
}

#main #aside .picwrap a:hover{
	text-decoration:underline;
}

#main #aside .picwrap .image p {
	font-size: 11px;
	line-height: 12px;
	height: auto;
}

#main #aside .picwrap .image.floatLeft {
	padding-top: 20px;
}

#main #aside .picwrap .image .title {
	font-weight: bold;
	float: left;
	padding-right: 7px;
}

#main #aside .picwrap .image .desc {
}

#main #aside .picwrap .image .copy {
	color: #CCCCCC;
	padding-bottom: 20px;
	padding-left: 7px;
}

.status {
	color: #F00;
	font-weight: strong !important;
	font-style: italic;
}

/* -------------------- Footer ---------------------- */

#footer {
	width: 100%;
	height: auto;
	min-height: 63px;
	background: url(footer-bg.gif) repeat-x top;
	float: left;
	font: normal 16px/24px "Times New Roman", Times, serif;
	color: #7E494E;
	padding-bottom: 10px;
}

#footer-section {
	clear: both;
	margin: auto;
	width: 820px;
	height: auto;
	min-height: 63px;
	margin: 20px auto;
	padding-top: 10px;
}

#footer-section img {
	padding: 0 15px;
}

#footer-section a {
	text-decoration: none;
	color: #7E494E;
}

#footer-section a:hover {
	text-decoration: underline;
}

#footer-section p {
	text-align: center;
}

#footer-agenturlink {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 250px;
	margin: auto;
}

#footer-agenturlink hr {
	border-top: 1px solid;
	height: 1px;
	text-align: center;
	margin: 10px 0 0;
	color: #D5AD55;
}

#footer-agenturlink a {
	font-weight: bold;
	color: #5C272C;
}
