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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/background.gif);
	font-size: 15px;
}

#container {
	width: 750px;
	border: 1px solid #cccccc;
	padding-top: 10px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#header {
}

#header img {
	border: none;
}

#navigacija {
width: 640px;
margin: 0 auto;
overflow: auto;
}

#navigacija ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigacija li {
	float: left;
	margin: 0 0.15em;
}

#navigacija li a {
background: url(images/menu_bg.gif) #666666 bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
display: block;
border: 0.1em solid #666666;
color: #ffffff;
text-decoration: none;
text-align: center;
padding: 0 1em;
font-weight: bold;
font-size: 11px;
}

#navigacija li a:hover {
	text-decoration: underline;
}

#vsebina {
	width: 700px;
	margin-left: auto;
	margin-right: auto;

}

h1 {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	margin-top: 15px;
}

h2 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.poudarek {
	width: 400px;
	background-color: #333333;
	color: #FFFFFF;
}

/* okrogli robovi box */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; color: #fff; font-size: 12px; font-weight: bold; }
.rbroundbox { width: 70%; margin: 1em auto; }
/* Konec okroglih robov */

a:hover {
	text-decoration: none;
}

input {
	width: 250px;
}

#footer {
	margin-top: 25px;
	padding: 15px;
	border-top: 1px solid #ccc;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #666666;
}