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

body {
	font: 100% "Arial Black", Gadget, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, img, p {outline: none;}
.clr {
clear:both;
}
/* Styling for links begins */
a, a:hover, a:visited {
	text-decoration:none;
	color:#000000;
	}
a:active {
outline:none;
}
/* Styling for links ends */


/* Styling for header begin */
#header {
	border: none;
	}
#img_header img{
	width:540px;
	position:relative;
	text-decoration: none;
	border: none;
	left:200px;
	}	
/* Styling for header ends */	


/* Styling for Main navigation begins */
#navigation {
	position:relative;
	width:550px;
	margin-left:200px;
	top:-25px;
	}	
#navigation ul {
	margin:0px;
	padding:0px;
	}	
#navigation li {
	border:1px solid black;
	text-align:center;
	width:75px;
	display:inline;
	padding:5px;
	}
#navigation a {
	font-size:16px;
	}	
/* Styling for Main Navigation ends */


/* Styling for main content area begins */
#left {
	float:left;
	}	
#right {
	float:right;
	}	
.oneColFixCtr #container {
	padding-top:10px;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #contentArea {
	width: 680px;
	padding: 0 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.oneColFixCtr #galleryArea {
	width: 1000px;
	margin-left: 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
/* Styling for main content area ends */


/* Styling for the contact form begins */
fieldset { 
	border:0;margin:0;padding:0; 
	}
label { 
	display:block;
	}
input.text,textarea { 
	width:300px;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
	}
input.submit { 
	padding:2px 5px;font:bold 12px/12px; 
	}
#contactFormArea {
border:0;
padding-left:1px;
padding-top:11px;
}
form {
font-size:14px;
}
fieldset {
border:none;
}
p .loadBar {
	
}
p .emailSuccess {
	
}
#sendContactEmail {
border:1px solid #000000; 
	}
/* Styling for the contact form ends */


/*Styling for new carousel begins*/
#slider-stage {
	width: 248px;
	overflow:hidden;
	height: 175px;
	margin-left:1px;
	float:left;
	position:relative;
}
/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list {
	width: 2000px;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a.theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:5px;
	float: left;
	width: 80px;
	height: 80px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {
}

#sliderBloc {
	height:145px;
	/*margin:0 auto;*/
	width:494px;
	overflow:hidden;
	margin-top: 20px;
	padding-left: 130px;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(http://www.zoekofod.dk/assets/images/arrow_left.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:37px;
	height:37px;
	margin:25px 2px 0 0;
}
#sliderBloc a#next {
	background:url(http://www.zoekofod.dk/assets/images/arrow_right.png) no-repeat left top;
	margin:25px 0 0 2px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left 0px;
}
.demo{
	background: #F3F2DA none repeat scroll 0 0;
	padding:0 1em 1em;
}


/* Styling for footer begins */
#footer {
position:relative;
font-size: 10px;
margin-left: 235px;
width: 600px;
color: #000000;
padding-left: 1px;
padding-right: 1px;
padding-top: 10;
padding-bottom: 20px;
}
#footer a {
text-decoration: none;
color: #000000;
}
/* Styling for footer ends */