body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#fff;
}

a:visited  {color: #df2f82; text-decoration:underline; }
a:link  {color: #df2f82; text-decoration:underline;}
a:active  {color: #df2f82; text-decoration:underline;}
a:hover   {cursor:pointer; color: #2cb670; text-decoration:underline;}

h1{ font-size:20px; font-weight:bold; color:#df2f82; margin:10px 5px 5px 10px;}

h2{ font-size:14px; font-weight:bold; color:#df2f82; margin:10px 0px 0px 10px;}

hr { height:1px; width:550px; color:#ffdfee; margin:0px; padding:0px;}

p{margin:0px 10px 5px 10px;}

#wrap{
	width:770px;
	margin:0 auto;
}

#contentwrapper{
	width:100%;
	background-color:#fff;
	background-image:url(images/contentwrap_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.kolom{
	float:left;
}

#top{
	width:770px; 
	height:165px; 
	margin-top:50px;
	background-image:url(images/top_banner.jpg);
}

#kolom1{
	width:205px;
	background-color:#fff;
}

#kolom2{
	width:565px;
	background-color:#fff;
}

.clearer{
	clear:both;
	font-size:1px;
	height:0px;
	width:1px;
	overflow:hidden;	
}

#footer{
	width:760px;
	height:150px;
	font-size:13px;
	border-top:1px solid #fff;
	margin:0px 5px 0px 5px;
	padding:0px 0px 0px 0px;
	background-color:#2cb670;
}

#footer .footertext{
	width:160px; 
	float:left; 
	color:#fff; 
	font-size:12px; 
	margin:30px 10px 10px 10px; 
	border-right:1px solid #fff;
}

#footer .footertext a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
	
#footer .footertext a:hover{
	background-color:#fff;
	color:#00ad99;
}

#footermenu{
	width:760px;
	text-align:center;
	margin-top:10px;
}

#footermenu ul{
	list-style: none;
	margin:5px;
	padding:0px 0px 0px 0px;
}

#footermenu li{
	display:inline;
	border-right:1px solid #fff;
	margin-bottom:10px;
	padding:0px 5px 0px 5px;
}

#footermenu a {
	color:#fff;
	text-decoration:none;
}
	
#footermenu a:hover{
	background-color:#df2f82;
	color:#fff;
}

.block{
	width:200px;
	height:300px;
	background-color:#2cb670; 
	margin:1px 0px 0px 5px;
}

.blockcontent{
color:#fff;
padding:10px;
}

#menu{
	width:200px;
	margin:0px 0px 1px 5px;
	padding: 0px;
	font: bold 11px Arial, Verdana, sans-serif;	
	background-color: #00d3ba;
}

#menu ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#menu ul li{
	border-bottom: 1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu ul li a {
	display: block;
	width:188px;
	padding: 4px 4px 4px 8px;
	background-color: #2cb670;
	color:#fff;
	text-decoration: none;
}

.firstitem{
	background-color:#fff;
	background-image:url(images/menutop.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

	
#menu ul li a:hover{
	background-color:#df2f82;
	color:#fff;
}

#ovis_frame{
	margin:0px 0px 10px 10px;
}

.lightboxImage{
	border: 1px solid #ff0000;
	padding:5px;
}

/*begin lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	/*end lightbox*/
	
.btnSubmit{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-color:#df2f82;
	background-image:url(images/button_back.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #b80f5f;
	cursor:pointer;

}
