/*
Villa Danica, Bela Crkva, CSS fajl
*/

*
    {
        margin: 0px;
        padding: 0px;
		border: none;
    }

html, body 
    {
        padding: 0;
        margin: 0;
    }  

body {
	background: #F6F6F6 url(images/pozadina.gif) repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p {
	line-height: 150%;
	margin-bottom: 1.5em;
}

ul, ol {
	line-height: 140%;
	text-align: left ;
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

img.mapa {
	margin-left: 15px;
}

img.kontakt {
	float: right;
	margin-top: -50px;
}

img.galerija {
	float: left;
	margin-right: 19px;
	margin-bottom: 5px;
}

/* Header pozadina */
#header-pozadina {
	margin: 15px 0 25px 0;
	background: url(images/header-pozadina.gif) repeat-x;
}

/* Intro header pozadina */
#intro-header-pozadina {
	background: url(images/intro-header-pozadina.gif) repeat-x;
}

/* Prostor */

#prostor {
	width: 708px;
	margin: 0 auto;
}

/* Veliki logo */

#velikilogo {
	margin-left: 152px;
}

/* Header */

#header {
	height: 180px;
}

/* Baner */

#baner {
}

/* Meni */

#meni {
	float: left;
	width: 100%;
	background: #291007;
	margin-top: -14px;
}

#meni ul {
	margin-left: 35px;
	list-style: none;
	line-height: normal;
}

#meni li {
	display: inline;
}

#meni a {
	margin-left: 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ccb480;
	text-transform: none;
}

#meni a:hover {
	background-color: #3e1d11;
	text-decoration: underline;
}

#meni .sep {
	margin-left: 10px;
	color: #ccb480;
}

/* Index meni */

#index-meni {
	float: left;
	width: 100%;
	background: #291007;
}

#index-meni ul {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	list-style: none;
	line-height: normal;
}

#index-meni li {
	color: #fff;
	font-size: 13px;
	line-height: 140%;
}

#index-meni img {
	margin-top: 9px;
	margin-bottom: 4px;
	padding-left: 209px;
}

/* Jezici */

#jezici {
	float: right;
	height: 17px;
	background: #4b2517;
}

#jezici ul {
	padding-right: 40px;
	text-align: right;
	line-height: normal;
}

#jezici li {
	display: inline;
}

#jezici a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#jezici a:hover {
	text-decoration: underline;
}

#jezici img {
	margin-top: -2px;
}

/* Skrol gore */

#skrol-gore {
	height: 48px;
	background: url(images/skrol-gore.png) no-repeat;
}

/* Skrol dole */

#skrol-dole {
	height: 47px;
	background: url(images/skrol-dole.png) right no-repeat;
}


/* Sadrzaj */

#sadrzaj {
	left:50%;
	margin-top: 5px;
}

.tekst {
}

.tekst .naslov {
	font-family: "Monotype Corsiva", Tahoma, Arial, Helvetica, sans-serif;
	color: #3d1c10;
}

.tekst .naslov a {
	text-decoration: none;
	color: #fff;
}

.tekst .naslov a:hover {
	text-decoration: underline;
}

.tekst .pasus {
	padding: 10px 76px 10px 76px;
	color: #3d1c10;
	background: url(images/skrol-pozadina.png) repeat-y right;
}

/* Footer */

#footer {
	height: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #666666;
}