@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: 57px;
	width: 100%;
	background: url('../images/bkgr.gif') left bottom repeat-x #FF9CB5;
	position: fixed;
	z-index: 10;
}
#karte {
	width: calc(100% - 400px);
	height: auto;
	margin: 75px 40px 0 380px;
}
#karte img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1055px) {
#nav {
	background: url("../images/bkgr-mobile.gif") repeat-x scroll left bottom #ff9cb5;
	height: 80px;
	left: 0;
	top: 0;
}
#nav #navButtons ul li a:hover span {
	top: 44px;
	left: 0px;
	height: 10px;
	position: absolute;
	z-index: 1000;
	color: #fff;
	font: 11px verdana, sans-serif;
	width: 200px;
}
#karte {
	height: auto;
	width: calc(100% - 79px);
	margin: 20px 20px 0 59px;
}
#homeLeft {
	left: auto;
	position: relative;
	top: auto;
	width: auto;
	padding: 75px 20px 0 59px;
}
}
