﻿
body {
	padding: 0;
	margin: 0;
	color: #909090;
	background: #909090 url(img/background.png) repeat-x top left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
}

a,
a:visited {
	color: #909090;
	text-decoration: none;
}

a:hover,
a:active {
	color: #009edf;
}




/* shadow */

.shadow-top {
	margin: 0 auto;
	padding: 0;
	width: 965px;
	height: 45px;
	background: transparent url(img/shadow-top-bg.png) no-repeat bottom left;
}

.shadow-body {
	margin: 0 auto;
	padding: 0;
	width: 965px;
	height: auto;
	background: transparent url(img/shadow-page-bg.png) repeat-y top left;
}

.shadow-bottom {
	margin: 0 auto;
	padding: 0;
	width: 965px;
	height: 30px;
	background: transparent url(img/shadow-bottom-bg.png) no-repeat top left;
}



/* layout */

.page {
	margin: 0 auto;
	padding: 0;
	width: 940px;
}

.wrapper-page {
	margin: 0;
	padding: 0;
	width: 940px;
	background: #FFFFFF;
}

.wrapper-header {
	width: 940px;
	height: 100px;
	padding: 0;
	margin: 0;
}

.wrapper-navi {
	width: 940px;
	height: 28px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
}

.wrapper-teaser {
	width: 940px;
	height: 170px;
	padding: 0;
	margin: 30px 0 0 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.wrapper-toolbar {
	width: 940px;
	height: 25px;
	padding: 0;
	margin: 0;
	padding: 203px 0 0 0;
}

.wrapper-content {
	width: 940px;
	height: auto;
	padding: 0;
	margin: 0;
}

.wrapper-footer {
	width: 940px;
	height: 42px;
	padding: 0;
	margin: 0;
	background: #c8c5c2;
}



/* logo */

.logo {
	margin: 10px 0 0 20px;
	float: left;
}



/* language */

.language {
	margin: 10px 10px 0 0;
	float: right;
}

.language img {
	border: none;
	visibility: hidden;
}

.language .lang_active.lang_value_de {
	width: 16px;
	height: 16px;
	background: transparent url(img/btn_de-active.png) no-repeat top left;
}

.language .lang_inactive.lang_value_de {
	width: 16px;
	height: 16px;
	background: transparent url(img/btn_de-inactive.png) no-repeat top left;
}

.language .lang_inactive.lang_value_de:hover {
	width: 16px;
	height: 16px;
	background: transparent url(img/btn_de-active.png) no-repeat top left;
}

.language .lang_active.lang_value_en {
	width: 16px;
	height: 16px;
	background: transparent url(img/btn_en-active.png) no-repeat top left;
}

.language .lang_inactive.lang_value_en {
	width: 16px;
	height: 16px;
	background: transparent url(img/btn_en-inactive.png) no-repeat top left;
}

.language .lang_inactive.lang_value_en:hover {
	width: 16px;
	height: 16px;
	background: transparent url(img/btn_en-active.png) no-repeat top left;
}

.language span {
	display: none;
	visibility: hidden;
}



/* loginbox */

.loginbox {
	margin: 4px 10px 0 0;
	width: 125px;
	float: right;
	clear: right;
}

.loginbox #loginbox {
	float: right;
	width: 124px;
}

.loginbox label {
	display: none;
	visibility: hidden;
}

.loginbox input {
	height: 14px;
	padding: 0px;
	margin: 1px;
	border: 1px solid #D0D0D0;
	font-size: 10px;
	color: #D0D0D0;
}

.loginbox input[type="text"] {
	width: 120px;
}

.loginbox input[type="password"] {
	width: 100px;
	float: left;
}

.loginbox input[type="image"] {
	width: 16px;
	height: 14px;
	float: left;
	background: transparent url(img/login.png) no-repeat 1px 1px;
}



/* header navigation */

.headernav {
	float: right;
	position: relative;
	right: -40px;
	top: 83px;
	font-size: 12px;
}

.headernav span {
	border-left:2px solid #009EDF;
	float:left;
	line-height:10px;
	margin: 0;
	padding:0 10px;
	width:auto;
	height: 12px;
}

