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



/* Allgemein ---------------------------------------------------------- */

body {
	background-color:#e8e8e8;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

img {
	border:0px;
}

/* -------------------------------------------------------------------- */



/* Layout ------------------------------------------------------------- */

#wrapper {
	width:950px;
	margin:0px auto;
}


#header {
	margin:0px;
	height:150px;
	text-align:center;
}

#main {
	background-image:url(../images/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#content {
	padding-left:24px;
	padding-bottom:12px;
	padding-right:30px;
	min-height:550px;
}

#conclusion {
	background-image:url(../images/bg_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:12px;
}

#footer {
	margin-top:10px;
	height:30px;
	padding-left:12px;
	padding-top:14px;
	font-weight:bold;
}


/* Text ----------------------------------------------------------------- */

.headline {
	
	font-size:22px;
	font-weight:bold;
	color:#8D8D8D;
	background-color:#DEDEDE;
	margin-top:5px;
	margin-bottom:12px;
	font-family:Verdana;
}
