/*as in client - so user will be able to normally edit article*/

.contentStyle {
    font:14px "DINPro-Regular",Arial,Helvetica,sans-serif;
    color:#131e4d;
    background-color:#fff;
    position: relative;
}
.boldShrift {
	font-family: "DINPro-Bold", sans-serif;
}
.contentStyle P
{
    margin:0;
    padding:0;
}

a {	
	text-decoration: none;
	color: #131e4d;
}
.contentStyle a{
	text-decoration: underline;
	color: #9bcd41;
	font-family: "DINPro-Bold", sans-serif;
}

.footer {
    color:#fff ;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    line-height: 42px;
    padding: 0 10px;
	border-top: 1px solid #b9b9b9;
}

.top-menu-RTE
{
    background-color:#ec6500 !important;
    color:#fff !important;
    font:normal 14px Verdana !important;
}

.top-menu-RTE A, .top-menu-RTE A:hover
{
    color:#fff !important;
    font:bold 14px Verdana !important;
    text-decoration:none;
}


.footer a {
    color:#131e4d;
    text-decoration:none;
	font-family: "DINPro-Bold", sans-serif;
}

.footer A:hover
{
    text-decoration:underline;
}

h1{
	margin: 0 0 5px 0; 
	padding: 0px;
	color: #131e4d;
	font:20px "DINPro-Bold",Arial,Helvetica,sans-serif;
}

h2{
	margin: 0 0 5px 0;
	padding: 0px;
	color: #131e4d;
	font:18px "DINPro-Bold",Arial,Helvetica,sans-serif;
}

h3{
	margin: 0; 
	padding: 0px;
	color: #131e4d;
	font:16px "DINPro-Bold",Arial,Helvetica,sans-serif;
	margin: 0 0 5px 0;
}

h4, h5, h6{
	margin: 0 0 5px 0; 
	padding: 0px;
	color: #131e4d;
	font:14px "DINPro-Bold",Arial,Helvetica,sans-serif;
}

.contentStyle ul{        
    margin:5px 0 0 0;
	padding-left: 20px;
}
.contentStyle ul li{   
    margin:auto;    
    position: relative;
}
.green_circles_for_list {
	padding-left: 16px;
}
.green_circles_for_list:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: url(../images/green_circles.png) no-repeat;
	top: 7px;
	left: 0;
}
.contentStyle ul li a{   
    text-decoration:none;
}
.contentStyle ul li a:hover{   
    text-decoration:none;
}

.contentStyle ul.arrow-list{
    list-style-position:outside;
    list-style-type:none;
    margin:0;
}
.contentStyle ul.arrow-list li{   
    margin:10px 0;    
    padding: 0 31px;
    color:#fff;
    font:15px "DINPro-Regular",Arial,Helvetica,sans-serif;
    position: relative;
    background: #9bcd41 none repeat scroll 0 0;
    width: 100%;
    height: 33px;
    line-height: 28px;
    border: 1px solid #9bcd41;
    border-radius: 3px;
    box-sizing: border-box;
}
/*
.contentStyle ul.arrow-list li:before {
	content: "";
	position: absolute;
	background: url(/site/old/images/arrow-list.gif) no-repeat;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
}
*/
.contentStyle ul.arrow-list li A{
    color:#fff;
    text-decoration:none;
}

.contentStyle ul.button-list {
    list-style-type:none;
    margin:0;
}

.contentStyle ul.button-list li {
	font: 15px "DINPro-Regular",Arial,Helvetica,sans-serif;
	background: #9bcd41;
	display: inline-block;
	vertical-align: top;
	padding: 10px 14px;
	border: 1px solid #9bcd41;
	border-radius: 3px;
	box-sizing: border-box;
}

.contentStyle ul.button-list li a {
    color:#fff;
    text-decoration:none;
}

.contentStyle .bullet-img
{
    
}

input {
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #404040;
	color:#666;
    font:normal 11px Verdana;
}

input.pollSubmit
{
    height:auto;
}

textarea {
	color: #404040;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color:#666;
    font:normal 11px Verdana;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #bebebe;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #bebebe;
	scrollbar-arrow-color: #bebebe;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
}

input.form_radio {
    cursor: pointer;
    border: 0px solid white;
    width: auto;
	height: auto;	
}

input.form_checkbox {
	border: none;
	cursor: pointer;
	background-color: #ffffff;
		width: auto;
	height: auto;
}

input.text{
	width: auto;
	border: 1px solid #b4b4b4; 
}

.submit, input.submit {
	background-color: #dfdfdf;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
		width: 100px;
	height: 20px;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;
	background-image: url(/site/old/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}

select 
{
    color: #404040;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color:#666;
    font:normal 11px Verdana;
}



.terugButton{
	background:url(/site/old/images/terugButtonBg.gif) no-repeat left top;
	height: 24px;
	width:100px;
	line-height: 20px;
	vertical-align: middle;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	border: none;
	font-weight:bold;
	color: #fff;
	cursor: hand;
}

a.terugButton{
	width:140px;
	text-decoration:none;
	padding-left:22px;
	padding-top:5px;
	font:bold 13px Arial !important;
	color:#fff;
}

.goButton{
	background:url(/site/old/images/goButtonBg.gif) no-repeat left top;
	height: 24px;
	width:100px;
	line-height: 20px;
	vertical-align: middle;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	border: none;
	font-weight:bold;
	color: #fff;
	cursor: hand;
	padding-right:10px !important;
}
/*Styles for editing article in admin: END*/


/*Styles for editing short news text in admin: START*/
/*because of it short news text will look in admin the same way*/
/*as in client - so user will be able to normally edit it*/

.contentStyle_popupBanner {
    font: 14px Verdana;
    color: black;
    margin: 265px 219px 0px 305px;
    background-image: url("/site/old/images/sita_popup.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: gray;
}
				
.contentStyle_popupBanner A {
    font-weight: normal;
    text-decoration: none;
    color: #FF6600;
}

.contentStyle_popupBanner A IMG {
    border: none;
}
											
.contentStyle_popupBanner P {
    margin: 0px;
}


input.CO2_input{
    border:none;
    text-align:left;
}
/*Styles for editing short news text in admin: END*/

/*Css class for opening sita-popup: BEGIN */
.open-popup
{
    cursor:pointer;
}
/*Css class for opening sita-popup: END */
.contentStyle .green-text{
	color: #90bc1c;
}
.contentStyle .blue-text{
	color: #131e4d;
}
.arrow-lists {
	position: relative;
}
.arrow-lists li {
	position: relative;
	padding-left: 26px;	
	font-size: 14px;
}
.arrow-lists li:before {
	position: absolute;
	content: "";
	background: url(../images/list-arrow.png) no-repeat;
	width: 8px;
	height: 14px;
	top: 4px;
	left: 8px;
}