/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Additional Resets */
.slides li,
.flex-control-nav li,
.flex-direction-nav li { margin: 0; list-style-type: none; }


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: none; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav {*height: 0; padding: 0;} /*fix for IE 7 */
.flex-direction-nav li a {width: 26px; height: 26px; margin: -13px 0 0; display: block; background: url(../Images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px; opacity: 0.8; filter:alpha(opacity=80); }
.flex-direction-nav li a:hover  { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li .next {background-position: -30px 0; right: 10px;}
.flex-direction-nav li .prev {left: 10px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 10px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../Images/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
/* loginform */
#login-form {
    background-color: #30444f;
    overflow:hidden;
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif ;
    font-size: 8px;
    line-height: 1.38;
}

#login-form .form_login {
    display: block;
    height: 100px;
    width: 306px;
    padding-left: 7px;
    padding-top: 3px;
    background-color: #30444f;
    font-size: 16px;
}

#login-form .form_login strong{
    padding-left:15px;
    
}
#login-form .form_login input[name=user_],
#login-form .form_login input[name=pass_]{
    border:2px solid gainsboro;
    color:gray;
    height:11px;
    width:157px;
    margin-top: 8px;
    margin-left:15px;
    margin-right:7px;
    padding:7px;
    padding-bottom:6px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}
#login-form .form_login input[name=pass_]{
    width: 75px;
}
#login-form .form_login a {
	text-decoration: underline;
	font-weight: normal;
    display: inline-block;
    padding-top:10px;
    margin-left:15px;
    color: white;
    font-size: 12px;
}
#login-form .form_login a.infoLink {
    padding-top:0;
}
#login-form .form_login input[type=submit]{
    margin-top: -1px;
    border:2px solid gainsboro;
    height:28px;
    width:70px;
    padding-left: 4px;
    margin-top: 7px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}
/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tt_news" */



.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu  {
	font-size:10px;
}



/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:10px;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}


.news-latest-container H2 {
  padding: 0 0 2px 0;
  margin:0;
}

.news-latest-item {
	padding:3px;
	margin:0;
}

.news-latest-item IMG {

	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}




.news-latest-item > p {
	margin:0;
	padding:0;
}




/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;

}
.news-list-item {
	padding: 0 0 10px 0;
}

.news-list-container H2 {
	margin: 0px;
}

.news-list-date {
	float: right;
	display:block;
	padding-left:10px;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

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



	/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}


.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}


.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}

.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding:0 1px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;


}

.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	padding:0;
}

.news-single-img img {
	border:none;
}

.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}

.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px;
}



.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}

.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}

.news-single-files DD A {
	padding:0 3px;
}


	/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img,
.sv-img-small img {
	border:none;
}

.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;

}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
	margin-top:5px;

	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
    margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;

}


.amenu-act {
	background:#fff;
	font-weight:bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:10px;

}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.tree A {
	text-decoration: none;
}

ul.tree A.pm {
	cursor: pointer;
}

ul.tree img {
	vertical-align: middle;
}

ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}

ul.tree ul li.expanded ul {
	background: transparent url('../typo3/gfx/ol/line.gif') repeat-y top left;
}

ul.tree ul li.last > ul {
	background: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}






/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
html {
  padding: 0;
  margin: 0;
}
@font-face {
    font-family: 'planerregular';
    src: url('../font/planer_reg-webfont.eot');
    src: url('../font/planer_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/planer_reg-webfont.woff') format('woff'),
         url('../font/planer_reg-webfont.ttf') format('truetype'),
         url('../font/planer_reg-webfont.svg#planerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  font-family: Arial, sans-serif ;
  font-size: 12px;
  line-height: 1.38;
}
embed {
    width: 620px;
    height: 400px;
}
.ie_clearing{
    clear: both;
}
a, img {
    border:none;
}
a{
    color: #D8122B;
    font-weight: bold;
    text-decoration: none;
}

#main h1{
    margin-top:15px;
    margin-bottom:15px;
    font-family: planerregular, Arial, sans-serif ;
    font-size: 36px;

}
#main h2{
    font-family: planerregular, Arial, sans-serif ;
    font-size: 18px;
}
#main h3{
    font-family: planerregular, Arial, sans-serif ;
    font-size: 16px;
}

#main p {
	margin: 1em 0em;
}

#main .filling_img{
}
#header {
  height: 110px;
}
#header img {
  margin-top: 45px;
}

#header a {
  border: 0;
}

#logo-container {
	height: 100%;
}

