@CHARSET "UTF-8";

a{
	outline:none;
	text-decoration:none;
}


	a:hover{
		
	}
	
	a.plainlink{
		border:none !important;
		text-decoration:none !important;
	}
	
		a.plainlink:hover{
			border:none !important;
			text-decoration:none !important;
		}
		
		a.plainlink img
		{
			border:none !important;
		}
	
button{
	outline:none;
}
	
.right{
	text-align:right;
}

.center{
	text-align:center;
}


td{
		vertical-align:top;
	}

body{
	background-color: #F3F2E4;
	color:#43413A;
}

#content{
}



#header{
		background: url(/images/header-bkg.png) repeat-x 50% top;
		border-top: 5px solid #3F3E3C;
		
	}

#ekobio{
		position:absolute;
		right:0;
		top:0;
		width:92px;
		height:91px;
	}

body.main-page #header{
		height:416px;
		border-bottom: 1px solid #F3F2E4;
	}

body.inner-page #header{
		height:265px;
		border-bottom: 1px solid #F3F2E4;
		background: url(/images/header-inner-bkg.jpg) repeat-x 50% top;
	}

	#header a{
			text-decoration:none;
		}

	#header .content-row{
			position:relative;
			width:960px;
			margin:0 auto;
		}
	
	#logo{
			position:absolute;
			top:19px;
			left:0;
			
			display:block;
			width:226px;
			height:57px;
			
		}

	#main-menu{
			position:absolute;
			display:block;
			top:31px;
			left:262px;
			
			width:698px;
			height:30px;
			
			z-index:30;
		}

	#main-page{
			position:absolute;
			display:block;
			top:95px;
			left:0px;
			width:960px;
			height:321px;
			
			background: url(/images/main-page-img.jpg) no-repeat 50% top;
		}
		
	div.inner-pos{
			position:relative;
		}	
		
		#page-search{
				width:279px;
				height:108px;
				/* background: url(/images/search-bkg.jpg) no-repeat left top; */
			}
				
		body.main-page div.inner-pos #page-search{
				position:absolute;
				top:104px;
				left:681px;
				
			}
		
		body.inner-page #page-search{
				position:absolute;
				top:162px;
				left:681px;
				width:279px;
				height:108px;
				background: url(/images/search-bkg.jpg) no-repeat left top;
			}
		
			#page-search input{
					position:absolute;
					top:47px;
					left:23px;
					width:170px;
					height:15px;
					
					color:#7F7F99;
					font-family: Tahoma, Helvetica, sans-serif;
					border:none;
					font-size:11px;
					background-color: transparent !important;
				}
				
			#page-search label{
					position:absolute;
					top:21px;
					left:16px;
					width:170px;
					height:15px;
					
					color:#EEEEE4;
					font-family: Tahoma, Helvetica, sans-serif;
					font-weight:bold;
					font-size:11px;
				}
				
			#page-search button{
					position:absolute;
					top:43px;
					left:207px;
					width:60px;
					height:22px;
					margin:0;
					padding:0;
				}
			
		#main-page-info{
				width:279px;
				height:108px;
			}
			
		body.inner-page #main-page-info{
				background: url(/images/inner_infovonal.jpg) no-repeat right bottom;
			}		
			
		div.inner-pos #main-page-info{
				position:absolute;
				top:212px;
				left:681px;
				
			}
			
			div.inner-pos #info-badget{
				position:absolute;
				top:62px;
				left:207px;
				width:103px;
				height:96px;
				
				/*
				background: url(/images/call-badget.png) no-repeat left top;
				*/
			}
		
	#content-start{
			height:20px;
		}
	
	#content-end{
			height:20px;
		}
	
	
	#lang-select{
			display:none;
		}
		
