/* ******* */
/* common */
/* ******* */
body,
p,
li,
td,
h1,
h2,
h3,
h4,
h5,
input,
select,
option,
textarea {
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 19px;
	color: #7b7b7b;
}

body,
p,
br,
div,
table,
tr,
td,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
input,
select,
option,
textarea {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 8px;
}

a {
	color: #006bab;
}

img {
	border: none;
}

h1,
h2,
h3 {
	font-size: 20px;
	line-height: 24px;
	color: #006bab;
	margin-bottom: 8px;
}

h2,
h3 {
	font-size: 16px;
	margin-bottom: 2px;
}

h3 {
	color: #000000;
	font-weight: normal;
}

body.home h2 {
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 0;
}

br.clear {
	clear: both;
}

span.nobr {
	white-space: nowrap;
}

.helper,
.print {
	display: none;
}

/* ************** */
/* basic page layout */
/* ************** */
body {
	text-align: center;
	background: #e9e9e9;
}

#page {
	position: relative;
	width: 1130px;
	margin: auto;
	margin-top: 0;
	background: #ffffff url(../img/page_bg.gif) bottom left no-repeat;
	overflow: hidden;
}

#header {
	clear: both;
	width: 1130px;
	height: 136px;
	background: #9e9e9e url(../img/header_bg.gif) top left no-repeat;
	overflow: hidden;
}

#logo {
	width: 500px;
	height: 60px;
	overflow: hidden;
	display: inline;
	float: left;
}

#meta {
	width: 630px;
	height: 60px;
	text-align: right;
	overflow: hidden;
	display: inline;
}

#mainnav {
	clear: both;
	width: 1130px;
	height: 30px;
	padding: 10px 0 40px 0;
	overflow: hidden;
}

#corpus {
	clear: both;
}

#subnav {
	width: 209px;
	margin: 0 20px 340px 20px;
	overflow: hidden;
	display: inline;
	float: left;
}

#content {
	width: 840px;
	margin: 0 0 7px 0;
	padding: 0 20px 0 20px;
	border-left: 1px solid #959595;
	overflow: hidden;
	display: inline;
	float: left;
	min-height: 200px;
}

#footer {
	clear: both;
	width: 1130px;
	height: 37px;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #959595;
	overflow: hidden;
	display: inline;
	float: left;
}

#copy {
	width: 500px;
	color: #6d6d6d;
	overflow: hidden;
	display: inline;
	float: left;
}

#imprint {
	width: 630px;
	text-align: right;
	overflow: hidden;
	display: inline;
}

.languageSwitch {
	float: right;
	margin-top: 20px;
	position: absolute;
	right: 5px;
}

.languageSwitch span.langItem {
	color: #aaa;
	font-size: 11px;
	margin-left: 7px;
}

.languageSwitch a {
	color: #aaa;
	margin: 2px;
	text-decoration: none;
}

.languageSwitch span.langItem.active,
.languageSwitch span.langItem.active a {
	color: #6d6d6d;
}

.languageSwitch a:hover {
	text-decoration: underline;
}

/* ******** */
/* navigation */
/* ******** */
/* meta */
#meta ul {
	margin: 10px 0 0 0;
	text-align: right;
}

#meta li {
	list-style: none;
	display: inline;
	text-align: right;
	padding: 2px 20px 0 15px;
	background: url(../img/meta_bg.gif) top left no-repeat;
	background-position: 0 4px;
}

#content ol {
	padding-left: 20px;
}

#meta li a {
	padding-top: 2px;
}

#meta li.last {
	padding-right: 0;
}

#meta li.last a {
	padding-top: 2px;
	padding-right: 55px;
	background: url(../img/logo_arrk.gif) no-repeat;
	background-position: right -2px;
}

.systemLink a,
#meta a {
	font-size: 12px;
	line-height: 14px;
	color: #373737;
	text-decoration: none;
	text-align: right;
}

