@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:  #444f97;
	background-position: center;
}
p {
	margin-right: 20px;
	margin-left: 10px;
}
ul {
	list-style-type: square;
}
#navigation {
	position:absolute;
	left:15px;
	top:30px;
	width:980px;
	height:140px;
	z-index:1;
}
#variable {
	position:absolute;
	left:15px;
	top:180px;
	width:190px;
	height:430px;
	z-index:2;
	background-color: #dbe0e9;
}
#content {
	position:absolute;
	left:212px;
	top:180px;
	width:783px;
	height:430px;
	z-index:3;
	background-color: #dbe0e9;
}
h1  {
	font-size: 16pt;
	color: #444F97;
	margin-top: 80px;
	margin-right: 15px;
	line-height: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-weight: lighter;
}
h2 {
	font-size: 15px;
	color: #444F97;
	margin-left: 10px;
}
h3 {
	font-size: 10px;
	color: #444F97;
	margin-top: 47px;
	margin-left: 10px;
}
h4 {
	font-size: 10px;
	margin-top: 65px;
}
h5 {
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 10px;
	margin-left: 10px;
}

#footer {
	position:absolute;
	left:15px;
	top:610px;
	width:980px;
	height:40px;
	z-index:4;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.Stil1 {font-weight: bold}
