﻿#blok1
{
	position:absolute;
	top:0px;
	left:0px;
	width:222px;
	height:167px;
	background-image:url(../images/blok1.jpg);
}
#blok2
{
	position:absolute;
	top:0px;
	left:230px;
	width:222px;
	height:167px;
	background-image:url(../images/blok2.jpg);
}
#blok3
{
	position:absolute;
	top:0px;
	left:459px;
	width:222px;
	height:167px;
	background-image:url(../images/blok3.jpg);
}
#blok4
{
	position:absolute;
	top:0px;
	left:687px;
	width:222px;
	height:167px;
	background-image:url(../images/blok4.jpg);
}

div.bloktekst
{
	position:absolute;
	left:20px;
	top:10px;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color:#444444;
}
div.bloktekst h1
{
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#9bb70d;
}


div#blok1content
{
	position:absolute;
	left:0px;
	top:180px;
	width:222px;
	
	background-image:url(../images/blokcontentrep.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
div#blok2content
{
	position:absolute;
	left:230px;
	top:180px;
	width:222px;
	
	background-image:url(../images/blokcontentrep.jpg);
	background-position:top;
	background-repeat:repeat-y;
	
}
div#blok3content
{
	position:absolute;
	left:459px;
	top:180px;
	width:222px;
	
	background-image:url(../images/blokcontentrep.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
div#blok4content
{
	position:absolute;
	left:687px;
	top:180px;
	width:222px;
	
	
	background-image:url(../images/blokcontentrep.jpg);
	background-position:top;
	background-repeat:repeat-y;

	
}

div.blokcontenttekst
{
	position:relative;
	left:0px;
	top:0px;
	padding:10px;
	
	font-family:Arial;
	font-size:11px;
	color:#444444;
	width:202px;
	
	background-image:url(../images/blokcontent.jpg);
	background-position:top;
	background-repeat:no-repeat;
	line-height:16px;

}
div.blokcontenttekstfooter
{
	position:relative;
	background-image:url(../images/blokcontentfooter.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:10px;


	
}

a.readmore
{
	font-family:Arial;
	font-size:11px;
	color:#444444;
	text-decoration:none;
	
	padding-right:15px;
	background-image:url(../images/readmore.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	
}
