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

/* Portrait */
@media screen and (orientation:portrait) 
{
* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}

body {
	background-color:darkred;
}

h1,h2,h3,h4,h5,h6 {
	text-align:center;
}

p {
	text-align:center;
	margin:5px auto;	
}

.logo {
	margin:10px auto;
	text-align:center;
}
.BackgroundWrapper {
	width:90%;
	margin:0px auto;
}

.BackgroundWrapper2 {
	width:90%;
	margin:0px auto;
}

.mapa {
	margin:0px auto;
	width:100%;
	height:100%;	
}

.Head{
	display:inline-block;
}

.Head .MainNav {
	text-align:center;
	background-color:lightgray;
}

.Head .MainNav ul li{
	text-align:center;
	display:inline-block;
	list-style:none;
}

.Head .MainNav ul li a {
	text-decoration:none;
	color:darkred;
}

.Head .Lang ul li{
	float:right;
	text-align:center;
	display:inline-block;
	list-style:none;
}

.Head .Lang a{
	text-align:center;
	text-decoration:none;
	color:lightgray;
}
.Head .Lang{
	text-align:center;
	text-decoration:none;
	color:lightgray;
}

.LinkBox{
	display:none;
}

.Buckett {
	margin:10px auto;
	color:lightgray;
}

.Buckett a {
	text-align:center;
	text-decoration:none;
	color:lightgray;
}

.slikica {
	background-image:url(../photos/naslovna1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	background-size:cover;
	width:100%;
	height:200px;

}

.slikicaRab {
	background-image:url(../photos/naslovna1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	background-size:cover;
	width:100%;
	height:200px;

}

.slikicaKampor {
	background-image:url(../photos/naslovna1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	background-size:cover;
	width:100%;
	height:200px;

}

.cijene {
	margin:0px auto;
	background-color:lightgray;
}

.cijene table tr td {
	color:darkred;
	background-color:lightgray;
	text-align:center;
	border:1px solid black;	
	width:100px;
}

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

.Foot small {
	margin-right:10px;	
}
.Crveno {
	color:darkred;	
}

}

/* Landscape */
@media screen and (orientation:landscape) 
{
* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}

body {
	background-color:darkred;
}

h1,h2,h3,h4,h5,h6 {
	text-align:center;
}

p {
	text-align:center;
	margin:5px auto;	
}

.logo {
	margin:10px auto;
	text-align:center;
}

.BackgroundWrapper {
	width:90%;
	margin:0px auto;
}

.BackgroundWrapper2 {
	width:90%;
	margin:0px auto;
}

.mapa {
	margin:0px auto;
	width:100%;
	height:100%;	
}

.Head{
	display:inline-block;
}

.Head .MainNav {
	text-align:center;
	background-color:lightgray;
}

.Head .MainNav ul li{
	text-align:center;
	display:inline-block;
	list-style:none;
}

.Head .MainNav ul li a {
	text-decoration:none;
	color:darkred;
}

.Head .Lang ul li{
	float:right;
	text-align:center;
	display:inline-block;
	list-style:none;
}

.Head .Lang a{
	text-align:center;
	text-decoration:none;
	color:lightgray;
}
.Head .Lang{
	text-align:center;
	text-decoration:none;
	color:lightgray;
}

.LinkBox{
	display:none;
}

.Buckett {
	margin:10px auto;
	color:lightgray;
}

.Buckett a {
	text-align:center;
	text-decoration:none;
	color:lightgray;
}

.slikica {
	background-image:url(../photos/naslovna1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	background-size:cover;
	width:100%;
	height:200px;

}

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

.Foot small {
	margin-right:10px;	
}
.Crveno {
	color:darkred;	
}


}