@CHARSET "UTF-8";

body {
	background-color: #24211E;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.modal_window_back {
	position: absolute;
	background-image: URL('pictures/modal.png');
	width: 100%;
	height: 200%;
	z-index: 20;
	text-align: center;
	display: none;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=70);
}

.modal_window {
	position: absolute;
	border-color: #BEAFAB;
	border-style: solid;
	border-width: 2px;
	background-color: #ffffff;
	text-align: left;
	margin: auto auto 0px;
	z-index: 21;
	display: none;
	padding: 10px;
}

.div_sys {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	border-style: solid;
	border-width: 0px;
	border-color: ff0000;
	z-index: 2;
}

.div_main {
	width: 700pt;
	height: 100%;
	position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: ffff00;
	margin: auto auto 0px;
	z-index: 1;
	top: 0px;
}

.div_main_fixed {
	top: 0px;
	width: 100%;
	height: 300pt;
	position: fixed;
	border-style: solid;
	border-width: 0px;
	z-index: 2;
}

.div_main_fixed_content {
	width: 700pt;
	height: 300pt;
	position: relative;
	top: 0px;
	border-style: solid;
	border-width: 0px;
	margin: auto auto 0px;
}

.div_picture {
	width: 700pt;
	height: 300pt;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 8;
}

.div_menu_left {
	width: 115pt;
	position: absolute;
	left: 0pt;
	top: 300pt;
	background-color: #7E7774;
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-align: left;
	line-height: 12pt;
	padding-left: 20pt;
	padding-top: 15pt;
	padding-bottom: 15pt;
	z-index: 10;
}

.menu_link {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

.menu_link:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.facebook_link {
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

.facebook {
	position: relative;
	bottom: 8px;
	left: -20px;
	width: 125pt;	
}

.div_menu_right {
	width: 115pt;
	position: absolute;
	right: 0px;
	top: 300pt;
	background-color: #7E7774;
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-align: left;
	line-height: 10pt;
	padding-left: 20pt;
	padding-top: 15pt;
	padding-bottom: 15pt;
	padding-right: 0pt;
}

.div_content {
	width: 410pt;
	position: absolute;
	left: 135pt;
	top: 275pt;
	background-color: #ffffff;
	text-align: left;
	padding: 10pt 10pt 10pt 10pt;
	z-index: 9;
}

.header {
	font-family: Arial;
	font-size: 10pt;
	color: #BEAFAB;
}

.text {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}

.aktuelles {
	font-family: Arial;
	font-size: 10pt;
	color: #817774;
}

.edit_link {
	font-family: Arial;
	font-size: 8pt;
	color: #24211E;
	text-decoration: none;
}

.edit_link:hover {
	font-weight: bold;
}