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

div.container {
	width: 1024px;
	background-color:	#ffffff;
	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;
	top: 20px;
	margin-left: 30px;
}

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

div.menu {
	float: right;
        position: fixed;
        top: 110px;
	left: 950px;
	z-index:	8;
}
div.menu li {
	display: inline;
	margin:		0;
	padding:	0;
	padding-right: 1em;
	font:		150% verdana, arial, sans-serif;
}
/*ul#menu li {
   display: inline;
   text-align: center;
	font:		150% verdana, arial, sans-serif;
   padding: 2px ;
   margin: 0;
   width: 19%;
   }
*/




div.wrap {
	position: relative;
	top: 200px;
	left: 150px;
        padding-right: 100px;
	padding-bottom: 250px;
	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;
}

.menuitem {
	color: #ff0000;
	text-decoration: underline;
}

a.menuitem,
a.menuitem:link,
a.menuitem:visited,
 {
	color: #ff0000;
	text-decoration: underline;
}
a.menuitem:active,
a.menuitem:hover,
 {
	color: #00ff00;
}
a:link, a:visited {
	color: #805000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active { color: #0000ee; }