#menu {
  height: 35px;
  background-color: #d4021d;
}
#metanav > ul {
  list-style-type: none;
  float: right;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom:4px;
  margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
  height: 25px;
}
#metanav > ul > li {
  display: block;
  float: left;
  margin-left: 25px;
/*  min-width: 100px; */
  text-align: right;
  font-family: planerregular, Arial, sans-serif ;
  letter-spacing: 0px;
  font-weight:600;
  font-size: 18px;
  color: #ffffff;
}
#metanav > ul > li:first-of-type {
    margin-left: 0px;
}

#metanav > ul > li > .current_metanav_center > a,
#metanav > ul > li > a{
  color: white;
  text-decoration: none;
}

#metanav ul li.current_metanav {
  margin-left: 41px;
  margin-top:-13px;
}
#metanav .current_metanav .current_metanav_center{
  float: left;
  height: 39px;
  text-align: right;
/*  min-width: 120px; */
  padding-left: 5px; 
  padding-right: 17px;
  padding-top: 5px;
  margin-left: -28px;
  margin-right: -5px;
  background-image: url('../images/menu_select_bg.png');
  background-repeat: repeat-x;
}
#metanav .current_metanav_left{
  width: 6px;
}
#metanav .current_metanav .current_metanav_left{
  float: left;
  height: 39px;
  width: 6px;
  background-image: url('../images/menu_select_left.png');
  background-repeat: no-repeat;
}
#metanav .current_metanav_right{
  width: 6px;
}
#metanav .current_metanav .current_metanav_right{
  float: left;
  height: 39px;
  width: 6px;
  top:3px;
  left:3px;
  background-image: url('../images/menu_select_right.png');
  background-repeat: no-repeat;
}
#metanav li.current_subnav  {
  display: none;
}
#metanav li.current_metanav li.current_subnav {
  display: block;
}
#metanav ul li.current_metanav > a {
  color: white;
  text-decoration: none;
}
#metanav > ul > li > ul{
  height: 0;
  overflow: hidden;
  margin-left:-1px;
  padding-left:0;
  padding-right:0px;
  list-style-type: none;
}
#metanav > ul > li > ul > li >a { color:pink;}
#metanav > ul > li > .current_metanav_center > ul{
  display: block;
  background-color: #58737c;
  margin-left: -5px;
  margin-right: -12px;
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 200;
}
#metanav > ul > li > .current_metanav_center > ul > li{
  text-align: right;
  border-bottom: 1px solid white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 17px;
  padding-right: 12px;
}
#metanav > ul > li > .current_metanav_center > ul > li.current_subnav a{
  font-weight: bolder;
}
#metanav > ul > li > .current_metanav_center > ul > li:last-child{
  border-bottom: 0;
}
#metanav > ul > li > .current_metanav_center > ul > li > a{
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

#main {
  min-height: 400px;
  margin-top: 1px;
  padding-top: 0px;
  background-color: #58737c;

}
#breadcrums{
  position: relative;
  top: 210px;
  left: 0;
  height:25px;
  margin-bottom:-25px;
  margin-left:12px;
  width:700px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #30444d;
}
#breadcrums a{
  color: #30444d;
  text-decoration: none;
  font-weight: normal;
}
#language-select{
  position: relative;
  height: 25px;
  margin-bottom: -25px;
  top: -117px;
  float: right;
}
#language-select ul{
 list-style-type: none;
}
#language-select li{
  display: inline-block;
  font-size: 14px;
}
#language-select a{
  color: black;
  font-weight: normal;
}
#login-overlay{

  background-color: #30444d;
  background-image: url('../images/login_sidebutton.png');
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;

  display: inline-block;
  margin-bottom: -126px;
  width:41px;
  height:126px;
  position: relative;
  top: 176px;
  float: right;
  z-index: 150;
  cursor: pointer;
}
#login-form{
  width:360px;
  height:126px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;

  display: none;
  float: right;
  margin-bottom: -126px;
  background-color: #30444d;
  position: relative;
  top: 176px;
  z-index: 150;
}
#login-form iframe{
  height: 124px;
  width: 360px;
  border: 0;
  overflow: hidden;
}


.form-type-textfield{
  background: pink;
}