#content-main{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		color:#43413A;
	}
	
	body.main-page #content-main{
			background: url(/images/main-content-bkg.png) repeat-y left 20px;
		}

	h1.page-title{
		position:absolute;
		top:106px;
		
		color:#fff;
		font-size:2em;
	
	}
	div#sub-title{
			position:absolute;
			top:180px;
			height:65px;
			width:630px;
			
			
			line-height:1.2em;
			vertical-align:middle;
			
			color:#C6C5B0;
			
			font-family:Verdana, Helvetica, sans-serif;
			font-size:1.4375em;
			z-index:3;
			zoom:1;
		}
		
	#content-main h1{
		font-size:1.375em;
		padding-bottom:1em;
	}
	
		body.main-page #content-main h1{
				padding-bottom:2em;
			}
	
	#content-main h2{
			font-size:1.25em;
			margin-bottom:1em;
		}
	
	#content-main h3{
			padding-bottom:1em;
		}
	
	#content-main h4{
			padding-bottom:1em;
			font-weight:bold;
		}
	
	#content-main p {
			line-height:1.25em;
			padding-bottom:1em;
			font-size:0.8125em;
		}
	
	#content-main ul{
			list-style-type: square;
			padding-bottom:1em;
		}
	
	#content-main ul li, #content-main ol li{
			line-height:1.25em;
			padding-bottom:1em;
			font-size:13px;
		}


	#content-main a{
			color:#786531;
			text-decoration: none;
			border-bottom:1px dotted #786531;
		}

	#content-main a:hover{
			border-bottom:1px solid #786531;
			text-decoration: none;
		}
		
		.main-page p a,
		.main-page p a:hover,
		.main-page a img {
				border:none !important;
			}

		

	#content-main h1 #content-date{
			float:right;
			padding: 3px;
			font-size:0.4em;
			font-weight:bold;
			color:#F33652;
		}
	
	#breadCrumbs{
			text-align:right;
			margin-bottom:10px;
		}


	.main-page #main-first-col{
			float:left;
			position:relative;
			width:226px;
		}
		
	.main-page #main-second-col{
		float:left;
		position:relative;
		width:228px;
	}

	.main-page #main-third-col{
			float:left;
			position:relative;
			width:205px;
		}
		
	.main-page #content-main .col-start-cover{
			background-color:#F3F2E4;
			width:5px;
			height:4px;
			position:absolute;
			top:0;
			right:0px;
		}	

	.main-page #content-main .box{
			padding:0 8px;
			
		}
		
		ul li{
				padding-bottom:0 !important;
				list-style-image: url(/images/li-dot.png);
			}
			
		.main-page #content-main .box a {
				color:#786531;
			}
			
.content-filter-form {
		padding:5px !important;
	}
	
	.content-filter-form legend {
			border:none;
			font-weight:normal;
		}
		
	.content-filter-form table {
				border:none;
		}
		
		.content-filter-form table td{
				padding:3px;
				border:none;
			}


		.content-filter-form table td.divider{
			width:1px;
			padding:0;
			border-left: 1px dotted #ccc;
		}


#content-lst {
		margin-top:40px;
	}

	div.content-lst-item{
			margin-bottom:15px;
		}

	div.content-lst-thumb{
			float:left;
			width: 100px;
			margin-right:15px;
			border:1px dotted #ccc;
		}
		
		div.content-lst-thumb a {
			display:block;
			padding:2px;
			background-color:#fff;
		}
			div.content-lst-thumb a:hover {
				background-color:#aaa;
			
			}
		
	div.content-lst-data{
			float:left;
			width: 580px;
			font-size:1em;
			color:#333;
		}
		
		h1.content-page-title a{
				color:#000;
				text-decoration: none;
			}
		
			h1.content-page-title a .content-date{
					float:right;
					padding: 3px;
					font-size:0.6em;
					font-weight:bold;
					color:#F33652;
				}
				
	div.content-image-wrapper {
			float:left;
			width:134px;
			margin-right:20px;
			border:1px dotted #ccc;
		}
		
		div.content-image-wrapper img {
				padding:2px;
			}
	
	div.content-page-wrapper{
			float:left;
			width:540px;
		}
	
	div.content-page-wrapper-fullwidth{
			float:none;
			width:100%;
		}
	
		div.content-page-lead{
			margin-bottom:20px;
			color:#7B1111;
			font-size:1.084em;
			padding-bottom: 2em;
		}
		
#content-sub{
		font-family: Tahoma, Helvetica, sans-serif;
		font-size:0.8125em;
	}
	
	#content-sub div.content-row{
		}
	
	#content-sub .sub-haccpi-descr{
			background:#f3f3E4 url(/images/main-right-bkg.png) no-repeat 50% top;
			min-height:170px;
			padding-top:52px;
		}
	
		#content-sub div.content-row div.box{
				padding: 0 23px;
			}
		#content-sub div.content-row div.box p{
				line-height:1.25em;
			}
			
	#content-sub a{
		color:#786531;
		text-decoration:none;
		border-bottom:1px dotted #786531;
	}
	
	#content-sub a:hover {
			border-bottom:1px solid #786531;
			text-decoration:none;
		}		
			
