@charset "utf-8";
/* CSS Document */
/*body {
	background-image:url('../images/bkgr.jpg') ;
}*/
body, html {
	height:100%;
	overflow: hidden;
}
/*-------------------------------- Layout Home -----------------------------------*/
#contentHome {
	left:370px;
	top:75px;
	width:742px;
	position:absolute;
	z-index:1;
}
#homeLeft {
	position: absolute;
	left:59px;
	top:75px;
	width:300px;
	/*background: url('../images/bkgr_news.png') repeat;*/
}
#homeRight {
	position: relative;
	float:right;
	width:360px;
	/*background: url('../images/bkgr_news.png') repeat;*/
}
#homeRight p, #homeLeft p {
	padding:0 ;
	color:#86233F;
}
#homeLeft h1, #homeRight h1 {
	padding: 0px 0px 0px 0px;
}
#news {
	/*background: url('../images/bkgr_news2.png') repeat;*/
	width:300px;
}
/*-------------------------------- Schriften -----------------------------------*/

#news {
	color: #86233f;
	width: 300px;
	position:relative;
	clear:both;
}
#news a {
	display: block;
	color: #86233f;
	text-decoration: none;
	padding:0px;
}
#news a h1, #news a h1 {
	text-decoration: none;
	margin:0;
	padding:0;
}
#news h3, #news a:hover h3 {
	font-size: 16px;
	margin:0;
	padding:0;
	text-decoration:underline;
}
#nav {
	top:0;
	left: 0;
	height:47px;
	width: 100%;
	background: url('../images/bkgr.gif') left top repeat-x #FF9CB5;
	position: fixed;
	z-index:10;
}
#flashcontent {
		height: 100%;
		text-align:left;
		margin:75px 20px 0 360px;
	}