#meta a:hover {
	text-decoration: underline;
}

.systemLink {
	position: absolute;
	top: 31px;
	left: 325px;
}

.systemLink a {
	display: block;
	padding-left: 15px;
	background-image: url(../img/meta_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

/* mainnav */
#mainnav li {
	list-style: none;
	float: left;
}

#mainnav a {
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
}

#mainnav a:hover,
#mainnav a.active {
	background: url(../img/mainnav_active_bg.gif) top left repeat-x;
}

#mainnav li.first a:hover,
#mainnav li.first a.active {
	background: url(../img/mainnav_active_first_bg.gif) top left repeat-x;
}

/* subnav */
#subnav li {
	list-style: none;
	padding-bottom: 4px;
}

#subnav a {
	width: 190px;
	color: #6d6d6d;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	padding: 0 19px 0 0;
	background: url(../img/subnav_bg.gif) top right no-repeat;
	background-position: 100% 50%;
	display: block;
}

#subnav a:hover,
#subnav li.active a {
	color: #006bab;
	background-image: url(../img/subnav_active_bg.gif);
}

/* ****** */
/* content */
/* ****** */
#logo a {
	text-decoration: none;
}

span.logo {
	position: absolute;
	top: 17px;
	left: 112px;
	font-size: 20px;
	line-height: 38px;
	color: #838383;
	padding: 0 0 0 13px;
	border-left: 1px solid #838383;
	display: inline:;
}

#content .topSpaceDouble {
	margin-top: 16px;
}

#content ul {
	list-style: none;
	margin-left: 2px;
	margin-bottom: 8px;
}

#content ul li {
	padding-left: 15px;
	background: url(../img/meta_bg.gif) top left no-repeat;
	background-position: 0 4px;
}

#content ul ul li {
	padding-left: 30px;
	background-position: 14px 4px;
}

div.threeCol,
div.twoCol {
	width: 840px;
	margin-bottom: 15px;
	overflow: hidden;
}

div.threeCol div.colLeft,
div.threeCol div.colCenter,
div.twoCol div.colLeft {
	width: 590px;
	margin: 0 20px 0 0;
	overflow: hidden;
	display: inline;
	float: left;
}

div.threeCol div.colRight,
div.twoCol div.colRight {
	width: 230px;
	margin: 0 0 0 0x;
	overflow: hidden;
	display: inline;
	float: left;
}

div.threeCol {
	width: 1080px;
	margin-left: 20px;
}

div.threeCol div.colLeft {
	width: 460px;
	margin-right: 20px;
}

div.threeCol div.colCenter {
	width: 250px;
	margin-right: 20px;
}

div.threeCol div.colRight {
	width: 330px;
}

div.threeColGrit {
	width: 840px;
}

div.threeColGrit div.colLeft,
div.threeColGrit div.colCenter,
div.threeColGrit div.colRight {
	width: 270px;
	margin: 0 15px 0 0;
	float: left;
}

div.threeColGrit div.colRight {
	margin-right: 0;
}

table.csc-uploads {
	width: 310px;
}

div.downloadbox,
table.csc-uploads td {
	padding-top: 8px;
	padding-left: 4px;
	border-top: 1px solid #7B7B7B;
}

a.download,
table.csc-uploads td a {
	padding-left: 15px;
	background: url(../img/icon_down.gif) top left no-repeat;
	background-position: 0 50%;
}

span.backlink a {
	text-decoration: none;
	padding: 0 0 0 8px;
	background: url(../img/back_bg.gif) top left no-repeat;
	background-position: 0 4px;
}

a.prev,
a.next {
	font-size: 12px;
	color: #7B7B7B;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 8px;
	background: url(../img/prev_bg.gif) top left no-repeat;
	background-position: 0 5px;
}

a.next {
	text-align: right;
	padding: 0 8px 0 0;
	background: url(../img/next_bg.gif) top right no-repeat;
	background-position: 100% 5px;
}

