html, body {
  margin: 0;
  padding: 0
}
body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(../images/bg_home2.gif);
	margin-top: 20px;
	height: auto;
	margin-bottom: 20px;
	color: #FFFFFF;
}

a {
	color:#B0C4B3;
	text-decoration:underline;
}
a:hover {
	color:#CED6C6;
}

#header {
}
#header h1 {
    position:absolute;
	margin:0;
	padding:0;
	text-indent:-8000px;
	overflow:hidden;
	top: 0px;
}
#header h1 a {
	display:block;
	height:128px;
}
#header a {
        position:absolute;
	right:0;
	top:23px
}
#slogan {
        display: none;
}

h2 {
	font-size:180%;
	line-height: 1.4em;
	font-weight: lighter;
}
h3 {
	font-size:140%;
}


#container {
	text-align:left;
	width:760px;
	margin:0 auto;
}

#home #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #917F53;
	background-image: url(../images/home_bg.gif);
}
#home #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_home.gif)
}
#ronjenje #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #5b7fb9;
	background-image: url(../images/ronjenje_bg.gif);
}
#ronjenje #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_ronjenje.gif)
}
#pansion #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #aa5f47;
	background-image: url(../images/pansion_bg.gif);
}
#pansion #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_pansion.gif)
}
#aktivnosti #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #90a26d;
	background-image: url(../images/aktivnosti_bg.gif);
}
#aktivnosti #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_aktivnosti.gif);
}
#booking-info #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #9e96b4;
	background-image: url(../images/booking_bg.gif);
}
#booking-info #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_booking.gif);
}
#posebna-ponuda #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #9e96b4;
	background-image: url(../images/booking_bg.gif);
}
#posebna-ponuda #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_booking.gif);
}
#guest-book #wrapper {
	width:760px;
	background-repeat: repeat-x;
	background-color: #9e96b4;
	background-image: url(../images/booking_bg.gif);
}
#guest-book #footer {
	clear:both;
	width:100%;
	height:76px;
	background-image: url(../images/footer_booking.gif);
}

#content p {
	line-height:1.6
}
#content {
	float:left;
	width:490px;
	margin-bottom: 30px;
}
#content p,h1,h2,h3,h4,table {
	margin: 20px;
}

#navigation {
	float:right;
	width:250px;
}
#navigation p {
	margin: 20px;
}

#extra {
	float:right;
	clear:right;
	width:250px;
	margin-bottom:30px
}
#footer {
  color: #C5CBAD;
}
#footer p {
  margin: 0;
  padding: 40px 20px 0 100px;
  line-height:1.2em;
}
#footer a {
  display: inline;
  padding: 0;
  color: #C5CBAD;
  text-transform: lowercase;
}
#footer span.last {
  display: none;
}

.copy {
    margin-top: 10px;
	padding: 0 0 0 20px;
	color: #666666;
}
.img {
	float:left;
	border-color:#FFFFFF;
	border-style:solid;
	border-spacing:3px;
	margin-right: 10px;
	margin-top: 5px;
}
