.article-heading {
	font-weight: bold;
	font-size: 16px;
	color: #008030;
}

.article-heading-white {
	color: #008030; 
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
}


.mainLayout {
	width: 980px;
	margin-left: auto; 
	margin-right: auto;
	padding:0;
	margin-top:0;
	background-color: white;
/* 	border: 1px solid red; */
}

.header {
	height: 200px;
/* 	border: 1px solid green; */
}

.featureBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	/*border:1px dotted white;*/
	padding:6px;
}

.featureBoxLink {
	padding-bottom: 8px;
}

.leftHeader {
	background: url("../pics/bg_top_right.gif") no-repeat #555356;
	/*background: #545255;*/
	border-left: 1px solid white;
	background-position:center center;
	padding: 6px;
/* 	border: 1px solid green; */
}

.logoDiv {
	height: 120px;
	float:left;
}

.logoImg {
	margin-top: 45px;
	margin-left: 15px;
}

.logoTextDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: white;
/* 	border: 1px solid red; */
	float: right;
/* 	height: 150px; */
	height: 30px;
	padding-right: 17px;
	margin-top: 140px;
	padding-top: 5px;
/* 	font-style: italic; */
}

.menuDiv {
	background-color: #008030;
	border-top: 1px solid white;
}
.pageBottom {
	/*background-image: url("../pics/footer.gif");*/
	background-color: #008030;
	width: 100%;
	height: 20px;
	/*height: 80px;*/
	padding: 0;
	margin: 0;
}

.mainIntroHeading {
	font-size: 20px;
	color: #898989;
}

.mainIntroText {
	font-size: 12px;
}

.heading {
		font-size: 12px;
}

.mainContentTd {
	padding-left: 12px;
	padding-right: 12px;
}

.mainRightTd {
	padding-right: 12px;
}

.detailTd {
	padding-right: 20px;
	padding-left: 12px;
}

.rightBox {
	border: 1px solid black;
	
}

.rightBoxHeader {
	background-color: #898989;
	font-size: 12px;
	color: white;
	font-weight:bold;
	padding:3px;
}

.rightBoxText {
	font-size: 11px;
	padding:3px;
	color: black;
}

.newsletterBox, .recommendationBox {
	border: 1px solid black;
	
}

.newsletter-heading {
	background-color: #898989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight:bold;
	padding:3px;
}

.newsletter-text,  .newsletter-cat-heading,  .recommendation-text, .recommendation-cat-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding:3px;
}

.text {
	font-size: 11px;
}

.teaser,.detailTeaser  {
	font-size: 11px;
}

.detailTeaser {
	/*width: 95%;*/
	background-color: #EAEAEA;
	padding:4px;
}

.detailListTeaser {
	width:100%;
	font-size: 11px;
	text-align: justify;
/* 	border: 1px solid red; */
	float:left;
}

.link-white, .link-white:visited {
	color: white;
	text-decoration: none;
}

.detailText {
	font-size: 11px;
	padding: 4px;
	text-align: justify;
}

/*a{
	color: #008030;
	text-decoration:underline;
}

a:visited {
	color: #898989;
}*/

.articleHeading, h1 {
	font-size: 12px;
	font-weight: bold;
	color: #898989;
	padding-bottom: 4px;
}

.sponsorDiv {
	margin-top: 8px;
	width: 100%;
	text-align: center;
}

.copyrightNotice {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: white;
}

.teaserPicDiv {
	width: 125px;
	float: left;
}

.teaser {
	float: left;
/* 	border: 1px solid red; */
	width: 220px;
	 margin-bottom: 10px;
}
.std-detail-link, .std-detail-link:hover {
	font-size: 11px;
	color: #008030;
	text-decoration: underline;
	margin-bottom: 10px;
}

.std-detail-link:visited {
	color: #898989;
	padding-bottom: 10px;
}

input {
	background:#FFFFFF url(../pics/input_bg.gif) repeat-x scroll 0pt;
	border:1px solid #B5B8C8;
	padding:0px 3px;
}

.text{
	margin-left: 10px;
}

ul {
	/*padding-left: 20px;*/
	
}


.organisationTd {
	padding-left: 4px;
	padding-right: 4px;
	padding-top:  1px;
	padding-bottom: 1px;
}

.searchInput {
	width: 110px;
}

/* Förderer formular*/

.fTopBox {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 710px;
}

.fPrice, .invoicePriceContainer, .productRow{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;	
	border-color: #B6B69E #E0DFCB #F4F2D2 #B6B69E;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
}

.fPrice, .invoicePriceContainer{	
	background: none repeat scroll 0 0 #FFFFFF;
}

.fPrice{
	float: left;
	font-weight: bold;
	height: 100%;
	margin-right: 12px;
	padding: 0 8px;
}

.fTopBox h3 {
	margin: 0px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.fTopBox p {
	margin: 0px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 10px;
}

.fPrice .symbol {
	/*color: #666666;*/
	font-size: 34px;
	position: relative;
	top: -2px;
}

.fPrice .amount {
	/*color: #000000;*/
	font-size: 34px;
	position: relative;
	top: -2px;
}

.fPrice .duration {
	color: #999999;
	font-size: 16px;
	position: relative;
	top: -2px;
}

#fForm {
	margin: 0px;
	padding: 0px;
}

#fForm p {
	
}

#fForm .row {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}

#fForm fieldset {
	border: medium none;
	display: inline;
	float: left;
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 710px;

	/*width: 385px;*/
	/*width: 100%;*/
}

#fForm legend {
	font-size: 13px;
	font-weight: bold;				
}

#fForm input, #fForm textarea {
	background: white !important;
	border: 1px solid #DDDDDD;
	padding: 3px;
	width: 230px;
}

.inputIe {
	border: 0px !important;
	width: auto !important;
}

.inputIe:focus {
	border: 0px !important;
}

#fForm input:focus, #fForm textarea:focus {
	border: 1px solid #008030;
}

#fForm label {
	width: 135px;
	display: block;
	float: left;
	font-weight: bold;
}

#fForm .help {
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 135px;
	color: #666;
	font-style: italic;
}

#fForm .rightHelp {
	margin-left: 5px !important;
}


.fPaymentInfo {
	float:left;
	width:300px;
	margin-top:18px;
	margin-left: 10px;
	font-size: 11px;
	padding: 10px;
	display:none;
}

div.error{
	
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 135px;
	color:red;
	font-style: italic;
}

#fForm .fl{
	float:left;
}


#fForm .cl{
	clear:both;
}

.imageDetailContainer {
	box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	-moz-box-shadow: 0px 0px 20px #333;
	position: absolute;
	background-color: white;
	z-index: 20;
	padding: 4px 0px 0px 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;
	z-index: 55;
    padding:  10px;
	border:2px solid #666;
}
.imageDetailContainer img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.imageDetailCloseIcon {
    background-image: url(http://www.mapservices.eu/nefos/static/img/close.png);
    width: 28px;
    height: 28px;
    position: absolute;
    display: none;
    z-index: 56;
    cursor: pointer;
}
.cta{
	cursor: pointer;
}

.linkImg{
	border:0px;
	padding:0px;
	margin:0px;
	width:16px;
	height:11px;
}

.alinkImg{
	border:0px;
	
	padding:0px;
	margin:0px;
}

.successText{
	font-size: 12px
	color:green;
}

div.msgText{
	font-size:12px
}

