@CHARSET "UTF-8";
/* CSS Document */
/* undohtml */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
	/*   http://creativecommons.org/licenses/by/2.0                   */
/* This is licensed under a Creative Commons License. */

	/* Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; margin:0; padding:0}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* end undohtml */
h1 { 
	font-size:200%;
	text-align: center;
	margin-top:15%;
}

body {
	background-color:#fff;
	background-image: url('slike/body.png');
	background-repeat: repeat-x;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; /*"Lucida Console", Monaco, serif;*/
    color:#000;
    font-size: 16px;
    text-align: center;
    width:100%;
   }
   
a { color:#027d00;}

form {
	text-align: left;
}

   
#vse {
  margin: 1em auto 0;
  background-image: url('slike/vse.png');
  background-repeat: repeat-y;
  width: 700px;
}

#vse.skrbnik {
	width: 100%;
	background-color: white;
	color: black;
	padding:1em;
}

#vse.skrbnik h1 {
    
}

/* ---------------------------------- glava -----------------------*/

#glava {
	
	padding-bottom:21px;
}

nav#mn {
    /*  */
    background-image: url('slike/trava.png');
	background-repeat: no-repeat;
	height:3em;
	margin: 0 auto;
	width:610px;
}

#glava a {
	color:#7d3c00;
}

#glava h1 {
	height:26px;
	background-image: url('slike/drevossenco.png');
	background-repeat: no-repeat;
	background-position: 310px;
	padding-top:114px;
	font-size:120%;
	color:#7d3c00;
	margin: 0;
	
}

#main_menu {
	padding-top:31px;
}

#main_menu li {
	display:inline;
}

#main_menu li a:link {
	width: 100px;
        height: 20px;
	padding: 0;
	background-image: url('slike/tabe.png');
        background-repeat: no-repeat;
        color: #008000;
        margin: 0 1px;
	text-align:center;	
	font-size: 80%;
	display:block;
	float:left;
}

#main_menu li a.active:link {
	background-image: url('slike/tabf.png');
        background-repeat: no-repeat;
        color:#F7FFFF;
	display:block;
	float:left;
}

#main_menu li a:visited {
	text-align:center;	
	font-size: 80%;
	color:#008000;
	display:block;
	float:left;
}

#main_menu li a.active:visited {
        color:#F7FFFF;
	display:block;
	float:left;
}

#main_menu li a:hover {
	background-image: url('slike/tabf.png');
        background-repeat: no-repeat;
        color:#F7FFFF;
	display:block;
	float:left;
}

/* ------------------------- sidebar -------------------------------------*/

#sidebar {
	float:left;
	width:220px;
	padding:1em;
	text-align:left;
	font-size:90%;
}

#vse.skrbnik #sidebar {
	width:20%;
	padding: 0.5%;
}

#sidebar hr {
	border: black solid 1px;
}

#sidebar a {
    
}

#sidebar p {
	margin: 1em;
        padding: 0 1em;
	color: white; /*#ffecca;*/
        width:200px;
	border-left: 2px solid #ffecca;
        font-weight: bold;
       /* background-image: url('slike/infobg.png');
        background-repeat: repeat-y;*/
}

#sidebar ul {
}

#sidebar li {
	padding: 0.3em 0;
}

#vsebina h2 {
	padding: 1em 0;
	font-size: 120%;
	color: #00417d;
	font-style:italic;
}
   
#vsebina {
	width:602px;
	padding:0 40px 1em 40px;;
	color: black;
	margin: 0 auto;
	text-align: left;
}

#vse.skrbnik #vsebina {
	width: 70%;
	padding: 0.5%;
        float: right;
}

#vsebina p {
	padding: 0.5em 0;
}

div.kocka {
	width:270px;
	height:270px;
	padding:10px;
	border: solid #7d3c00 2px;
	margin-right: 5px;
	margin-top:3px;
	float:left;
}

#vsebina div.kocka h2 {
	color: #00417d;
	font-size: 120%;
	font-style:italic;
	padding: 8px 0;
}

#vsebina div.kocka p {
	font-size: 90%;
	text-align: justify;
	padding: 5px;
	font-family: tahoma, sans-serif;
}

#vsebina div.kocka ul {
	font-size: 90%;
	text-align:left;
	font-family: tahoma, sans-serif;
	list-style: circle inside;
}

#vsebina div.kocka a {
	font-weight:normal;
}

#stranska {
  float:right;
  margin-top: 7ex;
  width: 150px;
}

#stranska p {
  font-size: 80%;
}

#noga {
	clear:both;
	width:100%;
	padding-top:1em;
	font-size: 90%;background-image: url('slike/rozice.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 35px;
}

/* ----------------------------- debug ------------------------*/

#debugger {
	text-align:left;
	background-color: white;
	color: black;
	margin: 0.5em;
	padding:1em;
	white-space: pre-wrap;
}

#debugger pre {
	white-space: inherit;
}

#debugger a {
	color: blue;
}

#obrazec {
  float:left;
  margin-top: 10ex;
  margin-left: 7em;
  text-align:left;
}

#obrazec p {
  margin: 1em 0;
}

label {
	display:block;
}

.skrbnik {
	background-color: white;
	color: black;
}

.skrbnik a {
	color: #7d3c00;
}

.napaka {
  font-weight: bold; ;
}

.date {
	font-size:75%;
	margin: -15px 0 5px 0;
	padding: 0;
	font-style: italic;
}

.tiny {
	font-size:80%;
	font-weight: normal;
}

.center {
	text-align:center;
}

.left {
	float:left
}
