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

html	{height:100%;}
body { min-height: 98.8%; height: auto; border:5px solid #EB325C; background-color:#000000;  margin:0px;}
a { outline:none;}

#container	{ margin:0 auto; width:860px;padding-top:100px;  border-bottom:1px dotted silver;}
#topmenu 	{ width:860px; height: 28px; border-bottom:1px dotted silver;}
#topmenu a 	{ display:block; float:right; color:#FF3366; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:none; margin-top:8px;}
#topmenu a:hover 	{ color:#FFFFFF; }


#photocategory1	{ width:200px; height:516px; float:left; background:url(kategoria1-off.jpg) no-repeat; margin-top:10px;margin-right:20px;margin-bottom:10px;}
#photocategory1:hover	{ background:url(kategoria1-on.jpg) no-repeat;}

#photocategory2	{ width:200px; height:516px; float:left; background:url(kategoria2-off.jpg) no-repeat; margin-top:10px;margin-right:20px;margin-bottom:10px;}
#photocategory2:hover	{ background:url(kategoria2-on.jpg) no-repeat;}

#photocategory3	{ width:200px; height:516px; float:left; background:url(kategoria3-off.jpg) no-repeat; margin-top:10px;margin-right:20px;margin-bottom:10px;}
#photocategory3:hover	{ background:url(kategoria3-on.jpg) no-repeat;}

#photocategory4	{ width:200px; height:516px; float:left; background:url(kategoria4-off.jpg) no-repeat; margin-top:10px;margin-bottom:10px;}