@charset "utf-8";
* {
	padding:0;
	margin:0;
	}
	
img {
	border:0;
	}
	
body {
	background:#f4f3ef;
	text-align:center;
	}
	
#page {
	width:800px;
	text-align:left;
	margin:0 auto;
	}	
	
#page ul {
	list-style-type:none;
	width:100%;
	padding:20px 0 0 0;
	}
	
ul ul {
	background:url(img/tlo.png);
	padding:0!important;
	}
	
li {
	font:22px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	word-spacing:3px;
	vertical-align:middle;
	}
	
div.text {
	width:780px;
	padding:10px;
	line-height:20px;
	text-align:justify;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#7a7a7a;
	background:url(text.png) repeat-x top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;		
	}	
	
div.text p {
	margin:0 0 10px 0;
}	

div.text ul {
	list-style-type:none;
}

div.text ul li {
	font:12px Helvetica, Tahoma, Arial, Geneva, sans-serif!important;
	margin:2px 0!important;
}

div.text ul li a {
	color:#585858;
	font-weight:bold;
	text-decoration:none;
}

div.text ul li a:hover {
	color:#08a2b9;
}
	
.kategoria a.link {
	display:block;
	width:780px;
	padding:22px 0 5px 20px;
	font:22px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fafafa;
	text-decoration:none;	
	margin:0 0 2px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;	
	height:47px;
	text-shadow: 1px 1px 1px #5d5d5d;
}	
	
.kategoria a.link:hover {
	color:#ffffff;
	text-decoration:none;
	}	
	
.kategoria a.rss {
background:url(rss.png) no-repeat 98% 50% #858585;
	}	
	
.kategoria a.rss:hover {
background:url(rss.png) no-repeat 98% 50% #08b2cb;
}	

.kategoria a.facebook {
background:url(facebook.png) no-repeat 98% 50% #858585;
	}	

.kategoria a.facebook:hover {
background:url(facebook.png) no-repeat 98% 50% #08b2cb;
}	

.kategoria a.technorati {
background:url(technorati.png) no-repeat 98% 50% #858585;
	}	

.kategoria a.technorati:hover {
background:url(technorati.png) no-repeat 98% 50% #08b2cb;
}	

.kategoria a.twitter {
background:url(twitter.png) no-repeat 98% 50% #858585;
	}	

.kategoria a.twitter:hover {
background:url(twitter.png) no-repeat 98% 50% #08b2cb;
}	

.kategoria a.vimeo {
background:url(vimeo.png) no-repeat 98% 50% #858585;
	}	

.kategoria a.vimeo:hover {
background:url(vimeo.png) no-repeat 98% 50% #08b2cb;
}	