.headernav span.sidebar_link-first-child  {
	border-left:medium none;
	line-height:10px;
	margin:0;
	padding:0 10px;
}

.headernav span.sidebar_link-last-child  {
	border-left:2px solid #009EDF;
	margin:0;
	padding:0 0 0 10px;
}

.headernav span a {
	line-height: 12px;
	height: 12px;
}

.headernav span a:hover {

}

.sidebar_link {

}



/* navigation */

.navigation {
	margin: 3px 10px 0 10px;
	width: 920px;
	height: 28px;
	font-size: 13px;
	font-weight: normal;
}

.navigation .icon {
	display: none;
	visibility: hidden;
}

.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 28px;
	padding: 0 10px;
}

.fst_nav {
	position: absolute;
}

.fst_nav ul {
	height: 28px;
	width: 860px;
	list-style: none;
	padding: 0;
	padding-left: 60px;
	margin: 0;
	background: transparent url(img/background-nav.png) repeat-x top left;
}

.fst_nav ul li {
	float: left;
	height: 28px;
	padding: 0px;
	/* position: relative; */
	border-left: none;
	border-right: none;
}

.fst_nav ul li:hover {
	float: left;
	height: 28px;
	padding: 0px;
	margin: 0px;
	background: #5AB7E0;
}

.snd_nav {
	display: block;
	left:0;
	position:absolute;
	top:0;
	z-index: 1000;
}

.snd_nav ul {
	display: block;
	z-index: 10;
	text-align: center;
}

.fst_nav ul li:hover .snd_nav ul {
	display: block;
}

.navigation  ul li ul li {
	float: left;
	height: 28px;
}

.navigation ul li ul li ul {
	display: none;
}

.snd_nav ul {
	background: transparent url(img/background-nav-sub.png) repeat-x scroll left top;
	display:none;
	height:28px;
	/* left:-54px; */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:28px;
	width:920px;
}

.snd_nav ul li:hover {
	float: left;
	height: 28px;
	background: transparent;
}

.trd_nav {
	display: none;
}

/* news */

.news {
	float: right;
	font-size: 0.7em;
	position: absolute;
	margin: 4px 0 0 0;
	right: 0px;
	top: 0px;
	width: 275px;
	height: 170px;
	overflow: hidden;
	background: transparent url(img/background-news-90.png) top left;
}

.news .single_content_element {
	padding: 0 10px;
}

.news .single_content_element h1 {
	color: #009EDF;
	margin: 0;
	padding: 0;
	line-height: 16px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.news .single_content_element h2 {
	display: none;
}

.news .news-latest-item {
	padding: 10px 0;
}

.news .news-latest-item h3 {
	padding: 0px;
	margin: 0px;
}

.news .news-latest-item h3 a {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #009EDF;
}

.news .news-latest-item .news-latest-date a {
	font-size: 0.9em;
	color: #009EDF;
}

.news .news-latest-item .news-latest-image,
.news .news-latest-item  .news-latest-category  {
	display: none;
}

.news .news-latest-item  .news-latest-morelink a {
	padding: 0 20px 0 0;
	background: transparent url(img/background-subnav-content.png) no-repeat center right;
}



/* subnavigation */

.content .subnavigation {
	float: left;
	width: 200px;
	padding: 0;
	line-height: 2em;
}

.subnavigation div.icon {
	display: none;
}

.subnavigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #909090;
	padding: 0 0 0 20px;
	background: transparent url(img/subnav-arrow.png) no-repeat top left;
}

.subnavigation ul li a:hover,
.subnavigation ul li.current_cur a,
.subnavigation ul li.current_act a {
	text-decoration: none;
	color: #909090;
	padding: 0 0 0 20px;
	background: transparent url(img/subnav-arrow-hover.png) no-repeat top left;
}


.subnavigation ul li.current_cur ul li a,
.subnavigation ul li.current_act ul li a {
	text-decoration: none;
	color: #909090;
	padding: 0 0 0 20px;
	background: transparent url(img/subnav-dot.png) no-repeat top left;
}

