@charset "utf-8";
/* CSS Document */
a {
	color: #333;
	font-style: italic;
}
body {
	margin:0px;
	background-color:#27190d;
	background-image:url(slike/background.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#422914;
	}
	
#wrapper {
	width:1000px;
	margin:auto;
	background-color:#ddc080;
	position:relative;
	}
	
#forma {
	padding-left: 50px;
}
	
#header {
	background-image:url(slike/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:243px;
	}
	
#main {
	background-image:url(slike/wrapper_background.jpg);
	background-repeat:repeat-y;
	padding-left:45px;
	padding-bottom:25px;
	}
	
#menu {
	position:absolute;
	left:354px;
	top:110px;
	width:670px;
	
	}
	
#menu a {
	color: #333;
	font-style: normal;
}

#menu a:hover {
	text-decoration: none;	
}

.thumb {
	width:179px;
	height:108px;
	background-color:#e5e3db;
	margin: 0px 5px 14px 14px;
	float:left;
	display:inline;
	border: 2px solid #cba85e;
	}
	
	
.sredina {
	width:620px;
	padding-top:5px;
	}
	
.labels {
	float:left;
	margin-bottom:15px;
	margin-top:10px;
	}
	
.sredina p {
	color:#422914;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	text-align: left;
}
	
.property {
	float:left;
	color:#584c42;
	font-size:12px;
	padding-top:28px;
	padding-left:10px;
	}
	
	
#tape {
	position:absolute;
	left:674px;
	top:740px;
	z-index:100;
	}
	
	
#sidebar {
	background-color:#e5e3db;
	background-image:url(slike/sidebar.jpg);
	background-repeat:no-repeat;
	width:295px;
	height:274px;
	position:absolute;
	left:671px;
	top:178px;
	font-size:13px;
	}
	
#sidebar p {
	margin:0px;
	width:210px;
	line-height:19px;
	padding-left:45px;
	padding-top:50px;
	color:#584c42;
	font-weight: bold;
	}
	
#sidebar a {
	color:#584c42;
	text-decoration:none;
	}
	
#sidebar a:hover , #sidebar_background a:hover {
	text-decoration:underline;
	}
	
#sidebar_background {
	background-color:#e5e3db;
	background-image:url(slike/sidebar_background.jpg);
	background-repeat:repeat-y;
	width:262px;
	position:absolute;
	padding-top:5px;
	left:686px;
	top:200px;
	}
	
 #sidebar_content {
 	padding-left:30px;
	padding-top:4px;
	}
	
#sidebar_background a {
	color:#584c42;
	text-decoration:none;
	}
	
	
#sidebar_background p {
	margin:0px;
	width:205px;
	line-height:19px;
	padding-top:5px;
	padding-bottom:15px;
	font-size:13px;
	color:#584c42;
	}
	
#facebook{
	display:block;
	width:71px;
	height:69px;
	background:url(slike/facebook.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	

	
#flickr{
	display:block;
	width:71px;
	height:69px;
	background:url(slike/flickr.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:6px;
	}
	

	
#footer {
	background-image:url(slike/footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:100px;
	}
	
#xhtml {
	float:left;
	padding-left:264px;
	padding-top:58px;
	}
	
#css {
	float:left;
	padding-left:8px;
	padding-top:58px;
	}
	
	
	.myForm td, input, select, textarea, checkbox  {
	font-family: tahoma;
	font-size: 12px;
	width: 200px;
	}




	.required {
		color: red;
	}

	
