/* STELLA MARIS COURT CSS */


/* Layout */
body {
background-color:#DCBE6E;
	margin-top:0;
	margin-bottom:0;
}

#header {
	background-color:#FFFFFF;
	position:relative;
	width:800px;
	height:20px;
	z-index:1;
	visibility: visible;
	top: 5px;
	margin-top:0;
	
}

#midle {
	position:relative;
	width:800px;
	height:300px;
	visibility:visible;
	top:70px;
	
}

#footer {
	position:absolute;
	width:800px;
	height:25px;
	z-index:1;
	background-repeat: repeat-x;
	visibility: visible;
	bottom: 5px;
	overflow: hidden;
	left: 0px;
	right: auto;
}

#wrapper {
	position:relative;
	background-color:#FFFFFF;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	border-top:#AE9521 4px solid;
	border-left:#AE9521 4px solid;
	border-right:#AE9521 4px solid;
	border-bottom:#AE9521 4px solid;
	}
	
	
/* Tekst */	
	
.gltekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

.footerbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	margin: 1px 0px 1px 3px;
	padding: 0px 0px 0px 7px;
}

.desniprored {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	text-align: right;
}

.tekstbezuvlake {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
	text-align: left;
}

.opisninaslovbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	text-align: left;
}

.tekstinvestmentwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	width: 320px;

}
.footerpicright {
	text-decoration: none;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}


	/* Links */

	a:link {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #996600;
	margin-top:130px;
	text-decoration: none;
	}

	a:visited {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #996600;
	margin-top:130px;
	text-decoration: none;
	}
	
	a:active {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #996600;
	margin-top:130px;
	text-decoration: none;
	}

	a:hover {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #996600;
	margin-top:130px;
	text-decoration: underline;
	}