.subnavigation ul li.current_cur ul li a,
.subnavigation ul li.current_act ul li a {
	text-decoration: none;
	color: #909090;
	padding: 0 0 0 20px;
	background: transparent url(img/subnav-dot.png) no-repeat top left;
}

.subnavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin:-3px 0 0;
}


.subnavigation ul li {
	border-bottom: 1px solid #E6E6E6;
	margin-right:20px;
}

.subnavigation ul li.last-child {

}

.subnavigation ul li ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

.subnavigation ul li ul li {
	border: none;
}

.subnavigation ul li a:hover,
.subnavigation ul li ul li a:hover,
.subnavigation ul li.current_cur a,
.subnavigation ul li ul li.current1_cur a {
	color: #009edf;
}



/* teaser */

.teaserimg {
	padding: 0;
	margin: 4px 0;
}



/* toolbar */

.toolbar {
	padding: 0px;
	margin: 0 10px;
	background: #e7e6e4;
	width: 920px;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	color: #009edf;
	clear: both;
}



.breadcrumb {
	float: left;
	width: 654px;
}

.breadcrumb  a {
	text-decoration: none;
	color: #666666;
}

.breadcrumb .icon{
	background: transparent url(img/breadcrumb-arrow.png) no-repeat left 3px;
	float:left;
	height:25px;
	margin:0 10px 0 0;
	width:10px;
}

.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 4px;
}



.searchbox {
	margin: 1px 0 0 0;
	float: left;
	width: 205px;
	height: 25px;
	padding: 0;
	overflow: hidden;
}

.searchbox form {
	margin: 0;
	height: 25px;
	padding: 0;
}

.searchbox  span {
	display: none;
	visibility: hidden;
}

.searchbox input {
	height: 15px;
	padding: 0px;
	margin: 1px;
	border: 1px solid #c3c2bd;
	font-size: 12px;
	color: #c3c2bd;
}

.searchbox input[type="text"] {
	width: 173px;
	float: left;
	padding: 2px 1px;
	background: #f2f2f2;
}

.searchbox input[type="image"] {
	width: 21px;
	height: 19px;
	float: left;
	background: transparent url(img/search.png) no-repeat left top;
}




.toolbox {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0 0 0 5px;
}

.toolbox span {
	visibility: hidden;
	display: none;
}

.toolbox img {
	border: none;
	width: 20px;
	height: 20px;
}

.toolbox  a {
	background:transparent url(img/print.png) no-repeat  right 0px;
	float:left;
	height:20px;
	position:relative;
	top:0px;
	width:20px;
}

.toolbox  a:hover {
	width: 20px;
	height: 20px;
	background: green;
	background: transparent url(img/print-hover.png) no-repeat right 0px;
}



.toolbox-mail {
	float: left;
	width: 30px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
}

.toolbox-mail img {
	border: none;
	width: 20px;
	height: 25px;
}

.toolbox-mail  a {
	width: 20px;
	height: 25px;
	background: transparent url(img/mail.png) no-repeat right 0px;
	position: relative;
	top: 0px;
	float: right;
}

.toolbox-mail  a:hover {
	width: 20px;
	height: 25px;
	background: green;
	background: transparent url(img/mail-hover.png) no-repeat right 0px;
}



/* content */

.content {
	margin: 20px 10px 10px 10px;
	height: auto;
	font-size: 0.8em;
	line-height: 1.5em;
	display: inline-block;
}

