@charset "UTF-8";




body {
	background-image: url(../images/nav/nav_03.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/*FORCE SCROLLBARS*/

html, body {
	height: 100%;
   	margin: 0 0 1px;
   	padding: 0;
	text-align: left;
}



/*NAV SIDEBAR*/

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 16px;
}

.sidebar a:link {
	color: #00988B;
	text-decoration: none;
}
.sidebar a:visited {
	text-decoration: none;
	color: #00988B;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #003366;
}
.sidebar a:active {
	text-decoration: none;
	color: #00988B;
}

.sidebarhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-align: center;
	line-height: 16px;
}

/*HEADLINES*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	text-align: left;
}



/*BODY TEXT*/

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}

.main_text a:link {
	color: #336699;
	text-decoration: none;
}
.main_text a:visited {
	text-decoration: none;
	color: #336699;
}
.main_text a:hover {
	text-decoration: underline;
	color: #003366;
}
.main_text a:active {
	text-decoration: none;
	color: #336699;
}


/*NAV SUBLINKS*/

.nav_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.nav_sub a:link {
	color: #00988B;
	text-decoration: none;
}
.nav_sub a:visited {
	text-decoration: none;
	color: #00988B;
}
.nav_sub a:hover {
	text-decoration: underline;
	color: #003366;
}
.nav_sub a:active {
	text-decoration: none;
	color: #00988B;
}

/*FOOTER SUBLINKS*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.footer a:link {
	color: #00988B;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #00988B;
}
.footer a:hover {
	text-decoration: underline;
	color: #003366;
}
.footer a:active {
	text-decoration: none;
	color: #00988B;
}

.chart_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 13px;
}

.achtung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}
p {
	text-align: left;
}
ul {
	text-align: left;
}
blockquote {
	text-align: left;
}

