/******************************************************************************
 * Bluewave
 *
 * Author: Ralph Dors, Patric Paris Online-Systeme GmbH
 * Date: 2007-03-29
 *
 ******************************************************************************/

html { margin: 0px 0px 0px 0px; padding:  0px 0px 0px 0px; color: #000; }
body {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	background: url(/images/background.gif) top left repeat-y;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	font-size:75%;
}

img { border: 0px; }

a, a:active, a:visited { text-decoration: underline; color: #5F5F62; font-weight:bold;}
a:hover { text-decoration: underline; color: #1D3160; font-weight:bold;}

a.forward {
	background: url(/images/forward.gif) left center no-repeat;
	padding-left:13px;
}
a.back {
	background: url(/images/back.gif) left center no-repeat;
	padding-left:20px;
}

h1, h2, h3, h4, h5 {
	color: #1D3160;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 { display: none; font-size: 1.2em; }
h2 { display: none; font-size: 1.2em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

/*****
 * Global styles
 ******************************************************************************/
.hidden { display: none; }
.clean { clear: both; }

/**** Global icon styles
 **********************************/
.print { background:url(/images/print.gif) center left no-repeat; width: auto; height: auto; overflow: hidden; margin: 0px 0px 0px 0px; padding-left: 20px; }
.print a { padding-left: 20px; text-decoration: none; }
.contact { background:url(/images/mailtofriend.gif) center left no-repeat; width: auto; height: auto; overflow: hidden; margin: 0px 0px 0px 0px; padding-left: 20px; }
.contact a { padding-left: 20px; text-decoration: none; }

/*****
 * Layout
 ******************************************************************************/
div.mainContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: 100%;
	height: 90px;
	background: url(/images/topbanner/background.blank.gif) top left repeat-x;
}

/**** Top / Header
 ***********************************/
div.header { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float: left; background: transparent; }
div.header h1.hidden { display: none; }

/**** Top / Navigation
 ***********************************/
div.header div.topNavigation {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 85%;
	text-align: right;
	font-weight: bold;
	background: #fff;
	color: #3B4C75;
	float: right;
}
div.topNavigation ul { width: 550px; margin: 0px 0px 0px 0px; list-style-type: none; }


/********************************************
 ** ONLY FOR WB, SINCE SMALLER TOP MENU!    *
 ********************************************/

div.topNavigation li {
	margin: 0px 0px 4px 4px;
	padding: 0px 3px 0px 3px;
	border-right: 2px solid #8E98B0;
	float: left;
}
div.topNavigation li a { color: #3B4C75; font-weight: bold; text-decoration: none; }
div.topNavigation li a:visited { color: #3B4C75; font-weight: bold; text-decoration: none; }

/**** Top / Languages
 ***********************************/
div.header div.languageChoice { margin: 0px 0px 0px 0px; padding: 5px 0px 5px 16px; float: left;}
/** IE !!! **/
div.languageChoice ul { width: 150px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; float: left; list-style-type: none; background: #fff; }
div.languageChoice ul li { margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px; float: left;}

div.languageChoice li a { display: block; width: 18px; height: 12px; }
div.languageChoice li a span { display: none; }

	/*div.languageChoice li a#de { background: url(/images/language/de_inactive.gif); }
	div.languageChoice li a:hover#de { background: url(/images/language/de_active.gif); }
	div.languageChoice li a.active#de { background: url(/images/language/de_active.gif); }
	*/


/**** Header Gfx / Main Logo...
 ***********************************/
div.mainContainer div.pageHeader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 90px;
/*	width: 100%;*/
	background: transparent;
	clear: both;
/*	background: url(/images/topbanner/background.blank.gif) top left; */
/*	background: url(/images/topbanner/background.blank.gif) top left repeat-x;*/
	background: url(/images/background.gif) top left repeat-y;
}

div.pageHeader div.pageLogo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 160px;
	width: auto;
	background: url(/images/logo.gif) 26px 6px no-repeat;
}

div.pageLogo div.splashSplit {
	margin: 0px 0px 0px 210px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 90px;
/*	width: 100%;*/
	float: left;
/*	background: url(/images/topbanner/blank.jpg) 0px 0px repeat-x;*/
/*	background: url(/images/topbanner/background.blank.gif) top left repeat-x;*/
}

div.pageLogo div.splashSplit div.depThread {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 90px;
	width: 450px;
	background: url(/images/topbanner/logo.jpg) top right no-repeat;
	position: absolute;
	top: 0px;
	right: 200px;
	overflow: hidden;
	z-index: 0;
}

/**** Content Container
 ***********************************/

div.navigation {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 190px;
	z-index: 1;
	overflow: hidden;
	background-color: transparent;
}

div.menu {
	/*text-transform: uppercase;*/
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
}

div.content {
	z-index: 3;
	margin-left: 226px;
	margin-right: 220px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div.content div.path, div.content div.path a {
	color: #ACBCCC;
	margin-bottom: 10px;
	font-weight: normal;
}


div.boxCorner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/background.right.gif) top left repeat;
	text-align: left;
	width: 200px;
	height: auto;
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 2;
}
div.mainContainer div.boxCorner img { border: 0px; }

div.topoptions {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 0px;
	width: 200px;
	clear: both;
	text-align: right;
}


/**** Top-options box
 ***********************************/
div.topoptions div.languages {
	clear: both;
	color: #000;
	text-align: right;
	text-decoration: none;
	margin-left: 45px;
	z-index: 11;
	position: absolute;
	top: 42px;
	right: 20px;
	font-weight: normal;
	font-size: 90%!important;
}
div.topoptions div.languages ul { list-style-type: none; color: #fff; margin-right: 0px; }
div.topoptions div.languages ul li { float: left; padding-left: 10px; }
div.topoptions div.languages ul li a { color: #000; text-decoration: none; }
div.topoptions div.languages ul li a:hover, div.topoptions div.languages ul li a:active, div.topoptions div.languages ul li a:link, div.topoptions div.languages ul li a:visited { text-decoration: none; font-weight: normal; }

div.topoptions form.searchform {
	position: relative;
	top: -5px;
}

div.topoptions form { clear: both; margin: 0px 0px 0px 0px; }
div.topoptions form fieldset { border: 0px; margin: 0px 0px 0px 0px; }
div.topoptions form fieldset input { margin: 0px 0px 0px 0px; border: 0px; height: 14px; font-size: 95%; width: 160px; /*border-bottom: 1px solid #afbee1; border-right: 1px solid #9cadd1;*/ }
div.topoptions form fieldset input.submit { border-bottom: 1px solid #355599; background: url(/images/icon-search.gif) top left no-repeat; height: 17px; width: 17px; }


/**** Search Box
 ***********************************/
div.searchBox { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; clear: both; }

div.searchBox form { margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px; clear: both; }
div.searchBox form fieldset { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px; }
div.searchBox form fieldset legend, div.navigation form fieldset label { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; display: none; }

div.searchBox form input { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px;}
div.searchBox form input#q { margin-left: 15px; border: 1px solid #E6E7E8; width: 130px; float: left; }

div.searchBox form input#submit {
	margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px;
	background: url(/images/icons/search.gif) top left no-repeat;
	width: 21px; height: 19px; display: block; font-size: 0px; color: #fff;
}

/**** Left Corner Styling / Bottom Nav
 ***********************************/
div.menu_foot {
	margin: 55px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	width: 196px;
	display: block;
	font-size: 100%!important;
	clear: both;
}

div.menu_foot ul.footMenu { margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px; list-style: none; clear: both; width: 100%; }
div.menu_foot ul.footMenu li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	display: block;
	width: 95px;
	border: 0px;
	float: left;
}
div.menu_foot ul.footMenu li#newsletter {  width: 120px; }
div.menu_foot ul.footMenu li a, div.menu_foot ul.footMenu li a:visited { color: #000; font-weight: normal; text-decoration: none; }
div.menu_foot ul.footMenu li a:hover { color: #000; }

div.menu_foot ul.menu_btn {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	float: none;
	clear: both;
	width: 95%;
}
div.menu_foot ul.menu_btn li {
	margin: 0px 2px 0px 7px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 50px;
	height: 24px;
	float: left;
	border: 0px;
}
div.menu_foot ul.menu_btn li a { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; height: 100%; display: block; }
div.menu_foot ul.menu_btn li a:hover { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background: none; }
div.menu_foot ul.menu_btn li a span { display: none; }

/*	div.menu_foot ul.menu_btn li#ihk	{ display: block; width: 50px; height: 24px; background: url(/images/logos/btn_ihk.gif) top left no-repeat; }
*/

/**** Layout styles
 ***********************************/

.boxeditem {
		margin: 0px 0px 0px 0px;
		padding: 0px 0aspx 5px 5px;
		border-top: 1px solid #9eafd3;
		border-left: 1px solid #9eafd3;
		border-right: 1px solid #becbe7;
		border-bottom: 1px solid #becbe7;
		background: transparent;
		width: auto;
		height: auto;
}
.boxeditem .more { text-decoration: none; color: #3d5fa7; }
.boxeditem a, .boxeditem a:link, .boxeditem a:visited, .boxeditem a:hover, .boxeditem a:active { text-decoration: none; color: #3d5fa7; }
.boxeditem div { padding: 5px 5px 5px 5px; }
.boxeditem .headline { background: #7f94be; color: #fff; font-weight: bolder; font-weight: 110%; clear: both; }
.boxeditem .headline .content_swapper { float: right; height: 16px; width: 16px; cursor: pointer; }
.boxeditem .content_open { background: url(/images/con_open.gif) top right no-repeat; height: 16px; width: auto; }
.boxeditem .content_close { background: url(/images/con_close.gif) top right no-repeat; height: 16px; width: auto; }


/**** Special Content styles
 ***********************************/
div.path a {
	text-decoration:none;
	font-weight:normal;
}

div.pageoptions {
	float:left;
	width:100%;
}
div.pageoptions div {
	float:left;
	color:#ACBCCC;
}
div.pageoptions div.page-options-browse {
	float:left;
	white-space:nowrap;
	margin-bottom:8px;
	padding-left:102px;
}
div.pageoptions div.page-options-browse div {
	float:left;
	vertical-align:bottom;
}
div.pageoptions div.page-options-browse div.text {
	float:left;
	padding-top:4px;
	padding-right:6px;
	color:#ACBCCC;
}
div.pageoptions div.additional-links {
	margin-bottom:8px;
	float:right;
	white-space:nowrap;
	text-align:right;
}
div.additional-links a, div.additional-links a:link, div.additional-links a:hover, div.additional-links a:visited, div.additional-links a:active {
	font-weight:normal;
	text-decoration:none;
	color:#ACBCCC;
	background:url(/images/forward.gif) 0px -5px no-repeat;
	padding-left:13px;
}


div.pageoptions div.pageoption-actions {
	width:100%;
	margin-bottom:8px;
}

div.pageoptions a {
	white-space:nowrap;
	text-decoration:none;
	color:#ACBCCC;
}
div.pageoptions div.pageoption-actions a { text-decoration:none; }
div.pageoptions div.option-handout {
	width:100%;
}
div.pageoptions div.option-handout div.option-handout-last {
	width:100%;
}
div.pageoptions div.option-handout div.option-handout-last-txt {
	width:100%;
}

span.read-more {
	background: url(/images/mehr.gif) 0px 2px no-repeat;
	width: 20px;
	height: 18px;
	display: inline;
}
span.read-more span {
	visibility: hidden;
}

ul.messages {
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #C7CCD8;
	background-color: #F6F8FA;
	font-weight: bold;
}

ul.messages li {
	margin-left: 20px;
}

ul.messages.errors {
	color:red;
}

ul.messages.success {
	color:green;
}

input.input-text, textarea.input.input-text {
	border: 1px solid #1d3160;
	/*background-color: #F6F8FA;*/
	color: 000;
}

input.input-submit {
	border:1px solid #C7CCD8;
	background-color:#F6F8FA;
	color:000;
	font-weight:normal;
}

.with-border {
	border:1px solid #C7CCD8;
}


/**** Other stuff
 ***********************************/
.logoClickerArea  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 140px;
}
.logoClickerArea a, .logoClickerArea a:link, .logoClickerArea a:visited, .logoClickerArea a:hover, .logoClickerArea a:active {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.logoSchaffnerClickArea {
	position: absolute;
	top: 25px;
	right: 240px;
	width: 300px;
	height: 50px;
}

.logoSchaffnerClickArea a, .logoSchaffnerClickArea a:link, .logoSchaffnerClickArea a:visited, .logoSchaffnerClickArea a:hover, .logoSchaffnerClickArea a:active {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

