P, OL, UL, DIV, H1, H2, H3, H4   {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	float: none;
	text-decoration: none;
}
H1  { font-size: 15px }
H2 { font-size: 13px }
H3 { color: #31424a; line-height: 14px; text-align: left }
H4 { color: #333333; font-size: 9px; line-height: 14px}
.class {
	color: white;
	font-size: 11px;
	background-color: #577482;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: .3em;
}
/* HEADER */
#head {	position: absolute; top: 0px; left: 0px; width: 840px; height: 180px; }
/* NAVIGATION */
#navigation_left      {
	color: #31424a;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	background-color: #eedcdf;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	top: 220px;
	left: 80px;
	width: 132px;
	height: 940px;
	z-index: 2;
}
#navigation_left DIV     { font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration: none; padding-top: 8px; padding-left: 0px; border-bottom: 1px dotted #31424a }
#navigation_left DIV A     { color: #31424a; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration: none; padding-top: 5px; padding-left: 5px }
#navigation_left DIV A:hover    { color: #a54a5a; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration: none; text-align: left; padding-top: 5px; border-bottom: 1px white }
#navigation_rigth    { background-color: #eedcdf; position: absolute; top: 220px; left: 708px; width: 132px; height: 940px}
/* CONTENT */
#content  {
	color: #34404e;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	background-color: #eff2f5;
	text-align: left;
	position: absolute;
	top: 220px;
	left: 220px;
	width: 464px;
	z-index: auto;
	overflow: hidden;
	padding: 8px;
}
/* FOOTER */
#footer {
	position: relative;
	left: 220px;
	width: 464px;
	height: 120px;
	background-color: #FFFFFF;
	bottom: 0px;
	top: 100%;
}
.bold {
	font-weight: bold;
}
.rubrik {
	font-size: 13px;
	font-weight: bold;
}

