/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/

* {
	margin: 0;
	padding: 0;
}
/* Clearfix fuer das Float-clearing */

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* IE 7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

body {
	background: url(../../images/bg.jpg) repeat-x;
	background-color: #E36F7A;
	text-align: center;
}
#wrapper {
	width: 902px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	background: url(../../images/header_bg2.jpg);
	min-height: 199px;
	height: auto !important;
	height: 199px;
	}
#wrapper div.home {
	background: url(../../images/header_bg.jpg);
	}
#wrapper div.fragen {
	background: url(../../images/header_bg3.jpg);
	}
#logo {
	width: 211px;
	height: 105px;
	position: absolute;
	z-index: 10;
	top: 34px;
	left: 140px;
	}
#left {
	background: url(../../images/navi_bg.jpg) no-repeat;
	height: 458px;
	width: 280px;
	z-index: 5;
	position: absolute;
	top: 120px;
	left: -39px;
	text-align: right;
	font-size: 0.75em;
	}
#center {
	min-height: 377px;
	height: auto !important;
	height: 377px;
	background: url(../../images/content_bg.jpg) repeat-y;
	width: 733px;
	margin-left: 122px;
	padding-left: 125px;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 48px;
	overflow: hidden;
	}
#footer {
	background: url(../../images/footer_bg.jpg) no-repeat;
	height: 42px;
	width: 733px;
	margin-left: 122px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
	padding-top: 5px;
	margin-bottom: -10px;
	}
	
/************************************************
*				Styleelemente					*
************************************************/

a img {
	border: none;
	}
a.copyright {
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	margin-left: 122px;
	margin-bottom: 10px;
	display: inline-block;
	}
#center h1 {
	font-size: 1.69em;
	color: #b92d3a;
	padding-bottom: 15px;
	}
#center h2 {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 5px;
	}
/************************************************
*				Navigation						*
************************************************/	

#left ul {
	list-style: none;
	line-height: 2.4em;	
	width: 159px;
	position: relative;
	top: 90px;
	left: 83px;
	}
#left ul li {
	width: 100%;
	border-bottom: 1px dashed #b92d3a;
	}
#left ul li a {
	text-decoration: none;
	display: block;
	padding-right: 10px;
	}
#left ul li a:link,
#left ul li a:visited {
	color: #c42b39;
	}
#left ul li a:hover,
#left ul li a:active {
	color: #000;
	background-color:  #fdf2f7;

	}
#left ul ul {
	top: 0;
	left: 0;
	line-height: 1.69em;
	}
#left ul ul li {
	/*background: none;*/
	width: 100%;
	border-bottom: none;
	}
#left ul ul li a {
	padding: 0 25px 0 0;
	}
#left ul li a.active {
	color: #000;
	background: #fdf2f7;
	}
#left ul li a.subactive {
	background: #fdf2f7;
	}
/************************************************
*					Center						*
************************************************/	
#center table {
	margin-bottom: 10px;
	width: 375px;
	}
#center table thead td {
	font-weight: bold;
	}
#center table td {
	padding-bottom: 5px;
	padding-right: 5px;
	}
#center table tbody td {
	border-bottom: 1px dashed #CCCCCC;
	}
#center table td.right {
	width: 40px;
	}
#center .image {
	float: right;
	width: 205px;
	height: 300px;
	margin-right: 145px;
	margin-top: -27px;
	}
#center .image img {
	margin-bottom: 10px;
	}
#center p {
	width: 375px;
	margin-bottom: 10px;
	}
#center iframe {
	border: 1px dashed #c42b39;
	margin-bottom: 10px;
	}
#center span.red {
	color: #c42b39;
	}
#center a {
	color: #c42b39;
	text-decoration: none;
	}