body, table, tr, th, td, textarea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 13px Verdana, Arial, sans-serif;
	color: #505050;
}
p {
	padding: 0px;
	margin: 0px 5px;
}
table, tr, th, td, img {
	border: 0px;
}
img {
	padding: 0px;
	margin: 0px;
}
input, select, option, textarea {
	padding: 0px;
	font-size: 13px;
	border: inset 1px;
}
input.button {
	border-style: outset;
	background-color: #0054B4;
	border-color: #00C4FF;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
input.button:hover, input.button:focus, input.button:active {
	color: #E0E9F0;
}
input.button:active {
	border-style: inset;
}
input.button_l, input.button_r {
	background-color: transparent;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 0px;
	width: 110px;
	height: 22px;
}
input.button_l:hover, input.button_l:focus, input.button_l:active, input.button_r:hover, input.button_r:focus, input.button_r:active {
	color: #FFD322;
}
/*input.button_l:active, input.button_r:active {
	margin-bottom: -1px;
}*/
input.button_l {
	padding-left: 8px;
	background: transparent url(../pics/button_links.gif) top left no-repeat;
}
input.button_r {
	padding-right: 8px;
	background: transparent url(../pics/button_rechts.gif) top left no-repeat;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
	border-spacing: 0px;
	empty-cells: show;
}
body {
	background: transparent url(../pics/background.jpg) top center repeat-y;
}
#body {
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
/*	overflow: hidden;*/
/*	width: 940px;*/
	background: transparent url(../pics/background.jpg) center center repeat-y;
}
#main {
	text-align: left;
	margin: 0px auto;
	width: 940px;
	height: 100%;
	background: #ECF7FD url(../pics/logo.jpg) top center no-repeat;
}
#head {
	width: 940px;
	height: 135px;
	position: relative;
}
#lang {
	position: absolute;
	bottom: 20px;
	left: 6px;
	z-index: 99;
}
#home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 135px;
	z-index: 88;
}
#navi {
	color: #FFFFFF;
	width: 940px;
	background: transparent url(../pics/navi_bar.png) top left no-repeat;
	overflow: hidden;
}
#content {
	width: 910px;
	margin: 15px;
}
#footer {
	font-size: 11px;
	width: 895px;
	/*margin: 0px 15px;*/
	margin: 15px 30px 5px 15px;
	text-align: right;
}
#color_background_left {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	width: 50%;
	height: 100%;
	background: #0054B4;
}
#color_background_right {
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	width: 50%;
	height: 100%;
	background: #00C4FF;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 5px 2px 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px 1px 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 0px 5px;
}
ul, ol {
	margin: 5px 15px;
}
li {
	/**/
}
a {
	text-decoration: none;
	color: #0054B4; /*#00C4FF*/
	font-weight: bold;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
#navi a {
	white-space: nowrap;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 8px;
}
#navi a:hover, #navi a:active, #navi a:focus, #navi a.selected {
	text-decoration: none;
	color: #FFD322;
}
#footer a, #footer a:hover, #footer a:active, #footer a:focus {
	font-weight: normal;
}
#lang a {
	margin-right: 4px;
	margin-left: 4px;
}
div.image {
	font-size: 11px;
	overflow: hidden;
	margin-right: 5px;
	float: left;
}
div.image img, img.image {
	border: #0054B4 solid 2px;
}
a.text {
	font-weight: normal;
}
div.indent, div.intent, div.intend, div.indend {
	margin-left: 15px;
}
.h_right { text-align: right; }
.h_left { text-align: left; }
.h_center, .h_middle { text-align: center; }
.v_top { vertical-align: top; }
.v_bottom { vertical-align: bottom; }
.v_center, .v_middle { vertical-align: middle; }
label {
	margin-right: 15px;
}
.label {
	padding-right: 15px;
}
.error {
	color: #FF0000;
}
input.error, textarea.error, select.error {
	border-color: #FF0000;
}
.formlabel {
	display: block;
	width: 160px;
}
.formarea, .formfield, .formfield_s, .formfield_15, .formfield_45 {
	margin: 1px 0px;
	padding: 1px 2px;
}
.formfield_s {
	width: 100px;
}
.formfield {
	width: 250px;
}
.formfield_15 {
	width: 50px;
}
.formfield_45 {
	width: 192px;
}
.formfield_l {
	width: 600px;
}
.formarea {
	width: 600px;
	height: 400px;
}
.form_required {
	color: #0054B4;
	/*font-weight: bold;*/
}
.job_listing {
	list-style-type: none;
}
.job_listing li {
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
	line-height: 34px;
}
.job_listing li a {
	display: block;
	padding-left: 40px;
}
.icon_doc {
	background: url(../pics/icons/icon_doc.jpg) no-repeat top left;
}
.icon_docx {
	background: url(../pics/icons/icon_docx.jpg) no-repeat top left;
}
.icon_odt {
	background: url(../pics/icons/icon_odt.jpg) no-repeat top left;
}
.icon_pdf {
	background: url(../pics/icons/icon_pdf.jpg) no-repeat top left;
}
.icon_rtf {
	background: url(../pics/icons/icon_rtf.jpg) no-repeat top left;
}
.icon_std {
	background: url(../pics/icons/icon_std.jpg) no-repeat top left;
}
.icon_txt {
	background: url(../pics/icons/icon_txt.jpg) no-repeat top left;
}
.icon_zip {
	background: url(../pics/icons/icon_zip.jpg) no-repeat top left;
}

