


body {
	background-color: #002761;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 700px;
	margin: 0px auto;
	border: 2px solid #000;
	background-color: #FFFFFF;
}

#nav {
	width: 700px;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #000;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.left {
	float: left;
	width: 460px;
	padding: 10px;
}

.right {
	float: right;
	width: 180px;
	padding: 10px;
}

.clear {
	clear: both;
}

.foto {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

.napovednik {
	width: 160px;
	background-color: #002761;
	padding: 10px;
	color: #fff;
	border: 1px dashed #fff;
	
}

.zemljevid {
	border: 1px solid #002761;
}

.kontakt {
	width: 400px;
	background-color: #002761;
	border: 1px dashed #fff;
	padding: 10px;
	color: #fff;
}

.gumb {
	background-color: #002761;
	border: 1px solid #fff;
	color: #fff;
}

#footer {
	clear: both;
	margin: 10px;
	border-top: 1px solid #002761;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*-----------TIPOGRAFIJA----------*/

p {
	line-height: 16px;
	color: #000;
	text-align: justify;
}

.napovednik p, .kontakt p {
	color: #fff;
	text-align: left;
}


a {
	color: #002761;
	text-decoration: none;
}

a: hover {
	color: #002761;
	text-decoration: none;
}



h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #002761;
	font-size: 20px;
	margin-top: 0px;
	
}

h2 {
	color: #fff;
	font-size: 16px;
}

h3 {
	color: #fff;
	font-size: 14px;
	padding: 3px;
	background-color: #002761;
}

h4 {
	color: #002761;
	font-size: 16px;
}

ul {
	line-height: 20px;
}

.size1, .size2 {
	color: #002761;
	font-weight: bold;
}

.size1 {
	font-size: 14px;
}

.size2 {
	font-size: 16px;
}