#footer ul {
  display: block;
  list-style-type: none;
  float: left;
  margin-top: 11px;
  padding-left: 0px;
}
#footer ul li {
  display: block;
  padding-left: 11px;
  padding-right: 11px;
  float: left;
  color: #8099a6;
  border-left: 1px solid #8099a6;
}
#footer ul li:first-child {
  border-left: 0px;
  padding-left: 0px;
}
#footer ul li>a{
  text-decoration: none;
  color: #8099a6;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.main-width-container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#content_middle{
    margin-top: -4px;
    float: left;
    width: 640px;
    height: 100%;
}
#content_right{
    margin-top: -4px;
    float: right;
    display: inline-block;
    width: 330px;
    height: 100%;
}
#ie_clearing{
    clear: both;
    /*height:0 ;*/
    overflow: hidden;
}

.content_background{
    background-color: #EDEEF2;
}
.csc-default{
    padding:12px;
    padding-right:20px;
    padding-top: 20px;
    
}
/* registerform */
.form_registermail{
    display: block;
    height: 98px;
    width: 306px;
    background-color: #D4021D;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.form_registermail div{
    padding : 5px;
    padding-left:15px;
    padding-right:30px;
    font-size: 16px;
    font-weight: 500;
    width:280px;
}
.form_registermail strong{
    padding-left:15px;
    
}
.email_text{
    color: white;
}
.form_registermail .email_input{
    border:2px solid gainsboro;
    color:gray;
    height:14px;
    width:175px;
    margin-left:15px;
    padding:7px;
    padding-bottom:6px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}
.form_registermail a{
    display:none;
    margin-top:8px;
    margin-left:15px;
    color: white;
}
.form_registermail .formerror{
    color: white;
}
.form_registermail .email_button{
    border:2px solid gainsboro;
    height:30px;
    width:70px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}

.news_spacer{
    width: 330px;
    height:10px;
    background-color: #58737c;
}

/* TT News */

.news-list-item>h2>a{
    font-size:20px;
    color: #3E4F57;
    text-decoration: none;
}
.news-list-morelink>a{
    color: #D8122B;
    font-weight: bold;
    text-decoration: none;
}
#content_middle .news-list-container {
    margin-top: -35px;

}
#content_middle .news-list-container img{
    display:none;
}
#content_middle .news-list-container  hr.clearer{
    clear:left;
    border:0;
    height:1px;
    background-color: black;
}
#content_middle .news-list-container  h2{
    padding-left:0px;
}
#content_middle .news-list-container  p{
    margin:0;
    margin-bottom:12px;
    padding-left:0px;
    font-size:12px;
}
#content_middle .news-list-container .news-list-date{
    float:none;
    padding-left:0px;
    font-size:14px;
    color: gray;
}
#content_middle .single_image {
	text-align: center; 
	padding: 0 20px;
}
#content_middle .image_copyright {
	margin: 1em 0em;
	color: #58737c;
}
#content_middle .image_with_text {
	 width: 200px;
	 float: left;
}
#content_middle .image_with_text.no_resize {
	width: auto;
}
#content_middle .image_with_text div {
	margin: 1em 0em;
	color: #58737c;
	text-align: center;
}
#content_right .csc-header {
    padding-left: 20px;
}
#content_right h1{
    font-size: 18px;
    padding:7px;
    padding-left:0;
    margin:0;
    margin-left:-10px ;
    color: #636365;
    background: #EDEEF2;
}
#content_right .news-list-container {
    padding-top: 5px;
    padding-bottom:0;
    background: white;
}
#content_right .news-list-container.blog {
	min-height: 128px;
}
#content_right .news-list-item{
    padding:0;
}
#content_right .news-list-container img{
    float:left;
    margin: 10px;
}
#content_right .news-list-container  hr.clearer{
    clear:left;
    border:0;
    height:1px;
    background-color: black;
    margin-left: 10px;
    margin-right: 10px;
}
#content_right .news-list-container .clearer {
	clear:left;
}
#content_right .news-list-container .news-list-item:nth-child(n+3) hr {
    background-color:white;
    height:0;
}
#content_right .news-list-container  h2{
    padding-left:120px;
    padding-right:10px;
}
#content_right .news-list-container .news-list-item.no_image  h2{
	
	padding-left: 20px;
	padding-bottom: 10px;
}
#content_right .news-list-container  h2 a{
    font-size: 15px;
    line-height:1.15;
    color: #636365;
}
#content_right .news-list-container  .news-list-date{
    float:none;
    padding-top:15px;
    padding-left:120px;
    font-size:14px;
    color: gray;
}
#content_right .news-list-container  .news-list-date.no_image{
	padding-left: 20px;
}
#content_right .news-list-container  p{
    margin-top: 4px;
    padding-left:120px;
}
#content_right .news-list-browse{
    display: none;
}
.news-list-browse {
    font-size:12px;
}
.news-list-browse span{
    margin: 8px;
}
.news-list-browse a{
    margin: 8px;
    text-decoration:none;
    color:#d8122b;
    font-weight:bold;

}
.news-list-container  .news-list-category{
    display: none;
}

