﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #200d0c;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	text-align: center;
}

h1{
	color:#7f352e;
}

a {
	color: #c2bebe;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #d26a36;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	text-align: justify;
	line-height: 12px;
	clear : both;
	float : none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}





#header{
	width: 100%;
	height: 140px;
	background-color: #e5d7d5;

}

#topheader{
	background-position: center;
	height: 108px;
	width: 100%;
	background-image: url('Slike/HeaderLogo.jpg');
	background-repeat: no-repeat;
}
	
#bottomheader{
	background-color: #7f352e;
	height: 32px;
}

#links{
	height: 32px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#links a{
	float: left;
	height: 32px;
	width: 150px;
	font-family: "Vladimir Script";
	font-size: 28px;
	font-style: normal;
}
#links a:hover{
	background-image: url("Slike/MouseOver.jpg");
	color: #c2bebe;
}

#container{
	height: 525px;
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url("Slike/OnamaMain.jpg");
}

#mapa{
	height: 525px;
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url("Slike/Mapa.jpg");
	border: 5px groove #000000;
}
#info{
	width:900px;
	height:400px;
	margin:auto;
	background-color:#e5d7d6;
	background-image: url("Slike/KontaktR.jpg");
	background-repeat: no-repeat;
	background-position: right;
	position: relative; 
}

#mainContent {
	width:360px;
	height:200px;
	margin-top: 0;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 255px;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: auto;
	padding-left: 10px;
}
#mainContent h1{
	font-size: 20px;
}

#mainContent a{
	font-size: 20px;
	color: #CC3300;
}
#mainContent a:hover{
color: #993300;
}

#sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	height:400px; 
	
	background-color: #EBEBEB;
	background-image: url("Slike/KontaktL.jpg");
	background-repeat: no-repeat;
}

#sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 255px;
	height:400px;
	background-color: #EBEBEB;
	background-image: url("Slike/KontaktR.jpg");
	background-repeat: no-repeat;
}



#galerija{
	padding-top:3px;
	height: 506px;
	width: 900px;
	background-color: #e5d7d5;
	margin:auto;
	margin-bottom: 3px;
}




#right{
	color: #993300;
	background-image: url("Slike/Background.jpg");
	background-position: right bottom;
	float: right;
	width: 525px;
	height: 525px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#right p{
	font-size: 18px;
	color: #993300;
	line-height: normal;
	height: auto;
	width: 430px;
	float: right;
	margin-right: 40px;
	font-weight: bold;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: normal;
	text-align: center;
	margin-top: 100px;
}
#flashintro {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 500px;
	overflow: auto;
	margin-top: -250px;
	margin-left: -350px;
	background-color: #000000;
}  
 
#footer{
	width:100%;
	height:20px;
	background-color: #7f352e;
}

#footer p{
	color: #e5d7d5;
	font-weight: bold;
	text-align: center;

}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


