/*
 Zabranjeno kopiranje, 
 http://www.exdizajn.com/
 (c), 2008.

*/


* { 
	margin: 0; 
	padding: 0; 
	}

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-size: 1em;
	}

#wrapper {
	padding: 0px;
	width: 800px;
	margin: 10px auto 10px auto;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px solid #0099FF;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	}

#header {
	background-image: url(images/fitness-centar-dubrovnik.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 800px;
	}

#menu {
	font-size:1em;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:1px;
	line-height:30px;
	text-transform:uppercase;
	clear: both;
	float: left;
	height: 50px;
	width: 800px;
	background-color: #003399;
	margin-bottom: 25px;
	}

#menu ul { 
	display:inline; 
	margin:0px; 
	padding:0; 
	}

#menu li { 
	display:inline; 
	float:left; 
	list-style-image:none; 
	list-style-position:outside; 
	list-style-type:none; 
	margin-left:0px; 
	padding-left:0px; 
	}

#menu a { 
	display:block; 
	padding:10px; 
	text-decoration:none; 
	color: #CCCCCC; 
	}

#menu a:hover{
	color: #FFFF00;
	text-decoration: none;
	background-color: #000000;
} 

#story {
	display: inline;
	float: left;
	width: 550px;
	font-size:95%;
	}
	
#story p{
	margin:5px;
	padding:5px;
	font-size:95%;
	}

#left {
	display:inline;
	float:left;
	font-size:90%;
	margin:10px;
	width:230px;
	}
	
#left p {
	display:block;
	padding:5px;
	text-decoration:underline;
	color:#0099FF;
	}


ul{
	margin-left: 20px; 
	margin-top: 10px; 
	margin-bottom: 10px;
	}

li {
	list-style-type: none;
}

a { 
	text-decoration:none; 
	font-weight: normal; 
	color: #A81B17;  
	}

a:hover { 
	color:#FF0000; 
	text-decoration:none; 
	}

h1 { 
	font-size:150%;
	font-variant:normal;
	font-weight:lighter;
	line-height:1em;
	margin-left:5px;
	padding-left:5px;
	margin-bottom:10px;
	}


	
h2 { 
	font-size:120%;
	font-variant:normal;
	font-weight:lighter;
	line-height:1em;
	margin-left:5px;
	padding-left:5px;
	margin-bottom:10px;
	}

img { 
	padding: 0px; 
	}

a:hover img { 
	padding: 0px; 
	
	}

#kontakt { 
	color: #333; 
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	}

#kontakt p { 	
	padding:0px;
	margin:0px;
	}

.baton { 
	background-color:#FFFFFF;
    border:1px solid #333333; 
	margin-top:5px; 
	width:55px; 
	float:left;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	}
	
input, select { 
	background-color: #FFFFFF; 
	border: 1px solid #333333; 
	}

.bodycontact { 
	background-color:#FFFFFF; 
	border:1px solid #333333; 
	color:#333333; 
	width:500px; 
	font-size:95%;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	}


form label { 
	cursor: pointer;
	}

fieldset { 
	border: none; 
	}

input, select, textarea { 
	background-color:#EEEEEE;
	font-size:100%;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px;
	width:300px;
 	}


#footer {
	height:35px;
	clear: both;
	background-color:#0099FF;
	font-size: 75%;
	text-align: center;
	padding-top:10px;
	}

#lista {
	list-style-type: none;
	padding: 0px;
	margin:0px;

}
#lista li {
	float: left;
	display: inline;
	padding: 0px;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}

#lista img {
	display: block;
	border: 1px solid #CCCCCC;
	float: left;
}


#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}


.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}


.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
}
.lv_MenuBar * { padding: 0; margin: 0; }
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close { float: right; overflow: hidden; }
.lv_Close .lv_Button {
	float: right;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	border-left: 1px solid #efefef;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { 
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border:-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; 
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


* html #lightview { 
	position: absolute;
	margin-top: expression( -1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}


html #overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}