.news-latest-container{
    padding: 0;
}
.news-latest-container .news-latest-item{
    padding: 0;
}

/* blog */
.news-latest-container .news-latest-item .blog_image {
	float: Left;
	width: 200px;
}
.news-latest-container .news-latest-item .blog_image img {
	float: none;
	margin-bottom: 1em;
}
.news-latest-container .news-latest-item .blog_image div {
	text-align: center;
	color: black;
	font-weight: normal;
	margin-bottom: 1em;
}

.news-latest-item p{
    margin-bottom: 12px;
}
.news-latest-item img{
    margin-bottom: 25px;
    margin-left: 0px;
}
.news-latest-item>h2>a{
    font-size:20px;
    color: #3E4F57;
    text-decoration: none;
}
.news-latest-item>a{
    color: #D8122B;
    font-weight:bold;
    text-decoration: none;
    margin-bottom: 12px;
}
#content_middle .news-latest-item img{
    float:left;
}
#content_middle .news-latest-item  hr.clearer{
    clear:left;
    border:0;
    height:1px;
    background-color: black;
}
#content_middle .news-latest-item  h2{
    padding-left:210px;
}
#content_middle .news-latest-item  .no_image{
	padding-left: 0;	
}
#content_middle .news-latest-item  .news-latest-date{
    padding-left:210px;
    font-size:14px;
    color: gray;
}
#content_middle .news-latest-item  .news-latest-date.no_image{
	padding-left: 0;
}
#content_middle .news-latest-item  p{
    font-size:12px;
    padding-left:210px;
}
#content_middle .news-latest-item  p.no_image{
	padding-left: 0;
}
.news-single-item .news-single-img{
    float:left;
    margin-right:1%;
    width: 36%;
}
.news-single-item .news-content{
    float: right;
    width: 61%
}
.news-single-item p{
    font-size: 12px;
    padding-left: 10px;
}
.news-single-item h1{
    font-size:28px;    
    padding-left: 10px;
}
.news-single-item h2{
    font-size:18px;    
    padding-left: 10px;
}
.news-single-backlink a{
    color:#D8122B;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

/* media */
#content_right object,
#content_right iframe {
    border:0;
    margin-bottom:-4px;
}

/* slider */
#content_middle .flexslider{

}
#content_middle .flex-caption{
    background: transparent;
    filter:none;
}

#content_right .flexslider{
    background: transparent;

}
#content_right .flexslider .slides li img{
    height: 160px;
    width: 330px;
}
#content_right .flex-caption{
	min-height: 110px;
    width:280px;
    background: transparent;
    padding-left:25px;
    padding-right:25px;
    filter:none;
    color:black;
    
}
#content_right .flex-caption strong{
    display:block;
    font-size:24px;
    font-family: planerregular, Arial, sans-serif ;
    margin-bottom:8px;
    
}
#content_right .flex-control-nav{
    top:150px;
}

.flexslider .flex-control-nav li a {
    background-image: url('../images/bg_control_nav.png');
}

.slidertriangle{
    position: relative;
    height:50px;
    margin-bottom: -50px;
    top:-140px;
    left:-32px;
    
}

/* new Newsletter login */
.tx-eyepin-pisubscribe{
}
.tx-eyepin-pisubscribe .errormessages{
    color:red;
}
.tx-eyepin-pisubscribe .error{
    color: red;    
}
.tx-eyepin-pisubscribe .errortext{
    color: red;
}
.tx-eyepin-pisubscribe .form-input .errortext{
    display: none;
    position:relative;
    background-image: url('../images/bg_control_nav.png');
    top: -5px;
    margin-bottom:-25px;
    margin-left:-25px;
    width:30px;
    height:25px;
    font-size:  0;
}
.tx-eyepin-pisubscribe .form-label-input{
/*    background: lightgrey;*/
    font-family: Arial, sans-serif ;
}
.tx-eyepin-pisubscribe label{
    color: black;
}

form input,
form textarea,
.tx-eyepin-pisubscribe input, button{
	margin-left: 0;
    padding: 5px;
    margin-bottom: 8px;
    font-size: 15px;
    border: 1px solid grey;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #555;
}

form textarea {
	
	width: 100%;
	height: 10em;
	font-family: Arial, sans-serif;
	font-size: 15px;
}

