@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'DINRegular';
    src: url('../fonts/din-regular-webfont.eot');
    src: url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regular-webfont.woff') format('woff'),
         url('../fonts/din-regular-webfont.ttf') format('truetype'),
         url('../fonts/din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
      font-family: 'DINRegular';
	background-color:#eae9e8;
	margin:0;
	padding:0;
	font-size:13px;
}

td {
	font-size:13px;
}

a {
	color:#001a27;
	text-decoration:none;
	outline:none;
	}

a:hover {
	color:#f82615;
}

.lt {
	text-align:left;	
}

.rt {
	text-align:right;
}

#flact {
	float:left;
	margin-right:10px;
	margin-top:2px;
	clear:both;
}

#tagcloud a {
	color:#3e6173;
}

#tagcloud a:hover {
	color:#fff;
}

#nlmessage {
	color:#f82615;	
}

#search {
	float:right;
	background-color:#2e404a;
	margin-left:15px;
	padding:2px;
	margin-top:8px;
	
}

#search form {
	margin:0px;
	padding:0px;
}

.searchfield {
	width:100px;
	height:15px;
	border:0px;
	margin-right:10px;
	background-color:#2e404a;
	color:#fff;
	font-size:12px;	
}

.lang {
	line-height:35px;
	color:#FFF;
	width:475px;
}

.lang a {
	color:#FFF;
}

h3.title {
	font-size:18px;
	margin: 5px 0px 15px 10px;
	
}

.ititles {
	font-size:15px;
}

.htitle {
	font-size:13px;
	font-weight:bold;
}

.middlebutton, .middlebutton2, .middlebutton3 {
	color:#FFF;
	background-color:#d73936;	
	float:left;
	line-height:25px;
	padding:4px 8px 4px 8px;
	display:block;
	margin: 0px 3px 0px 3px;
	font-weight:bold;
	font-size:15px;
	-moz-border-radius-bottomright: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	-moz-border-radius-bottomleft: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}

.middlebutton3 {
	color:#FFF;
		-moz-box-shadow: 2px 2px 3px #333;
		-webkit-box-shadow: 2px 2px 3px #333;
		box-shadow: 2px 2px 3px #333;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333');
}

.middlebutton3 a {
	color:#FFF;
	display:block;
}

.middlebutton2 a {
	color:#FFF;
	display:block;
}

.tntitle {
	font-size:16px;
	color:#FFF;
	background-color:#5c5c5c;
	font-weight:bold;
	line-height:30px;	
}

.tntitle a {
	display:block;
	color:#fff;
}

.date {
	font-size:12px;
}

div.more, div.more2 {
		margin-top:6px;
}

.spage {
	background-color:#f82615;
	color:#fff;
	padding:1px 2px 1px 2px;
}

.spage a {
	color:#FFF;
}

.addthis {
	float:right;
}

.more a {
	background-color:#001621;
	color:#fff;
	font-size:13px;
	padding: 1px 5px 1px 5px;
	border:1px solid white;

}

.more a:hover {
	background-color:#f82615;

}

.more2 a {

	color:#fff;
	font-size:13px;
	padding: 1px 5px 1px 5px;
	border:1px solid white;
	background-color:#f82615;
}

.more2 a:hover {
	background-color:#001621;

}

.icontent {
	margin-left:10px;
	
}

.wborder {
	border:3px solid white;
}

.top {
	background:url(../images/bgtop.gif) left top repeat-x;
	height:39px;
}

.topi {
	width:955px;
	margin:auto;
	padding:auto;

}

.lang {
	float:right;
}

#logo {
	position:relative;
	top:-27px;
	left:3px;
	z-index:999;
}

#topmenu {
	line-height:46px;
	height:56px;
	font-size:16px;
	margin-top:1px;


}

#topnav {
	list-style:none;
	margin:0px;
	padding:0px;

	}

#topnav li {
	float:left;

}

#topnav li a {
	font-size:16px;
	display:block;
	color:#001621;
	text-decoration:none;
	padding: 6px 12px 6px 12px;
}

#topnav li.selected  {
	background:#dad8d9;
	color:#001621;
}

#topnav li a:hover , #topnav li a.selected  {
	background:#dad8d9;
	color:#001621;
}

#topnav li ul {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;

  opacity:0.95;
}

#topnav li ul li{
	background-color:#dad8d9;
	margin:0px;
	padding:0px !important;
	line-height:20px;
	float:left;
}

#topnav li ul li a {
	display: block;
	background:none;
	text-align:left;
	padding: 4px 15px 4px 15px;
	margin:0px;

}

#topnav li ul li a:hover {
	background-color:#2e424d;
	color:#FFF;

}

#topnav li.tsep {
	float:left;
	width:1px;
	background-color:#cfcfcf;
	height:56px;
}



