@charset "utf-8";

/* ALLGEMEINES */

html {
	height: 100%
}

body,td,th {
	font-family: Lucida Sans Unicode, Verdana;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0px;
	background-color: #f9f9f9;
	height: 100%;
}


/* CONTENT */

#content_container {
	position: absolute;
	height: 520px;
	width: 950px;
	margin-top: -260px;
	margin-left: -475px;
	top: 50%;
	left: 50%;
	z-index: 1;
}

#leftarea_container {
	position:absolute;
	left: -38px;
	top: 120px;
	z-index: 2;
	width: 170px;
	height: 360px;
	border: 0px solid #333333;
	text-align:right;
	line-height: 100%;
}

#mainarea_container {
	position:absolute;
	left: 170px;
	top: 118px;
	z-index: 2;
	width: 780px;
	height: 440px;
	border: 0px solid #333333;
}



/* SUBMENU */

.submenu_entry {
	position: relative;
	float:right;
	width: 145px;
	height: 27px;
	text-align: right;
	padding-right: 3px;
}



/* MAINAREA */

#mainarea_begrenzungsrahmen {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 778px;
	height: 430px;
	z-index: 1;
}
#textinhalt_begrenzungsrahmen {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 550px;
	height: 430px;
	z-index: 1;
}

.mainarea_p_margin_pic {
	padding-right:10px;
}

.mainarea_p_margin_textfeld {
	position:relative;
	text-align:left;
	width: 300px;
	height: 340px;
	padding-right:10px;
}

.mainarea_p_margin_subtext {
	margin-left:3px;
	margin-top: -5px;
	font-size:11px
}
p.mainarea_p_margin_subtext {
	font-size: 11px
}


#mainarea_explainingtext_container {
	position: relative;
	height: 360px;
	width: 230px;
	left: 530px;
	top: 0px;
	line-height:120%;
	z-index: 2;
	background-color: #f9f9f9;
	padding: 10px;
	text-align:justify;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	color:#333333;
	overflow:hidden;
}

h1.content_text {
	font-family: Lucida Sans Unicode, Verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
	color:#000
}

h2.content_text {
	font-family: Lucida Sans Unicode, Verdana;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
	color:#000
}
h3.content_text {
	font-family: Lucida Sans Unicode, Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
	color:#000
}