/* image rules */

img.imageLeft,
img.imageRight,
img.imageCenter,
img.popupImage, 
img.popupImageLeft, 
img.popupImageCenter, 
img.popupImageRight,
img.galleryImage,	
img.galleryImageCenter,	
img.galleryImageLeft,	
img.galleryImageRight	
	{
       padding: 2px;
       background-color: white;
       border: 1px dotted #ccc;
	}

 a.popupImageLeft img,
 a.galleryImageLeft img,
 a.popupImageRight img,
 a.galleryImageRight img,
 a.popupImage img,
 a.popupImageCenter img,
 a.galleryImage img,
 a.galleryImageCenter img {
        padding: 2px;
        border: 1px dotted #ccc;
        background-color: white;
	}
         a.popupImageLeft:hover img,
         a.galleryImageLeft:hover img,
         a.popupImageRight:hover img,
         a.galleryImageRight:hover img,
         a.popupImage:hover img,
         a.popupImageCenter:hover img,
         a.galleryImage:hover img,
         a.galleryImageCenter:hover img {
                padding: 2px;
				border: 1px dotted #ccc;
                background-color:#aaa;
        	}


.imageLeft,
.popupImageLeft,
.galleryImageLeft {
        margin: 0 10px 10px 0;
        float: left;
	}
       
.imageRight,
.popupImageRight,
.galleryImageRight {
        margin: 0 0 10px 10px;
        float: right;
        
	}

.imageCenter,
.popupImage,
.popupImageCenter,
.galleryImage,
.galleryImageCenter {
        margin: 0 auto;
        display: block;
        clear: both;
	}	
	
	
img.popupImage, 
img.popupImageLeft, 
img.popupImageCenter, 
img.popupImageRight,
img.galleryImage,	
img.galleryImageCenter,	
img.galleryImageLeft,	
img.galleryImageRight {
		cursor: pointer;
	}
	
	img.popupImage:hover, 
	img.popupImageLeft:hover, 
	img.popupImageCenter:hover, 
	img.popupImageRight:hover,
	img.galleryImage:hover,	
	img.galleryImageCenter:hover,	
	img.galleryImageLeft:hover,	
	img.galleryImageRight:hover {
			border: 1px dotted #ccc;
                background-color:#aaa;
		}
	
	
	
	
	
	
	
	
	
	
#footer {
		position:relative;
		color:#3F3E3C;
		font-size:0.6875em;
		font-family: Arial, Helvetica, sans-serif;
	}


	.main-page #footer a,
	#footer a{
			color:#786531;
			text-decoration: none;
			border-bottom:1px dotted #786531 !important;
		}

	.main-page #footer a:hover,
	#footer a:hover{
			text-decoration: none;
			border-bottom:1px solid #786531 !important;
		}	

	#footer-copyright{
			position:absolute;
			top:40px;
			left:13px;
			width:620px;
		
		}
		
		#footer-copyright div{
			}
			
	
	#footer-info{
			position:absolute;
			top:40px;
			right:24px;
			width:270px;
		
		}
		
/*


	Msg boxes
*/

div#msg-box{
	padding-bottom:20px;
	background-color:#F3F2E4;
}

	#msg-box fieldset{
		border: 1px solid #eee;
		padding:10px;
	}
	
	#msg-box fieldset legend{
		font-size: 0.8334em;
		padding: 3px;
	}

	#errormsg{
		color:red;
	}
	#systemmsg {
		color:#666;
	}	

/*
	
	Redirection
		
*/

#redirectionContainer {
		width: 600px;
		margin: 50px auto;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		color:#43413A;
	}

	#redirectionContainer a{
			color:#786531;
			text-decoration: none;
			border-bottom:1px solid #786531;
		}

	#redirectionContainer h1 {
			text-align:center;
		}

	#redirectionContainer .inner {
			text-align:center;
			margin-top:1em;
		}
		
	#redirectionContainer p {
			text-align:center;
		}