#leftmenu {
	line-height:37px;
	width:124px;
	margin-left:3px;
}

#leftnav {
	list-style:none;
	margin:0px;
	padding:0px;
}

#leftnav li a {
	font-size:16px;
	padding-left:5px;
	display:block;
	color:#001621;
	text-decoration:none;
}

#leftnav li.selected , #leftnav li.selected a, #leftnav li a:hover , #leftnav li a.selected  {
	background:#001621;
	color:#fff;
}

#leftnav li ul {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width:124px;
  float:left;
}

#leftnav li ul li {
	background-color:#dad8d9;

	line-height:22px;
	border-bottom:1px solid #cfcfcf;
}

#leftnav li ul li a {
	display: block;
	background:none;
	text-align:left;
	padding: 2px 2px 2px 15px;
	margin:0px;
	background-color:#dad8d9 !important;
	color:#001621 !important;
}

#leftnav li ul li a:hover {
	background-color:#2e424d !important;
	color:#FFF !important;
}


#leftnav li.lsep {
	height:1px;
	background-color:#cfcfcf;
}


.content {
	padding-bottom:30px;
	background:url(../images/bgcontent.png) bottom left repeat-x;

}

.lcont {
	background:#001621;
	color:#fff;
}

.lconti {
	width:955px;
	margin:auto;
}

#participate {
	height:400px;
	background-color:#d73936;
	
}

#participatei {
	width:955px;
	margin:auto;
	
}

.partitle {
	background-color:#e57e7c;
	padding-left:5px;
}

input.parfield {
	width:300px;

}

.partfield {
	width:720px;
	height:180px;	
}



.lcontimenu {
	height:45px;

}

.bt-title {
	font-size:18px;
	font-weight:bold;
	padding: 4px 0px 4px 5px;
	border-bottom:1px solid #f82615;
	margin-bottom:10px;
	
}

.bottom {
	background:#fff;
	height:60px;
}

.bottomi {
	width:955px;
	margin:auto;
	padding:auto;
	border-top: 1px solid #FFF;
}

#eu {
	float:right;
}

#ff {
	margin-left:20px;
	float:right;	
}

#bottommenu {
	line-height:45px;
	height:45px;
	float:right;
}

#bottomnav {
	list-style:none;
	margin:0px;
	padding:0px;
}

#bottomnav li {
	float:left;
}

#bottomnav li.bsep {
	float:left;
	width:1px;
	background-color:#cfcfcf;
}

#bottomnav li a {
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	color:#001621;
	text-decoration:none;

}

#bottomnav li a:hover , #bottomnav li a.selected  {
	background:#001621;
	color:#fff;
}

.shadow {
		-moz-box-shadow: 2px 2px 3px #a5a4a5;
		-webkit-box-shadow: 2px 2px 3px #a5a4a5;
		box-shadow: 2px 2px 3px #a5a4a5;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#a5a4a5')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#a5a4a5');
	}

/* Contact Form start */

#contact-wrapper { 
	padding: 2px 10px 10px 10px;
	font-size:15px;
}

#contact-wrapper div { 
	clear:both; 
	margin:0.5em 0;
}



#contact-wrapper label { 
	display:block; 
	float:left;
	width:200px;
	font-size:14px; 
	background-color:#f1f1f1;
	padding:3px;
	margin-right:3px;
	margin-bottom:3px;

}

#contact-wrapper label span {
	color:#f82615;
	font-weight:bold;

}

#contact-wrapper label.error { 
	color:#f82615;
	background-color:transparent;
	border:0px;
	font-size:11px;
	text-align:left;
	margin:0px;
	padding:0px;

	padding-bottom:10px;
}

form#contactform {
	margin: 0px;
	padding:0px;
}

form#contactform input.submit { 
	background-color: #f82615; 
	color: #ffffff;
	font-weight:bold;
	padding:2px; 
	font-size:13px; 
	width:125px;
	margin-left: 210px;
}

form#contactform input { 
	border:1px solid #cccccc; 
	padding:2px; 
	font-size:13px; 
	color:#333;
	width:325px;
		float:left;
}

form#contactform input.error {
	text-align:left;

		margin:0px;
}



form#contactform input.dp-applied {
	width: 140px;
	float: left;
}

form#contactform select { 
	border:1px solid #cccccc; 
	padding:2px; 
	color:#333;
	width:332px;
	font-size:13px; 
}

form#contactform textarea { 
	font-family:Arial; 
	padding:0.6em 0.5em 0.7em; 
	border:1px solid #cccccc; 
	width:316px;
	font-size:13px; 
	float:left;
}

form#contactform textarea.error {
	text-align:left;
		margin:0px;

}
#pdfile{ font-size:12px;}
#newsflags{position:relative;right:40px;}
#newsflags a img{position:relative;top:4px;}
/* contact Form End */
