
body {
	padding: 0;
	margin: 0;
	color: #909090;
	background: #F8F8F8 url(img/background.png) repeat-x scroll left -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a,
a:visited {
	color: #56A54B;
	text-decoration: none;
}

a:hover,
a:active {
	color: #D2382D;
	text-decoration: none;
}

img {
	_background: transparent url(img/loader.gif) center center no-repeat;
}



/* shadow */

.shadow-top {
	margin: 0 auto;
	padding: 0;
	width: 869px;
	height: 50px;
	background: transparent url(img/shadow-top-bg.png) no-repeat bottom left;
}

.shadow-body {
	margin: 0 auto;
	padding: 0;
	width: 866px;
	height: auto;
	background: transparent url(img/shadow-page-bg.png) repeat-y top left;
}

.shadow-bottom {
	margin: 0 auto;
	padding: 0;
	width: 871px;
	height: 30px;
	background: transparent url(img/shadow-bottom-bg.png) no-repeat top left;
}



/* layout */

.page {
	margin: 0 auto;
	padding: 0;
	width: 840px;
}

.wrapper-page {
	margin: 0;
	padding: 0;
	width: 840px;
	background: transparent ;
}

.wrapper-header {
	width: 840px;
	height: 250px;
	padding: 0;
	margin: 0;
	/* background: transparent url(img/header-banner.png) no-repeat scroll left top; */
}

.wrapper-navi {
	width: 840px;
	height: 40px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #D6D6D6;
}

.wrapper-teaser {
	width: 840px;
	height: 170px;
	padding: 0;
	margin: 30px 0 0 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.wrapper-toolbar {
	width: 840px;
	height: 25px;
	padding: 0;
	margin: 0;
	padding: 203px 0 0 0;
}

.wrapper-content {
	width: 840px;
	height: auto;
	padding: 0;
	margin: 40px 0 0 0;
}

.wrapper-footer {
	width: 840px;
	height: 42px;
	padding: 0;
	margin: 0;
	background: transparent;
}



/* logo */

.logo {
	position: absolute;
	margin: 130px 0 0 380px;
	float: right;
	z-index: 2;
}



/**/

.header-image {
	position: absolute;
	width: 840px;
	height: 250px;
	overflow: hidden;
}

.header-image .single_content_element {
	position: absolute;
	z-index: 1;
}



/* 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: 0px 0px 0px 0px;
	width: 840px;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	background: #F7F7F7;
}

.navigation .icon {
	display: none;
	visibility: hidden;
}

.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

.fst_nav {
	position: absolute;
}

.fst_nav ul {
	height: 40px;
	width: 820px;
	list-style: none;
	padding: 0;
	margin: 0 10px;
	background: transparent;
}

.fst_nav ul li {
	float: left;
	height: 40px;
	padding: 0px;
	border-left: none;
	border-right: none;
	line-height: 40px;
}

.fst_nav ul li:hover {
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

.fst_nav ul li:hover .snd_nav ul {
	display: block;
}

.navigation  ul li ul li {
	float: none;
	height: 40px;
}

.navigation ul li ul li ul {
	display: none;
}

.trd_nav {
	display: none;
}

.fst_nav ul li a {
	color: #686979;
	font-weight: bold;
}

.fst_nav ul li:hover a {
	color: #686979;
}

.fst_nav ul li:hover ul li a {
	color: #FFFFFF;
}

.fst_nav ul li a:hover {
	color: #d2382d;
}

.fst_nav ul li:hover a:hover {
	color: #d2382d;
}

.fst_nav ul li.current_cur a {
	color: #d2382d;
}

.fst_nav ul li a {
	border-right: 1px solid #686979;
}

.fst_nav ul li.last-child a {
	border: none;
}

.snd_nav {
	color: #FFFFFF;
	left:0;
	position: relative;
	top:0;
	z-index: 1000;
}

.snd_nav ul {
	color: #FFFFFF;
	display:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	width: auto;
	height: auto;
}

.snd_nav ul li {
	color: #FFFFFF;
	background: #999999;
	border-top: 1px solid #FFFFFF;
	height:40px;
	line-height:40px;
}
.snd_nav ul li a {
	color: #FFFFFF;
	border: none;
	height:40px;
	line-height:40px;
	white-space: nowrap;
}

.snd_nav ul li a:hover {
	color: #D2382D;
}

.snd_nav ul li:hover {
	background: #999999;
	float: none;
	height: 40px;
}

/* 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.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;
	margin-right: 10px;
}

.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;
}


.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: 0 0 0px 20px;
	height: auto;
	font-size: 0.8em;
	line-height: 1.5em;
	display: inline-block;
}

.content .fifty_percent_left {
	width: 410px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.content .fifty_percent_right {
	width: 260px;
	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;
}

.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;
}

.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;
}

.right-inner h1 {
	margin: 5px 10px;
}

.right-inner .csc-textpic-center .csc-textpic-imagewrap {
	margin: 0;
}



.subnav-content {
	padding: 0px 20px 20px 0;
	font-size: 0.7em;
	line-height: 1.2em;
	position: absolute;
	width:180px;
	margin-top: -10px; 
}

.subnav-content .single_content_element {
	border: 1px solid #EBEBEB;
	border-top: 0;
	margin: 10px 0 15px 0;
	background: #FAFAFA;
}

.subnav-content .single_content_element  p {
	padding:10px;
}

.sidebar  .layout101 {
	background: #ffffff;
	padding: 0 0 0 20px;
}

.sidebar  .layout100 {
	background: #70B773;
	color: #FFFFFF;
	padding-left:20px;
}

.sidebar .border-dim {
	padding: 10px 10px 10px 0px;
}

.sidebar .csc-default {
	padding: 10px 10px 0 20px;
}

.sidebar  .layout100 h1 {
	color: #FFFFFF;
}

.sidebar  .layout100 a {
	color: #FFFFFF;
}

.sidebar ul li {
	/*
	background-image:url(img/list_img.png);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	
	margin-left:-15px;
	padding-left:15px;
	*/
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#main .sidebar .single_content_element a,
#main .sidebar .single_content_element a:link,
#main .sidebar .single_content_element a:active,
#main .sidebar .single_content_element a:hover,
#main .sidebar .single_content_element a:visited {
background-image:url("img/arrow.png");
background-position:left top;
background-repeat:no-repeat;
color:#70B773;
font-weight:bold;
height:22px;
line-height:22px;
margin:0;
padding-bottom:2px;
padding-left:20px;
padding-top:1px;
text-decoration:none;
}

.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: 690px;
	overflow: hidden;
}

