@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/************************************************************************************/

#divLayout
{
	width: 950px;
	min-height: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #fff;
	position: relative;
}

#divBlackscreen
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	filter: alpha(opacity=80);
	opacity: 0.9;
	background-color: #666;
	display: none;
}



/************************************************************************************/
/* Head */
#divHead
{
	width: 100%;
	height: 180px;
	float: left;
	position: relative;
	border-top: 2px solid #fff;
	background-image: url(../images/design/head.jpg);
	margin-bottom: 2em;
	border-bottom: 10px solid #990000;
}

#divHead #pTitel
{
	width: 500px;
	height: 50px;
	text-align: left;
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 3;
	font-size: 5em;
}

#divHead #pSlogan
{
	width: 500px;
	height: 50px;
	text-align: left;
	position: absolute;
	left: 12px;
	top: 70px;
	z-index: 3;
	font-size: 1.8em;
}




/************************************************************************************/
/* Content */
#divContent
{
	width: 930px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding-top: 10px 0px 20px 0px;
}

#flaVideoplayer
{
	width: 352px;
	float: left;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
}

#divMap
{
	float: left;
	height: 500px;
	width: 100%;	
}




/************************************************************************************/
/* Foot */
#divFoot
{
	width: 930px;
	height: 20px;
	float: left;
	background-color: #990000;
	position: absolute;
	left: 0px;
	bottom: 2px;
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	color: #FFF;	
}

#divFoot a
{
	color: #FFF;
	text-decoration: underline;
}