span.spacer {
	background: url(spacer_bg.gif) top center no-repeat;
}

table.pagebrowser {
	width: 100%;
}

table.pagebrowser td.browseList {
	width: 429px;
}

td.browseList {
	text-align: center;
}

td.browseButton {
	text-align: center;
}

ul.browseList {
	list-style: none;
	display: inline;
	text-align: center;
}

ul.browseList li {
	font-size: 12px;
	list-style: none;
	display: inline;
	text-align: center;
	background-image: none!important;
	padding: 0 8px 0 8px;
}

span.browseList {
	font-size: 12px;
	text-align: center;
	padding: 0 8px 0 8px;
}

ul.browseList li.act {
	color: #006bab;
}

ul.browseList li a {
	color: #7b7b7b;
	text-decoration: none;
}

.error {
	border: 1px solid #FF0000;
}

/* ***** */
/* footer */
/* ***** */
#copy p {
	font-size: 12px;
	line-height: 12px;
}

#imprint ul {
	text-align: right;
}

#imprint li {
	list-style: none;
	display: inline;
	text-align: right;
	line-height: 12px;
	padding: 0 10px 0 10px;
}

#imprint li.last {
	padding-right: 0;
}

#imprint a {
	font-size: 12px;
	line-height: 12px;
	color: #7b7b7b;
	text-decoration: none;
	text-align: right;
}

#imprint a:hover {
	text-decoration: underline;
}

/* **** */
/* news */
/* **** */
div.tx-fnnews-pi1 .leftcol {
	width: 590px;
}

div.tx-fnnews-pi1 table.listview {
	width: 590px;
	margin-top: 10px;
}

div.tx-fnnews-pi1 table.listview td {
	border-top: 1px solid #7B7B7B;
	padding: 20px 0 20px 0;
}

div.tx-fnnews-pi1 table.listview td span.title {
	color: #4E4E4E;
	font-weight: bold;
}

div.tx-fnnews-pi1 table.listview td a.title {
	text-decoration: none;
}

div.tx-fnnews-pi1 table.listview td.col2 {
	padding-left: 45px;
}

div.tx-fnnews-pi1 p.abstract {
	font-style: italic;
}

div.tx-fnnews-pi2 h1 a {
	text-decoration: none;
}

/* **** */
/* jobs */
/* **** */
div.tx-fnjobs-pi1 .leftcol {
	width: 590px;
}

div.tx-fnjobs-pi1 table.listview {
	width: 590px;
	margin-top: 10px;
	float: left;
}

div.tx-fnjobs-pi1 table.listview td {
	padding: 10px;
}

div.tx-fnjobs-pi1 table.listview tr.blue td {
	background: #DCEAF3;
}

div.tx-fnjobs-pi1 table.listview td span.date {
	font-size: 12px;
}

div.tx-fnjobs-pi1 table.listview td span.title a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div.tx-fnjobs-pi1 table.listview td.col2 {
	vertical-align: bottom;
	padding-left: 45px;
	padding-right: 35px;
}

div.tx-fnjobs-pi1 form.filter {
	margin-top: 40px;
}

div.tx-fnjobs-pi1 form.filter select {
	width: 200px;
}

div.tx-fnjobs-pi1 h1.title {
	margin-top: 16px;
}

div.tx-fnjobs-pi1 h2 {
	color: #000000;
	font-weight: bold;
	margin-top: 16px;
}

div.tx-fnjobs-pi1 h3 {
	font-size: 14px;
	line-height: 19px;
	color: #006bab;
	margin-top: 16px;
}

/* ******* */
/* contact */
/* ******* */
div.contactbox {
	width: 230px;
}

div.contactbox div.csc-textpic {
	padding: 9px 9px 3px 9px;
	border: 1px solid #4C97C4;
}

div.contactbox h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: #4C97C4 url(../img/contactbox_header_bg.gif) top right no-repeat;
	padding: 3px 3px 3px 16px;
	margin: 0;
}