#main {
	float: right;
	width:820px;
}

#main_content {
}

#main_contentbox {
	overflow: hidden;
	width: 694px;
	float: left;
}

#main_contentbox_text {
	width: 680px;
}

/* 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 0px;
	height: 130px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background: transparent url('img/footer_bg.png') 0 0 no-repeat;
	border-top:1px solid #D6D6D6;
}

.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;
}

.footer .column_three {
	margin: 0 20px;
}



/* stuff */

.single_content_element .csc-default .divider {
	height: 1px;
	border: none;
	border-top: 1px solid #999999;
}

.content h1 {
	padding: 10px 0 10px 0px;
	color: #56a54b;
}

.content p {
	margin: 0;
	padding: 0 0 10px 0;
}

.content h1 a {
	color: #009edf;
	text-decoration: none;
}

.content h1 a:hover {
	color: #009edf;
	text-decoration: none;
}

hr {
	display: none;
}

.maincontent .single_content_element  {
	padding-bottom: 20px;
}


/*
.maincontent {
	float:left;
	margin: 20px 28px 10px 10px;
	width: 540px;
}
*/

.maincontent {
	/* border-right:1px solid #D7D7D7; */
	float:left;
	margin:0 0 0 10px;
	padding:20px 28px 10px 0;
	width:540px;
}

.sidebar {
	float: right;
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size:0.9em;
	background: #FFFFFF;
	border-left: 1px solid #D7D7D7;
}

.sidebar .single_content_element {
	float: right;
	width: 240px;
	margin: 0px 0 5px 0;
}

.sidebar .single_content_element ul {
	padding: 0;
	margin: 10px 0 0 0;
}


/* 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:0;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-right:0;
}



/* forms */

fieldset {
	border: none;
}

fieldset 	label {
	position:relative;
	left:0;
	top:0;
	width: 120px;
	height: auto;
	float: left;
}


/* sp */

.text p {
	margin: 0 0 7px 0;
}

.text ul {
	margin-top: 7px;
	margin-bottom: 10px;
}

.text li {
	
}

#main a,
#main a:link,
#main a:active,
#main a:hover,
#main a:visited {
	text-decoration: none;
}

.wrapper-content h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #56a54b;
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}

.news-list-item h1 a {
	font-size: 0.9em;
	font-weight: bold;
}

.wrapper-content h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #70B773;
	margin: 0 0 10px;
	padding: 0;
}

.wrapper-teaser h1,
.wrapper-content h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #70B773;
	margin: 0 0 10px;
	padding: 0;
}

.wrapper-content h4 {
	margin: 0 0 10px;
	padding: 0;
}

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;
	color: #909090;
}


.sidebar h1 {
	color: #909090;
}

/* breadcrumb */

.breadcrumb {
	float: left;
	width: 540px;
	height: 10px;
	margin: -10px 0 10px 0;
	padding: 0;
	font-size: 11px;
}

.breadcrumb  a {
	text-decoration: none;
	color: #666666;
}

#main div.breadcrumb  ul li a {
	text-decoration: none;
	color: #666666;
	padding: 0 5px 0 0;
}

#main div.breadcrumb  ul li {
	color: #D2382D;
}

.breadcrumb .icon{
	background: transparent;
	float:left;
	height:10px;
	margin:0 0 0 0px;
	padding:0 0 0 5px;
	width:1px;
	border-left: 1px solid #999999;
}

.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	float: left;
	height: 10px;
	line-height: 10px;
	margin: 0;
}


/* 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;
}

.news-list-morelink {
	padding-left: 5px;
}


/* 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;
}


/* headlines */

h1.grey_bold {
	color: #909090;
	font-weight: bold;
}

h1.grey_normal {
	color: #909090;
	font-weight: normal;
}

h1.green_bold {
	color: #70B773;
	font-weight: bold;
}

h1.green_normal {
	color: #70B773;
	font-weight: normal;
}

h1.green_bold_small {
	color: #70B773;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

h1.green_normal_small {
	color: #70B773;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}

/* search */

.csc-mailform-field {
	padding: 0 0 10px 0;
}

.csc-mailform-field label {
	display:block;
	display: inline-block;
    vertical-align: top;
    width: 100px;
}

.csc-mailform-field input {

}

























