/* CSS Document */

body, div, img, p, h1, h2 {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF8D8;
	text-align: center;
	background-image: url(../grafike/ozadje_krem.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#zastavica {
	position: absolute;
	top: 5px;
	right: 5px;
}
#osnova {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#glava {
	background-image: url(../grafike/logo_krem.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	height: 240px;
	width: 700px;
	position: relative;
}
#meni {
	height: 30px;
	margin-top: 170px;
	margin-left: 300px;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
}
.meni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.meni:hover {
	color: #000000;
	background-color: #94CCED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#telo {
	margin-top: 40px;
}
#levo {
	float: left;
	width: 210px;
}
#levo a {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
}
#levo a:hover {
	text-decoration: none;
}
.zelena {
	color: #7C804D;
}
.rumena {
	color: #D29900;
}
#desno {
	float: right;
	width: 430px;
}
#vsebina {
	padding-bottom: 5px;
}
#dodatno {
	margin-top: 50px;
}
#dno {
	width: 700px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #7C804D;
	text-align: center;
	margin-top: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.slika_levo {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.slika_desno {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.slika_obrobljena {
	border: 1px solid #666666;	
}
p {
	color: #3E2D00;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
p input {
	width: 300px;	
}
.obvestilo {
	color: #990000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #3E2D00;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
h2 {
	font-size: 12px;
	color: #D29900;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3px;
}
.clr {
	clear: both;
}