.content .fifty_percent_left {
	width: 340px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.content .fifty_percent_right {
	width: 340px;
	float: left;
	padding: 0;
	margin: 0;
}

.clearer {
	clear: both;
}

.content .left-content {
	width: 286px;
	float: left;
}

.content .middle-content {
	width: 286px;
	float: left;
	margin: 0 31px 0 31px;
}

.content .right-content {
	width: 286px;
	float: left;
}

.left-inner .single_content_element {
	border: 6px solid #ECECEC;
	margin: 10px;
	margin-left: 0;
	height: 325px;
}

.left-inner .single_content_element .csc-textpic-image {
	border-bottom: 6px solid #ECECEC;
	margin: 0;
}

.left-inner p {
	padding: 0 10px;
	margin:0;
}

.left-inner h1 {
	margin: 5px 10px;
}

.left-inner .csc-textpic-center .csc-textpic-imagewrap {
	margin: 0;
}

.middle-inner .single_content_element {
	border: 6px solid #ECECEC;
	margin: 10px 5px;
	height: 325px;
}

.middle-inner .single_content_element .csc-textpic-image {
	border-bottom: 6px solid #ECECEC;
	margin: 0;
}

.middle-inner p {
	padding: 0 10px;
	margin:0;
}

.middle-inner h1 {
	margin: 5px 10px;
}

.middle-inner .csc-textpic-center .csc-textpic-imagewrap {
	margin: 0;
}

.right-inner .single_content_element {
	border: 6px solid #ECECEC;
	margin: 10px;
	margin-right: 0;
	height: 325px;
}

.right-inner .single_content_element .csc-textpic-image {
	border-bottom: 6px solid #ECECEC;
	margin: 0;
}

.right-inner p {
	padding: 0 10px;
	margin:0;
}

.right-inner h1 {
	margin: 5px 10px;
}

.right-inner .csc-textpic-center .csc-textpic-imagewrap {
	margin: 0;
}



.subnav-content {
	padding: 10px 20px 20px 0;
	font-size: 0.7em;
	line-height: 1.2em;
	position: absolute;
	width:180px;
}

.subnav-content .single_content_element {
	border: 1px solid #EBEBEB;
	border-top: 0;
	margin: 10px 0 15px 0;
	background: #FAFAFA url(img/background-subnav-content.png) no-repeat bottom right ;
}

.subnav-content .single_content_element  p {
	padding:10px;
}

.subnav-content .single_content_element .layout100 h1 {
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	background: #87C9EC;
	line-height: 1.8em;
}

.subnav-content .single_content_element .layout101 h1 {
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	background: #009DE0;
	line-height: 1.8em;
}

.subnav-content .csc-textpic-imagewrap img {
	position: absolute;
	top: -10px;
	right: 10px;
}


.content .main-content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 400px;
	overflow: hidden;
}

#main {
	height: 380px; float: right;
}

#main_content {
	height: 380px;
}

#main_contentbox {
	overflow: hidden;
	width: 704px;
	height: 380px;
	float: left;
}

#main_contentbox_text {
	width: 690px;
}

