/*Basic elements*/

body {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #A34D50;
	background-color: #FFFFFF;
	margin: 12px 20px;
	padding: 0;
}
#spacer1 {
	width: 5px;
}
#spacer2 {
	width: 5px;
}

#contentwrapper{
	margin: 0 0 0 0;
	width: 835px;
}
#mainwrapper {
	padding: 5px;
	width: 835px;
	border: 2px solid #A34D50;
}

/*Table cells aligned to the top.*/
td {vertical-align: top;}

/*Masthead*/
#masthead {
	background-color: #FFFFFF;
	text-align:center;
	width: 864px;
}



/*Nav*/
#navcolumn {
	font-size: 11px;
	width: 140px;
	border-left: 1px solid #A34D50;
	border-right: 1px solid #A34D50;
	border-bottom: 1px solid #A34D50;
	border-top: 1px solid #A34D50;
}
#navcolumn p {
	font-size: 11px;
}


/*Main*/

#maincolumn {
	font-size: 12px;
	width: 539px;
	border-left: 1px solid #A34D50;
	border-right: 1px solid #A34D50;
	border-bottom: 1px solid #A34D50;
	border-top: 1px solid #A34D50;
}
#maincolumn p {
	text-align:justify;
	margin: 10px 10px 10px 15px;
}

#mainbottom {
	font-size: 10px;
	width: 500px;
	height: 20px;
	padding: 0px 0px 10px 0px;
}

#maincolumn a, a:link, a:active, a:visited {
	font-size: 11px;
	text-decoration:underline;
	font-weight: normal;
	color: #A34D50;
}

#maincolumn a:link {
	color: #A34D50;
}
#maincolumn a:visited {
	color:#BB5C30;
}
#maincolumn a:hover {
	color: #FFFFFF;
	background-color:#A34D50;
	text-decoration:none;
}


/*news*/


#newscolumn {
	font-size: 11px;
	width: 140px;
	border-left: 1px solid #A34D50;
	border-right: 1px solid #A34D50;
	border-bottom: 1px solid #A34D50;
	border-top: 1px solid #A34D50;
}
#newscolumn p {
	padding: 10px;
}
#newscolumn a, a:link, a:active, a:visited {
	font-size: 11px;
	text-decoration:underline;
	font-weight: normal;
	color: #A34D50;
}

#newscolumn a:link {
	color: #A34D50;
}
#newscolumn a:visited {
	color:#BB5C30;
}
#newscolumn a:hover {
	color: #FFFFFF;
	background-color:#A34D50;
	text-decoration:none;
}


/*Copyright Elements*/
#copyright {
	font-size: 10px;
}

/*Footer Elements*/
#footer {
	padding: 10px 0 0 18px;
	font-size: 11px;
}

#footer p {
	margin: 0 0 3px 0;
}

#footer a, a:link, a:active, a:visited {
	font-size: 11px;
	text-decoration:underline;
	font-weight: normal;
	color: #A34D50;
}

#footer a:link {
	color: #A34D50;
}
#footer a:visited {
	color: #A34D50;
}
#footer a:hover {
	color: #A34D50;
}

.left {
	text-align:left;
}

.right{
	text-align:right;
}
/*Miscellaneous*/

#navigation a, a:link, a:active, a:visited {
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation a:link {
	color: #FFFFFF;
	font-weight:bold;
}
#navigation a:visited {
	color: #FFFFFF;
	font-weight:bold;
}
#navigation a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

#home {
	background-color:#FFC891;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}



#english {
	background-color:#FFA74F;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
#deutsch {
	background-color:#CE8042;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
#italiano {
	background-color:#BB5C30;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
#hrvatski{
	background-color:#A34D50;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
#contact {
	background-color:#753738;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
#forsale {
	background-color:#E02039;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}

/*General Text Elements*/
h1, h2, h3, h4 {
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFA74F;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	margin: 15px;
}
h2 {
	font-size: 14px;
	color: #BB5C30;
	text-align: center;
}
h3 {
	font-size: 14px;
	color:#BB5C30;
}

h4 {
	font-size: 13px;
	color:#A34D50;
}

.centeredheading {
	text-align: center;
}

#touristtax {
	width: auto;
	left: 10px;
	border: 1px solid #A34D50;
	padding: 10px;
}

