@charset "iso-8859-1";
/* CSS Document */


body {
	width:100%;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#240807;
	margin:0;
	background:url(../img/layout/bg-main.jpg) top left repeat-x #f7d9a7;
}

a {
	outline:none;
	color:#240807;
}

#mainWrapper {
	width:815px;
	margin:0 auto;
}

#topBar {
	width:815px;
	height:24px;
	background:url(../img/layout/bg-topBar.jpg) top left  no-repeat;
}

#headerWrapper {
	width:815px;
	height:233px;
	background:url(../img/layout/bg-header.jpg) top left no-repeat;
}

#navigationWrapper {
	width:225px;
	height:230px;
	float:left;

}

ul#navigation {
	font-size:19px;
	padding:0;
	margin:80px 0 0 20px;
	list-style-type:none;
	
}

ul#navigation li {
	height:26px;
	margin-top:5px;
	background:url(../img/layout/navi-trennlinie.png) bottom left no-repeat;
}


ul#navigation li a {
	color:#fff;
	text-decoration:none;
	padding-left:20px;
}

ul#navigation li a:hover, ul#navigation li a.active {
	background:url(../img/layout/aufzaehlung-blume.png) center left no-repeat;
}

#header {
	width:590px;
	height:253px;
	float:left;
	background:url(../img/layout/bg-header-Border.png) top left no-repeat;
}

#headerImg {
	width:542px;
	height:240px;
	margin:2px 0 0 20px;
}


#contentWrapper {
	width:815px;
	height:616px;
	background:url(../img/layout/bg-content.jpg) top left no-repeat;
}

#contentLeft {
	width:190px;
	height:561px;
	background:url(../img/layout/bg-contentLeft.jpg) top left no-repeat;
	float:left;
	color:#fff;
	padding-left:35px;
	padding-top:40px;
}

#contentRight {
	width:590px;
	height:601px;
	background:url(../img/layout/bg-contentRight.jpg) top left no-repeat;
	float:left;
}

#content {
	width:510px;
	height:519px;
	margin:40px 0 0 40px;
}

#scrollBereich {
	position:absolute;
	width:480px;
	overflow: visible; 
	height: auto;
	padding-right:30px;
	top: 0px;
	z-index:100!important;
}


#footer {
	width:815px;
	height:15px;
	background:url(../img/layout/bg-footer.jpg) top left no-repeat;
	margin-bottom:20px;
}


/* misc */
.clear {
	clear:both;
}


