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

body {
	background:darkred;
	height:100%;
	width:100%;
	line-height:100%;
	z-index:0;
}

* {
	margin:0px;
	padding:0px;
	/*border:solid 1px #000;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	list-style-type:none;
}

p {
	font-size:0,7em;
	text-indent:10px;
	
}

a {
	color:darkred;
}

h1 {
	font-size:1.5em;	
}

h3 {
	margin: 0px 10px;	
}

.Wrapper {
	width:90%;
	height:800px;
	margin:10px auto;
	border-radius:10px 10px 10px 10px;
}

.BackgroundWrapper {
	width:90%;
	height:700px;
	margin:10px auto;
	background-image:url(../photos/naslovna1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	background-size:cover;
	border-radius:10px 10px 10px 10px;	
}

.BackgroundWrapper2 {
	width:90%;
	height:700px;
	margin:10px auto;
	
	border-radius:10px 10px 10px 10px;	
}

.mapa {
	width:77%;
	height:620px;	
	
}

.Head {
	margin:10px auto 0px auto;
	color:#900;
	width:100%;
	min-height:50px;
	line-height:50px;
	background-color:lightgray;
	border-radius:10px 10px 0px 0px;
	overflow:hidden;
	clear:both;
	box-shadow:0px 2px 4px black;	
}
.MainNav ul li {
	display:inline-block;
	margin-left:10px;
	float:left;
	color:darkred;
	vertical-align:central;
	
}

.Lang ul li {
	display:inline-block;
	margin-right:10px;
	float:right;
}

.Main {
	text-align:center;
	width:60%;
	margin:50px auto 0px auto;
	border-radius:0px 0px 10px 10px;
	color:darkred;
	clear:both;
	
}

.MainWin {
	text-align:left;
	width:100%;
	border-radius:0px 0px 10px 10px;
	color:darkred;
	clear:both;
	
}
.Main p {
	flow:left;	
}

.LinkBox {
	
	max-width:22%;
	background-color:lightgray;
	border-radius:0px 0px 10px 10px;
	float:right;
	box-shadow:0px 2px 4px black;
	overflow:hidden;
		
}

.LinkBox ul li{
	color:darkred;
	margin:10px;	
}

.LinkBox ul li a {
	color:darkred;
	padding:5px;	
}

.Buckett {
	
	max-width:30%;
	background-color:lightgray;
	border-radius:0px 0px 10px 10px;
	text-align:left;
	float:left;
	box-shadow:0px 2px 4px black;
		
}
.Buckett h1,p,h2,a {
	margin:10px 10px 10px 10px;	
}

.Foot {
	text-align:right;
	font-size:0.5em;
	width:100%;
	position:fixed;
	bottom:0px;
	height:20px;
	line-height:20px;
	background-color:lightgray;
}

.Foot small {
	margin-right:10px;	
}
.Crveno {
	color:darkred;	
}
.container{
	width:60%;
		
}
ul {
	margin: 0px 10px;	
}

ul li {
	margin:5px 2px;	
}
.logo {
	fill:white;
	margin:20px 0px 0px 100px;
	
 }
 
 .cijene {
	padding:10px;
	background-color:lightgray;
	border-radius:0px 0px 10px 10px;
	width:400px;
	box-shadow:0px 2px 4px black;
	 
 }
 
 .cijene table{
	 border:1px solid black;
	 margin:auto;
 }
 
 .cijene table tr td {
	text-align:center; 
	padding:3px;
	 border:1px solid black;
 }
 .cijene p {
	 font-size:0.7em;
 }