@charset "utf-8";
/* v1.0 | 20080212 */
/* Begin reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset */

body {
	text-align: center;
	color: #666;
}

#s {
	height: 20px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
padding: 0px;
display: block;
float:left;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 7px;
        margin-left: 15px;

}
#main {
	min-height:100%;
	width: 1086px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
#footer {
	width: 960px;
	display: block;
	background-color: #FFF8EA;
	border: 1px solid #CCC;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#animatie {
	background-image: url(img/topanim.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
	margin: 0px;
	font-size:0px;
	line-height:0px;
}
#container {
	background-color: #fff8ea;
	overflow: hidden;
	width: 960px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	display: block;
	height: 121px;
	background-color: #FFF;
	width: 960px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#header img {
	float: left;
	display: block;
}
#search {
	background-image: url(img/searchbg_.png);
	height: 33px;
	width: 199px;
	float: right;
	margin-top: 58px;
	margin-right: 20px;
}
#menu {
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 1086px;
	margin: 0px;
}

#maincolumn {
	margin-left: 20px;
	width: 640px;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
overflow: hidden;
}
#rightcolumn {
	margin-right: 20px;
	width: 250px;
	display: block;
	float: right;
	margin-bottom: 20px;
	background-color: #FFF;
	margin-top: 20px;
	padding-bottom: 20px;

}
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-bottom: 20px;
}
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#container p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 20px;
}
#container small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 20px;
}
#maincolumn ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#maincolumn hr {
	display: none;
}
#maincolumn ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#maincolumn img {
	float: left;
	clear: left;
	display: block;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#rightcolumn h1 {
	background-color: #34AD4A;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#rightcolumn h2 {
	margin-left: 10px;
	margin-top: 10px;
}
#rightcolumn h3 {
	margin-left: 10px;
	margin-top: 10px;
}
#rightcolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
	margin-bottom: auto;
}
#container a {
	color: #34AD4A;
	text-decoration: underline;
}
#container a:hover {
	color: #34AD4A;
	text-decoration: none;
}
#footer a {
	color: #34AD4A;
	text-decoration: underline;
}
#footer a:hover {
	color: #34AD4A;
	text-decoration: none;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin: 20px;
}



/* Menu */

#suckerfishnav {
	display: block;
	margin-left: 85px;
	margin-right: 81px;
}

#suckerfishnav li{
	display: block;
	height: 37px;
	min-width: 10px;
	padding-top: 25px;
	padding-right: 22px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	background-image: url(img/floralup.png);
	background-repeat: no-repeat;
	background-position: center 10px;
        float:left;
	
	
}

#suckerfishnav li a{
	text-decoration:none;
	color:#FFF;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover{
	background-color:#A3FDAC;
	}

#suckerfishnav li:hover ul, #suckerfishnav li.sfhover ul{
	width:165px;
	display:block;
	position:absolute;
	margin-top:19px;
	margin-left:-20px;
	clear:both;
        float:left;
	*margin-top:40px;
	*margin-left:-120px;

}

#suckerfishnav li:hover ul li, #suckerfishnav li.sfhover ul li{
	background-image: url(img/floralLEFT.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 16px;
	line-height:1;
	width:165px;
	display:block;
	text-align:left;
	padding-top: 10px;
	height: 23px;
	clear:left;
        float:left;
	}

#suckerfishnav li:hover ul li a, #suckerfishnav li.sfhover ul li a{
	color:#34AD4A;
	margin-left:10px;
}

#suckerfishnav li:hover ul li:hover, #suckerfishnav li.sfhover ul li.sfhover{
	background-color:#A3FDAC;
	}


/* Oferte */

.oferte {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	clear: both;
	width:600px;
}
.oferte li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.oferte li h2 {
	margin-bottom: 10px;
	width:100%;
	clear:right;
	display:block;
	float:left;
}

.oferte .img {
	float: left;
	clear: left;
	display: block;
	margin-right: 20px;
	width: 210 px;
}
.oferte .oferta {
	font-weight: bold;
	color: #34AD4A;
	display:block;
	width:350px;
}