/* mooTools scroller */
	.vScrollbar { float: right; }
	.hScrollbar { clear: both; }
	.vTrack { height: 300px; width: 16px; position: relative; background: #fff url("img/layout/scroller_vTrack.png") repeat-y; overflow: hidden; }
	.hTrack { float: left; height: 16px; width: 255px; position: relative; background: #fff; overflow: hidden; }			
	.vThumb, .hThumb { position: absolute; top: 0; left: 0; height: 16px; width: 16px; background: #CCCCCC; overflow: hidden; }
	.vThumb:hover, .hThumb:hover { position: absolute; top: 0; left: 0; height: 16px; width: 16px; background: #009DE0; overflow: hidden; }
	.vThumb:active, .hThumb:active { position: absolute; top: 0; left: 0; height: 16px; width: 16px; background: #009EDF; overflow: hidden; }
	.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner { height: 16px; width: 16px; background: #777; overflow: hidden; }
	.arrowUp { height: 16px; width: 16px; overflow: hidden; background: #777 url("img/layout/scroller_arrowUp.png") no-repeat; }
	.arrowUp:hover { height: 16px; width: 16px; overflow: hidden; background: #777 url("img/layout/scroller_arrowUp_hover.png") no-repeat; }
	.arrowUp:active { height: 16px; width: 16px; overflow: hidden; background: #777 url("img/layout/scroller_arrowUp_active.png") no-repeat; }
	.arrowDown { height: 16px; width: 16px; overflow: hidden; background: #777 url("img/layout/scroller_arrowDown.png") no-repeat; }
	.arrowDown:hover { height: 16px; width: 16px; overflow: hidden; background: #777 url("img/layout/scroller_arrowDown_hover.png") no-repeat; }
	.arrowDown:active { height: 16px; width: 16px; overflow: hidden; background: #777 url("img/layout/scroller_arrowDown_active.png") no-repeat; }
	.arrowLeft, .arrowRight, .corner { float: left; }
	.corner { background: #000; }
	
	

.content .main-content h1 {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #909090;
	padding: 0;
}

.content .main-content img {
	border: 1px solid #EBEBEB;
	padding: 4px;
}

.content .main-content .bodytext {
	
}



/* footer */

.footer {
	margin: 0 10px;
	height: 42px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #009edf;
}

.footer .footer-navigation  {
	height: 30px;
	float: right;
	margin: 6px 0;
}

.footer .footer-navigation div.footer-first-child {
	border-left: none;
	line-height: 15px;
	margin: 7px 0;
	padding: 0 10px 0 10px;
}

.footer .footer-navigation div {
	float: left;
	width: auto;
	margin: 0 4px;
	border-left: 2px solid #009edf;
	line-height: 15px;
	margin: 7px 0;
	padding: 0 10px 0 10px;
}

.footer .footer-navigation div.footer-last-child {
	border-left: 2px solid #009edf;
	line-height: 15px;
	margin: 7px 0;
	padding: 0 10px 0 10px;
}

.footer .copyright {
	float: right;
	line-height: 15px;
	margin: 13px 0;
}

.footer .copyright  p {
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 2px solid #009edf;
}



/* stuff */

.content h1 {
	padding: 10px 0 10px 20px;
	color: #009edf;
	border-bottom: 1px dashed #CCCCCC;
	background: transparent url(img/blue-arrow.png) no-repeat 0px 12px;
}

.content h1 a {
	color: #009edf;
	text-decoration: none;
}

.content h1 a:hover {
	color: #009edf;
	text-decoration: none;
}

hr {
	display: none;
}




/* tt_news */

.hidden-news {
	display: none;
}

.open_news {
	float: right;
	width: 620px;
	text-align: right;
	margin: 10px 0;
}

.open_news a {

}



/* images with text */

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:20px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-right:20px !important;
}



/* forms */

fieldset {
	border: none;
}

fieldset 	label {
	position:relative;
	left:0;
	top:0;
	width: 120px;
	height: auto;
	float: left;
}


/* sp */

.content a,
.content a:link,
.content a:active,
.content a:hover,
.content a:visited,
#main a,
#main a:link,
#main a:active,
#main a:hover,
#main a:visited {
	text-decoration: underline;
}

.wrapper-content h1 {
	font-size: 1.2em;
	font-weight: bold;
}

.news-list-item h1 a {
	font-size: 0.9em;
	font-weight: bold;
}

.wrapper-content h2 {
	font-size: 1.1em;
	font-weight: bold;
}

.wrapper-teaser h1,
.wrapper-content h3 {
	font-size: 1.0em;
	font-weight: bold;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover,
.wrapper-content h1 a,
.wrapper-content h1 a:visited,
.content .main-content h1 {
	text-decoration: none;
}


/* news-teaser */

.wrapper-teaser .news .news-latest-item h3 {
	margin: 0 0 -10px 0;
	padding: 0;
}

.wrapper-teaser .news .news-latest-morelink {
	margin: 0;
	padding: 0;
}



/* ie sucks a lot */
* html .searchbox input.searchButton {
	margin: 1px 4px 0px 0px;
	float: right;
}
* html .searchField {
	margin: -10px 0 0 0;
	position: absolute;
	
}
* html .news .news-latest-item h3 a {
	font-size: 0.6em;
}

.news-single-item h3 {
	color: #909090;
}

.news-single-item h2 {
	font-size: 1.1em;
}


.left-inner .single_content_element h1 a,
.middle-inner .single_content_element h1 a,
.right-inner .single_content_element h1 a {
	text-decoration: none;
}



/* search */

.wrapper-content .tx_indexedsearch_resultbox h2 {
	margin: 10px 0 0 0;
}

