/* CSS Document */
body  {
	background-color:	#ffffff;
	background-image:	url(img/fond.png);
	margin:		0;
	padding:	0;
	font:		75% verdana, arial, sans-serif;
	color:		#000000;
}

div.container {
	width: 1024px;
	margin: auto;
	overflow: none;
}

div.content {
	overflow: auto;
	border: solid 1px #aaaaff;
	color:  #666666;
	z-index: 9;
	background-color: white;
/*	background-image:	url(img/semitrans.png);*/
}

div.content#main1,div.content#main2,div.content#main3,div.content#main4,div.content#main5,div.content#main6,div.content#main7,div.content#main8,div.content#main9,div.content#maina,div.content#mainb,div.content#mainc {
	border: solid 1px #ff5555;
	color: #000000;
}

div.s_titre#main1,div.s_titre#main2,div.s_titre#main3,div.s_titre#main4,div.s_titre#main5,div.s_titre#main6,div.s_titre#main7,div.s_titre#main8,div.s_titre#main9,div.s_titre#maina,div.s_titre#mainb,div.s_titre#mainc {
	color: black;
}

div.titre {
	background-image:	url(img/titre_croatie.jpg);
	z-index: 1;
	position: fixed;
/*	position: absolute; */
/*	top: 20px;
	left: 20px;*/
	width: 1024px;
	height: 149px;
}

div.titre#porec {
	background-image:	url(img/titre_porec.jpg);
}

div.titre#vodice {
background-image:	url(img/titre_vodice.png);
}

div.titre_txt {
z-index: 5;
background-image:	url(img/titre_txt.png);
position: absolute;
top: 50px;
left: 250px;
width: 583px;
height: 167px;
}        

div.langsel {
	z-index: 10;
	position: fixed;
	left: 20px;
	top: 20px;
}

div.scroll {
	position: absolute;
        top:    100px;
	width:  99%;        
	height: 50px;
        overflow:       hidden;
}        

div.menu {
        position: fixed;
        top: 200px;
	margin:		0;
	padding:	0;
/*	font:		75% verdana, arial, sans-serif;  */
	color:		#FFFFFF;
	z-index:	9;
}

div.wrap {
	position: relative;
	top: 200px;
	left: 150px;
        padding-right: 100px;
	width: 800px;
	z-index: 9;
}

.text {
	position: relative;
	float: left;
	padding: 10px;
	text-align: justify;
}

.image {
	position: relative;
	float: left;
	margin: 10px;
}

div.s_titre {
	font:	150% verdana, arial, sans-serif;
        font-weight: bold;
	position: relative;
	left: -3em;
	top: -3px;
	clear: both;
	color: #666666;
}

div.section {
        width:  100%;
        position: relative;
        left: 30px;
        padding: .5em;
        margin-bottom: 1em;
	overflow: visible;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active { color: #0000ee; }
