@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 */

body {
	background-image: url('slike/ozadje.jpg');
	background-repeat: repeat-x;
	text-align: center;
	background-color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 170%;
	padding-top:0.2em;
	background-color: white;
	color: #ff9000;
	font-style: italic;
}

#vse {
	width: 900px;
	margin: 20px auto;
	background-image: url('slike/top.png');
	background-repeat: no-repeat;
	background-position: top;
}

#vsebina {
	width:100%;
	background-color: white;
	padding: 1em 0;
}

#vsebina p {
	width:600px;
	margin: 0 auto;
}

p#kontakt {
	text-align:justify;
	padding: 1ex 0;
}

a:link {
	
	font-style: italic;
	color: #ff370f;
}

a:visited {
	
	font-style: italic;
	color: #ff370f;
}

a:hover {
	text-decoration: underline;
}

#vsebina p span {	
	font-style: italic;
	color: #2b3d54;
}

#noga {
	background-image: url('slike/bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

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

#fotke {
	margin: 1em auto;
	border: solid #82b8ff 10px;
	width:450px;
	height:338px;
	/*background-image: url('slike/ozadje_slike.png');*/
	background-position: center;
	text-align:center;
}

#fotke img {
	width:450px;
	height: 338px;
}

#povezave {
	padding-top:0.5ex;
}

#obrazec {
	text-align: left;
	width:600px;
	margin: 0 auto;
}

#obrazec p {
	font-size:120%;
	font-weight: bold;
}

p.napaka {
	font-size:12pt;
	color:red;
}