div.contactbox p {
	font-size: 12px;
	line-height: 16px;
}

table.contact td {
	padding-bottom: 8px;
}

table.contact input,
table.contact select {
	width: 190px;
}

table.contact input.submitform {
	width: auto;
	color: #4E4E4E;
}

table.contact textarea {
	width: 445px;
	height: 80px;
}

table.contact td.col2 {
	padding-left: 60px;
}

table.contact label {
	color: #4E4E4E;
	font-weight: normal;
}

/* default styles for extension "tx_dropdownsitemap_pi1" */
.tx-dropdownsitemap-pi1 UL,
.tx-dropdownsitemap-pi1 OL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tx-dropdownsitemap-pi1 A,
.tx-dropdownsitemap-pi1 A:link,
.tx-dropdownsitemap-pi1 A:visited,
.tx-dropdownsitemap-pi1 A:hover,
.tx-dropdownsitemap-pi1 A:active {
	color: #7b7b7b;
	background-color: inherit;
}

.tx-dropdownsitemap-pi1 DIV {
	margin-left: 20px;
	margin-top: 2px;
	padding: 2px;
}

.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}

.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}

.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}

.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}

.tx-dropdownsitemap-pi1 SPAN.ifsub {
	text-transform: uppercase;
	font-weight: bold;
}

.tx-dropdownsitemap-pi1 SPAN.spc {
	text-transform: uppercase;
	font-style: italic;
}

.tx-dropdownsitemap-pi1 .description {
	font-style: italic;
	font-size: 80%;
	margin-left: 5px;
}

.tx-dropdownsitemap-pi1 DIV.expAll {
	border: solid 1px #006bab;
	background-color: #FFFFFF;
	color: inherit;
	padding: 5px;
}

.tx-dropdownsitemap-pi1 IMG {
	margin-right: 5px;
}

.csc-sitemap ul li a {
	text-decoration: none;
}

.csc-mailform {
	border: 0 solid white;
}

.csc-mailform input,
.csc-mailform textarea {
	border: 1px solid #aaa;
	padding: 2px;
	margin-bottom: 2px;
	color: #444;
}

.csc-mailform label {
	display: block;
}

#content h1 {
	padding-top: 5px;
}

.historyDateTable {
	margin-top: 20px;
	margin-bottom: 10px;
}

.historyDateTable tr td {
	text-align: center;
	border-bottom: 1px solid #006BAB;
	padding-bottom: 5px;
}

.historyDateTable tr td a.year {
	font-size: 22px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial;
	text-decoration: none;
}

.historyDateTable tr td a.year.active {
	color: #3398CF;
}

.historyItems {
	height: 180px;
	overflow: auto;
	margin-bottom: 15px;
	/*border-bottom:1px solid #006BAB;*/
}

.refList {
	float: left;
	width: 230px;
}

.refListTable {
	width: 100%;
	/*margin-left:20px;*/
}

.refListTable tr td {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.refListTable tr td a {
	color: #aaa;
	text-decoration: none;
	line-height: 100%;
}

.refListTable tr td a.active {
	color: #006BAB;
}

.details {
	float: right;
	width: 595px;
}

.refLink {
	cursor: pointer;
}

.refDetail {
	background: url(../img/bg_refHeader.gif) no-repeat top #006BAB;
	color: #fff;
}

.refDetail .refContent {
	color: #fff;
	padding: 10px 13px 2px 13px;
}

.refDetailFooter {
	background: url(../img/bg_refFooter.gif) no-repeat bottom;
	height: 11px;
	font-size: 6px;
}

#content .refContent ul li {
	color: #FFFFFF;
	padding-left: 15px;
	background-image: url(../img/meta_bg_white.gif);
}

.tx-fnnews-pi2 h1 {
	display: block;
	clear: both;
}

.newsCategory {
	float:right;
	width:200px;
}