/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019.06.22., 14:17:02
    Author     : SMID
*/
a{
    text-decoration: none;
    color: white;
}
div{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}

#kategoria {
	margin: 0;
    font-family:sans-serif;
	list-style: none;
    font-weight:bold;
    color:#333333;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:3px;
    border-radius: 18px 0px 0px 18px;
-moz-border-radius: 18px 0px 0px 18px;
-webkit-border-radius: 18px 0px 0px 18px;
	}
ul {
	margin: 0;
	padding: 0;
    font-family:sans-serif;
	list-style: none;
	}
ul li {
    text-decoration: none;
    color: white;
    font-size: 200%;
    margin-top: 20px;   
	position:relative;
	}
