/* main nav ***************************************************************************************/
#mainnav {
	display: none;
}
/* subnav ***************************************************************************************/
#subnav {
	display: none;
/*	position: relative;
	background-color: #40485F;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 3px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#subnav li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 2px solid white;
}
#subnav li.first {
	border-left: none;
	padding-left: 0;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav li.active a, #subnav li.open a {
	color: #FF8D1F;
}
#subnav a:hover {
	text-decoration: underline;*/
}
/* service and language nav ***********************************************************************************/
#servicenav {
	display: none;
}
/* homepage **************************************************************************************/
#homelogo {
	position: relative;
	left: 0px;
	top: 0px;
}
#homeContact {
	position: absolute;
	top: 344px;
	left: 210px;
	width: 260px;
	z-index: 200;
	color: #666666;
	font-size: 11px;
}
#homeContent {
	position: absolute;
	top: 293px;
	left: 759px;
	width: 260px;
	z-index: 200;
	color: #666666;
	font-size: 11px;
}
#homeContent a {
	color: #666666;
}
#homeContent a:hover {
	text-decoration: underline;
}
div.homeTitle {
	padding-top: 11px;
	height: 25px;
}
div.homeTitle a {
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/home/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
#homeContent h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin: 0px;
}
div.homeContentNews {
	height: 145px;
	overflow:auto;
	padding-top: 15px;
}
#homeContent p {
	padding: 0px;
	margin: 0px;
}
/* image menu ************************************************************************************/
body#imageMenu {
	background-image: none;
}
div.imageMenuContent {
	position: relative;
	top: 0px;
	left: 0px;
	z-index:30;
	padding-left: 180px;
	padding-top: 90px;
	width: 700px;
	height: 500px;
}
div.imageMenuBox {
	padding-bottom: 8px;
	float: left;
}
div.imageMenuBox a, div.imageMenuBox a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div.imageMenuBox a:hover {
	color: #FF8D1F;
	text-decoration: underline;
}
span.imageMenuLabel {
	display: block;
	background-color: #40475f;
	font-size: 12px;
	height: 21px;
	width: 126px;
	padding-right: 6px;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 6px;
	background-image: url(../images/marker_title.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.imageMenuImg {
	border: none;
}
/* content ***************************************************************************************/
div.contentText p {
	margin: 0;
	padding: 0;
}
div.contentTextWide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00003b;
	width: 608px;
}	
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
div.horizontalseparator {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.horizontalseparatornomargintop {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div.dotscolored {
	border-top: 1px dotted #00003b;
}
div.contentnexttothumb {
	margin-left: 160px;
}
div.thumb {
	float: left;
	width: 160px;
}
/* gallery: thumbs with caption ***********************************************/
div.thumblisting {
	clear: left;
	width: 608px;
}
div.thumbbox {
	padding-bottom: 11px;
	width: 143px;
}
div.thumblisting div.thumbbox {
	float: left;
}
div.thumblisting div.thumbbox div.legende {
	width: 143px;
}
div.thumbboxrel {
	position:relative;
}
img.magnifyingglass {
	display: none;
}
img.gallerythumb {
	border: 2px solid white;
}
.legende {
	font-size: 9px;
	color: #333333;
}
.gallerytitle {
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	padding-top: 2px;
}
/* staff ******************************************************************************************/
div.staffMemberBox {
	float: left;
	width: 116px;
	margin-right: 5px;
}
div.staffMemberBox div.staffMemberPhoto {
	width: 100px;
	height: 120px;
	background-color: #cccccc;
}
div.staffMemberBox div.staffMemberPhoto img {
	width: 100px;
	height: 120px;
	background-color: #cccccc;
}
div.staffMemberBox div.info {
	font-size: 9px;
	overflow: hidden;
	word-wrap: break-word;
}
/* collapsible paragraph **************************************************************************/
div.collapsible {
	background-image: url(../images/dots_blue_horizontal.gif);
	background-repeat: repeat-x;
}
div.collapsible div.switch a {
	color: #00003d;
	display: block;
	line-height: 23px;
	padding-left: 20px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
div.collapsible div.switch a:hover {
	text-decoration: underline;
}
div.collapsible div.open div.switch a {
	background-image: url(../images/arrow_down.gif);
}
div.collapsible div.closed div.collapsibletext {
	display: none;
}
div.collapsible div.open div.collapsibletext {
	background-color: #dee4ec;
}
/* link *******************************************************************************************/
div.link {
	background-image: url(../images/dots_blue_horizontal.gif);
	background-repeat: repeat-x;
}
div.link div {
	padding-top: 3px;
	padding-bottom: 2px;
}
div.link div.url {
	float: left;
	padding-left: 20px;
	width: 190px;
}
div.link div.description {
	margin-right: 205px;
}
/* contact******************************************************************************************/
div.link {
	background-image: url(../images/dots_blue_horizontal.gif);
	background-repeat: repeat-x;
}
div.link div {
	padding-top: 3px;
	padding-bottom: 2px;
}
div.link div.address {
	float: left;
	width: 150px;
	padding-right: 5px;
}
div.link div.phone {
	float: left;
	width: 250px;
	padding-right: 5px;
}
div.link div.phone label {
	float: left;
	width: 120px;
	padding-right: 5px;
	overflow: hidden;
}
div.link div.phone div {
	padding: 0px;
	margin-left: 125px;
}
div.link div.phone div.phoneNote {
	clear: both;
	margin-left: 0px;
	width: 370px;
	font-size: 9px;
	color: #333333;
}
div.link div.mail {
	float: left;
	width: 185px;
}
div.link div.cleaner {
	padding: 0px;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	clear: both;
}
div.link div.downloads {
	padding-top: 4px;
	padding-bottom: 6px;
}
/* news *******************************************************************************************/
div.newsentry {
	background-image: url(../images/dots_blue_horizontal.gif);
	background-repeat: repeat-x;
	padding-top: 1em;
	clear: both;
}
div.newsentry div.newspics {
	float: left;
	width: 144px;
}
div.newsentry div.newstext {
	margin-left: 160px;
}
/* jobs **************************************************************************************/
div.jobsContent h3 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 11px;
	margin: 0px;
}
div.jobsContentDownload a {
	background-image: url(../images/home/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
/* form *******************************************************************************************/
div.inputrow {
	float: left;
	width: 50%;
}
div.inputrow div.label {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}
div.selectlabel {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 25px;
}
div.submit {
	text-align: right;
	margin-right: 10px;
}
div.inputrow div.inputelement {
	margin-right: 15px;
}
div.inputrow span.mandatory {
	font-weight: bold;
}
div.inputrow input, div.inputrow textarea {
	border: 1px solid grey;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 2px;
}
div.formNote {
	font-size: 9px;
	color: #333333;
}
/* general ***********************************************************************************/
div.cleaner {
	height: 10px;
	clear: both;
}
/* old ***************************************************************************************/
td, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00003b;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#ffffff;
}
input.selected {
	background-color: #FFDD90;
}
textarea.selected {
	background-color: #FFDD90;
}
td.top {
	border-top: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
	text-align: left;
}
td.darkGreyBar {
	background-color: #e7e8ec;
}
td.lightGreyBar {
	background-color: #f3f4f8;
}
td.titleBar {
	background-color: #40485F;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: middle;
	line-height: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
}
td.teaserBar {
	background-color: #40475f;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../images/marker_title.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 6px;
}
td.teaserText {
	background-color: #98a5b5;
	color: #FFFFFF;
	padding: 12px;
}
.orange {
	color: #FF8D1F;
}
.markerTitle {
	color: #FF8D1F;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}
td.content {
}
td.homeContent {
	padding-top: 350px;
	color: #666666;
	padding-left: 18px;
}
td.contentBox {
	background-color: #D2DAE5;
	padding: 25px;
	color: #00003b;
}
div.dotted {
	background-color: #00003B;
	background-image: url(../images/dotted_mask_content.gif);
}
body {
	margin: 0;
	padding: 0;
}

td.navigation {
	padding-right: 9px;
	padding-left: 10px;
}
td.navRow {
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}
a.nav:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF8D1F;
	text-decoration: none;
}
a.nav:link {
	font-size: 12px;
	font-weight: bold;
	color: #FF8D1F;
	text-decoration: none;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF8D1F;
	text-decoration: underline;
}
a.nav:active {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
div.weitereInfos {
	font-weight: bold;
	color: #04043E;
	background-color: #D2DAE4;
	width: 150px;
	padding: 6px 9px;
	font-size: 10px;
}
td.newsTitleBar {
	font-size: 10px;
	font-weight: bold;
	background-color: #D2DAE5;
	width: 150px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
td.news {
	font-size: 10px;
	background-color: #e8edf3;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
a:visited {
	color: #336699;
}
a:link {
	color: #336699;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #FF8D1F;
}
td.teaser {
	height: 541px;
	width: 169px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 303px;
	padding-left: 27px;
}
a.contentNav:visited {
	color: #00003d;
	text-decoration: none;
}
a.contentNav:link {
	color: #00003d;
	text-decoration: none;
}
a.contentNav:hover {
	color: #00003d;
	text-decoration: underline;
}
a.contentNav:active {
	color: #ff8d14;
	text-decoration: none;
}
.contentTitlesmall {
	font-weight: bold;
	color: #00003b;
}
td.listcell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e7e7f5;
	border-right-color: #dfdfef;
	border-bottom-color: #dfdfef;
	border-left-color: #dfdfef;
}
td.dottedLineContent {
	background-color: #00003b;
	background-image: url(../images/dotted_mask_content.gif);
}
td.data {
	padding: 4px 2px;
}
td.dataFirstCol {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
}
td.dataLastCol {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
}
div.contentWide {
	position: absolute;
	left: 347px;
	top: 90px;
}
td.contentRightEdge {
	display: none;
}
td.contentBottomRightEdge {
	display: none;
}
td.contentCell {
}
tr.contentShadowBottom {
	display: none;
}
table.content {
}
div.mehrInfos {
	text-align: right;
}
/* general page setup: the multiple divs are needed for the horizontal and vertical background image to work on all commenly used browsers */
div.page {
	width: 17cm;
}
/* content blocks */
div.content {
}
/* fixed page elements: absolute positioned, containes navigation, logo and teaser */
div.fixed {
	position: relative; 
}
div.logo {
	position: relativ; 
	width: 50%;
	height: 50%;
}
div.teaser {
	display: none;
}
