/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
body {
	margin: 0px;
	padding:0px;
	background-color:#f6f6f6;

}
/* Background-image, Layout und wrapper START */
#headimagewrapper{
	background:url(../img/bg_body.jpg) center 0px repeat-x;
	height:350px;
	overflow: visible;
}
#wrapper{
	width:1240px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/bg_top.jpg) 0px 0px no-repeat;
}
#bgimagewrapper{
	background: url(../img/bg_middle.jpg) 0px 0px repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1240px;
}
#footerimage{
	background: url(../img/bg_bottom.jpg) 0px 0px;
	height:120px;
}
#contentwrapper{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#contentbox{
	margin-right:42px;
	overflow:hidden;
}
#logo{
	height:70px;
	width:300px;
	float:left;
	background: url(../img/logo.jpg) 0px 10px no-repeat;
	overflow:hidden;
}
#pagetitle{
	height:15px;
	padding-top:0px;
	text-align: right;
	color:#fff;
	font-size:20px;
}

	/* linke Spalte START */
	#content{
	min-height:500px;
	width:550px;
	overflow:visible;
	padding-left:50px;
	padding-top:30px;
	float:left;
	}
	/* linke Spalte ENDE */
	
	
	


	/* rechte Spalte START */
	#newsbox{
		background-color:#8f0029;
		margin-top:50px;
		color:#fff;
		width:220px;
		height:350px;
		overflow:hidden;
  padding-top:10px;

	}
	#newsbox h2{
		font-size:18px;
		font-weight: normal;
		display:block;
		margin-left:10px;
		margin-bottom:0px;
	}
	#newsbox p{
		margin-left:20px;
		font-size:13px;
	}
	/* rechte Spalte START */
/* Background-image, Layout und wrapper ENDE */



/* NAV START */
	/* MAINNAV START */
#mainnav{
	float:right;
	width:500px;
	height:30px;
	margin-top:18px;
	text-align:right;
}
#mainnav div{
	float:right;
}
#mainnav a{
	display:block;
	float:left;
	height:30px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	padding-left:6px;
	margin-left:10px;
	border-left:1px solid #8a3d50;
}
#mainnav a:hover,
#mainnav a.active{
	color:#ccc;
}
	/* MAINNAV ENDE */
	
	/* SUBNAV START */
	#subnavspalte{
		height:620px;
		width:240px;
		float:right;
	}
	#subnav{
                
                margin-top:40px;
                margin-bottom: 30px;
		padding-left:15px;
		height:200px;
		border-left:1px solid #edebd8;
	}
	#subnav h2{
		font-size:16px;
		font-weight: normal;
		color:#283a43;
	}
	#subnav a{
		display:block;
		width:200px;
		color:#283a43;
		text-decoration:none;
		font-size:11px;
		margin-top:15px;
	}
	#subnav a:hover,
	#subnav a.active{
		color:#8f0029;
	}
	/* SUBNAV ENDE */
	
	
	/* THIRDNAV START */
#thirdnav{
	text-align:right;
}
#thirdnav a{
	color:#b38791;
	text-decoration:none;
	margin-left:8px;
}
#thirdnav a:hover,
#thirdnav a.active,
#thirdnav .active{
	color:#b38791;
	text-decoration:underline;
}
	/* THIRDNAV ENDE */
/* NAV ENDE */




/* Headlines und Text START */
.copy{
	font-size:11px;
	text-align:justify;
	padding-right:30px;
	line-height:1.5;
}
.copy h1{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:left;
}
.copy h2{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:left;
}
.copy p, .copy ul{
	margin-top:20px;
}
.copy li{
	padding-bottom:10px;
}
.copy a{
	text-decoration:none;
	font-style:italic;
	color:#8f0029;
}
.copy a:hover{
	text-decoration:underline;
}
/* Headlines und Text ENDE */

/* allgemein START */
.red{color:#8f0029;}
.bold{ font-weight:bold;}
.links{float:left;}
.rechts{float:right;}
.clear{
	clear:both;
}
/* allgemein ENDE */

