body {
	margin: 0px;
	background-image: url("../img/bg/body.gif");
}

/* Standards */

a {
	text-decoration: none;
}

h1 {
	margin: 5px 0px 15px 0px;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	margin: 2px 0px 5px 0px;
	font-size: 1em;
	font-weight: bold;
}

h3 {
	margin: 2px 0px 2px 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #143c93;
	display: inline;
}

h4 {
	margin: 2px 0px 5px 0px;
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

.line_hor {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	margin: 15px 0px 15px 0px;
	background-color: #143c93;
	overflow: hidden;
	clear: both;
}

.text_standard {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

.clear {
	clear: both;
}

/* Areas for positioning displayed elements */

.area_logo_med {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 330px;
	height: 30px;
	z-index: 1;
}

.area_space_top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	background-color: #ffffff;
}

.area_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 145px;
	margin: 0px;
	background-color: #82ACE6;
	background-image: url("../img/bg/area_header.jpg");
	background-repeat: no-repeat;
}

.area_path {
	position: relative;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 30px;
	padding: 10px 0px 0px 10px;
	margin: 1px -3px 0px 0px;
	color: #ffffff;
	background-color: #7F7F7F;
	overflow: hidden;
	float: left;
}

.area_search {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 40px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0px 0px 0px;
	margin: 0px 0px 0px 651px;
	background-color: #82ace6;
}

*html .area_search {
	margin: 0px 0px 0px 648px;
}

.area_nav_meta {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 40px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0px 1px 0px;
	margin: 0px 0px 0px 651px;
	background-color: #82ace6;
}

*html .area_nav_meta {
	margin: 0px 0px 0px 648px;
}

.area_nav_level_0 {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 25px;
	background-color: #ffffff;
}

.area_nav_level_1 {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 320px;
	height: auto;
	padding: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 2px 2px 0px;
	/*background-image: url("../img/bg/area_nav_level_1.png");*/
	background-color: #ffffff;
	overflow: hidden;
	display: block;
	z-index: 2;
	visibility: hidden;
}
/*
* html .area_nav_level_1 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
*/

.area_nav_level_2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 30px;
	padding: 10px 0px 0px 10px;
	margin: 1px -3px 0px 0px;
	background-color: #D9D9D9;
	float: left;
}

.area_nav_level_2 select {
	font-size: 1em;
}

.area_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 610px;
	height: auto;
	padding: 20px;
	margin: 1px 0px 0px 0px;
	float: left;
}

.area_download .box a,
.area_content a {
	color: #143c93;
	padding: 0px 0px 0px 12px;
	background-image: url("../img/icons/arrow_right.gif");
	background-repeat: no-repeat;
}

.area_content a.blank {
	background: none;
	padding: 0;
}

.area_content a.blank img {
	border: 0;
	margin: 0;
}

.area_content img {
	border-style: solid;
	border-color: #efefef;
	border-width: 0px 3px 3px 0px;
	margin: 15px 0px 15px 0px;
}

.area_content ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
	clear: both;
}

.area_content ul li {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 10px 0px;
	background-image: url("../img/icons/arrow_right.gif");
	background-repeat: no-repeat;
	display: block;
}

.area_content ul a, .area_content ul a:link, .area_content ul a:hover, .area_content ul a:active, .area_content ul a:visited {
	padding: 0px;
	background-image: url("");
}

.area_content ul a.img, .area_content ul a.img:link, .area_content ul a.img:hover, .area_content ul a.img:active, .area_content ul a.img:visited {
	padding: 0px 0px 0px 16px;
	background-image: url("../img/icons/link_img.gif");
}

.area_content ul a.doc, .area_content ul a.doc:link, .area_content ul a.doc:hover, .area_content ul a.doc:active, .area_content ul a.doc:visited {
	padding: 0px 0px 0px 16px;
	background-image: url("../img/icons/link_doc.gif");
}

.area_sitemap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 610px;
	height: auto;
	padding: 20px;
	margin: 1px 0px 0px 0px;
	float: left;
}

.area_sitemap ul {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 15px 0px;
	list-style: none;
	clear: both;
}

.area_sitemap ul a, .area_sitemap ul a:link, .area_sitemap ul a:hover, .area_sitemap ul a:active, .area_sitemap ul a:visited {
	color: #000000;
}

.area_sitemap ul li {
	width: 100%;
	padding: 0px 0px 0px 12px;
	margin: 5px 0px 0px 0px;
	float: left;
	clear: both;
	background-image: url("../img/icons/arrow_right.gif");
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
}

.area_sitemap ul ul {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 25px;
	list-style: none;
	clear: both;
}

.area_sitemap ul ul li {
	font-weight: normal;
}

.area_sitemap ul ul ul {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 25px;
	list-style: none;
	clear: both;
}

.area_sitemap ul ul ul li {
	font-style: italic;
}

.area_content select {
	font-size: 1em;
}

/* Cols and Rows */

.area_content .row_2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.area_content .col_2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20%;
	height: auto;
	overflow: display;
	float: left;
}

.area_content .row_3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.area_content .col_3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 31%;
	height: auto;
	margin: 0px 2% 0px 0px;
	float: left;
}

.area_download {
	position: absolute;
	top: 286px;
	left: 670px;
	width: 319px;
	height: auto;
	padding: 0px;
	/*margin: 21px 0px 0px 21px;*/
	overflow: hidden;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em; 
}

.area_download a {
	color: #143c93;
	line-height: 1.4em;
}

.area_download img {
	border: none;
	display: block;
}

.area_download .box {
	padding: 10px;
	border-style: solid;
	border-color: #ededed;
	border-width: 0px 2px 2px 0px;
	background-color: #ffffff;
	display: block;
}

/* Formular */

.input_text {
	width: 250%;
	padding: 3px;
	margin: 0px 0px 12px 0px;
	border-style: solid;
	border-color: #e1e1e1;
	border-width: 2px 1px 1px 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.input_textarea {
	width: 250%;
	height: 100px;
	padding: 3px;
	border-style: solid;
	border-color: #e1e1e1;
	border-width: 2px 1px 1px 2px;
	margin: 0px 0px 12px 0px;
	overflow: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.input_submit {
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

/* Navigation */

/* --- NavLevel0 */

ul.nav_level_all {
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
}

ul.nav_meta {
	padding: 10px 0px 0px 0px;
}

ul.nav_meta li {
	float: left;
}

ul.nav_meta li a {
	height: auto;
	width: auto;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #ffffff;
	margin: 0px;
	display: block;
}

ul.nav_meta li a:hover {
	color: #efefef;
}

ul.nav_level_0 li {
	float: left;
}

ul.nav_level_0 li a {
	height: auto;
	width: auto;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #cccccc;
	margin: 0px;
	display: block;
}

ul.nav_level_0 li a:hover {
	color: #133D93;
}

ul.nav_level_1 {
	position: relative;
	top: 5px;
	left: 0px;
	margin: 0px 10px 2px 10px;
}

ul.nav_level_1 li a {
	height: auto;
	width: auto;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border: 0px;
	margin: 0px;
	display: inline;
}

ul.nav_level_1 li a:hover {
	color: #133D93;
}

ul.nav_level_2 {
	margin: 10px 0px 0px 0px;
}

ul.nav_level_2 li {
	margin: 0px 0px 10px 0px;
	float: left;
}

ul.nav_level_2 li a {
	height: auto;
	width: auto;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #cccccc;
	margin: 0px;
	display: block;
}

ul.nav_level_2 li a:hover {
	color: #133D93;
}