.tx-eyepin-pisubscribe select{
    padding: 4px;
    margin-bottom: 8px;
    font-size: 15px;
    border: 1px solid grey;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #555;
}

.tx-eyepin-pisubscribe form div {
    display: inline-block;
}



.tx-eyepin-pisubscribe label[for="newsletter_email"]{
    width: 343px;
}
.tx-eyepin-pisubscribe input[name="newsletter[email]"]{
    width: 323px;
}

.tx-eyepin-pisubscribe label[for="newsletter_salutation"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe select[name="newsletter[salutation]"]{
    width: 200px;
}

.tx-eyepin-pisubscribe label[for="newsletter_title"]{
    display: block;
    width: 365px;
}
.tx-eyepin-pisubscribe input[name="newsletter[title]"]{
    width: 110px;
}

.tx-eyepin-pisubscribe label[for="newsletter_firstname"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe input[name="newsletter[firstname]"]{
    width: 190px;
}

.tx-eyepin-pisubscribe label[for="newsletter_lastname"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe input[name="newsletter[lastname]"]{
    width: 190px;
}

.tx-eyepin-pisubscribe label[for="newsletter_street"]{
    width: 343px;
}
.tx-eyepin-pisubscribe input[name="newsletter[street]"]{
    width: 323px;
}

.tx-eyepin-pisubscribe label[for="newsletter_zip"]{
    display: block;
    width: 95px;
}
.tx-eyepin-pisubscribe input[name="newsletter[zip]"]{
    width: 75px;
}

.tx-eyepin-pisubscribe label[for="newsletter_city"]{
    display: block;
    width: 340px;
}
.tx-eyepin-pisubscribe input[name="newsletter[city]"]{
    width: 225px;
}

.tx-eyepin-pisubscribe label[for="newsletter_country"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe select[name="newsletter[country]"]{
    width: 200px;
}

.tx-eyepin-pisubscribe label[for="newsletter_company"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe input[name="newsletter[company]"]{
    width: 190px;
}

.tx-eyepin-pisubscribe label[for="newsletter_phone"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe input[name="newsletter[phone]"]{
    width: 190px;
}

.tx-eyepin-pisubscribe label[for="newsletter_fax"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe input[name="newsletter[fax]"]{
    width: 190px;
}

.tx-eyepin-pisubscribe label[for="newsletter_company"]{
    display: block;
    width: 210px;
}
.tx-eyepin-pisubscribe input[name="newsletter[company]"]{
    width: 190px;
}

.tx-eyepin-pisubscribe form div:nth-of-type(1), div:nth-of-type(6), div:nth-of-type(13) {
    display: block !important;
}

.clickable-news{
    cursor: pointer;
    color: black;
}

.success {
	
	color: green;
}

form {
	
	margin-left: 0;
}

form label {
    display: block;
}

form ul.errors {
	
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	color: red;
}

.contactform input:not([type="submit"]) {
    
	width: 50%;
}

.contactform input#contact_captcha {

    display: block;
}

.contactform .captcha_label + ul {

    color: #D4021D;
    padding: 0;
    list-style: none;
}

body .blogentry_user {
	
	font-style: italic;
	color: #58737c;
}

body .blogentry_user .image {
	
	float: left;
	margin-right: 2em;
}

body #fancybox-content {
	
	border-color: #30444d;
	background-color: #30444d;
}

body #fancybox-content input[name=user_],
body #fancybox-content input[name=pass_] {
	
	border:2px solid gainsboro;
    color:gray;
    width:95%;
    margin-top: 8px;
    padding:7px;
    padding-bottom:6px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}

body #fancybox-content input[type=submit] {
	
	margin-top: -1px;
    border:2px solid gainsboro;
    height:28px;
    padding-left: 4px;
    margin-top: 7px;
    margin-bottom: 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}

body #fancybox-content div {
	
	margin-bottom: 5px;
}

body #fancybox-content a {
	
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

.cookie-notification {
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #d4021d;
}

.youtube-video img {
    max-width: 100%;
    height: auto;
}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1000;
}

#modal-content {
    font-size: 18px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: auto;
    left: 33%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 50%;
    z-index: 1000;
    font-family: planerregular, Arial, sans-serif;

    h2 {
        font-family: planerregular, Arial, sans-serif;
        font-size: 26px;
    }

    .button-container {
        text-align: right;

        button {
            cursor: pointer;
            background: #d4021d;
            border: none;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 0;
        }
    }
}

#modal-background.active, #modal-content.active {
    display: block;
}