/* krecem sa fontom od 70% sto je oko 11px po standardu browsera i onda picim em i uvek radim ovako zbog sjebanih browser sranja. ovo je ispitano od ljudi i radi posao.*/

body {
	font-family: georgia, serif;
	font-size:70%;
	line-height:1.1em; /* 16x1.125=18px */
	margin:0;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #fff url(/content/cvele-200sqare.jpg) fixed;
	color: #000;
	text-align: center;
	height: 100%;
}

p, ui, ul{
	font: 1em sans-serif, Verdana, Arial, Helvetica;
	margin: 3px 3px 10px 3px;
	}


h1 {margin : 0px;
	padding: 2px;
	width: 100%; /* needed for IE5+ */
	font-family: Times, serif;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: normal;
		}

h2 {margin : 0;
	padding:2px;
	width: 100%; /* needed for IE5+ */
	font-family: Times, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border-bottom: #000 1px dotted;
}

html > body h2 {
	/* redefinition of the border to dotted,
	hidden from IE - because the dashed line
	that IE uses instead of dots looks a bit
	too crude in my opinion */
	border-bottom: #000 1px dotted;
}

acronym {
	/* in this case, I can live with IE's dashed line */
	border-bottom: #000 1px dotted;
}

a, a:link { color: #900; background: transparent; text-decoration: none; }
a:visited { color: #933; background: transparent }
a:hover { color: #966; background: transparent }
a:active { color: #988; background: transparent }




/* let's start with the whole page container */
#container {
	position: relative;
	margin: 10px auto;
	width: 669px;
	padding: 5px;
	text-align: left;
	background: #fff;
	border: #000 1px solid;
	color: inherit;
}

#supportingText {
	text-align: justify;
	margin: 5px 150px 5px 5px;
	padding: 2px;
}

#supportingText a {
	text-decoration: none;
	font-weight: bold;
}

#block {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	vertical-align: top;
	float:none ;
}

#slot {
	float:left;
	margin: 5px;
	width: 200px;
	padding: 5px;
	vertical-align: top;
	border-right:#000 1px dotted;
	
}

#pageHeader {
	padding: 5px;
	height: 100px;
	margin: 5px 5px 0px 5px;
	border: #000 solid 1px;
	text-align: left;
	background: #000 url(/content/title1.jpg) no-repeat top left;
	color: #fff;
}


#linkList {
	position: absolute;
	text-align: justify;
	top: 150px;
	right: 10px;
	margin: 0px;
	width: 136px;
	font: 0.9em;
	background-color:#fff;
}

#casino ul {
	padding: 0;
	background: inherit;
	list-style-type:none;
}

#casino.mcg ul{border:  #C2D730 2px solid;}

#casino.plt ul{border:  #5D59C9 2px solid;}

#casino.rtg ul{border:  #A90F01 2px solid;}

#casino.link ul{ text-align:center; font-size:medium; font-weight:bold}


#footer {
	margin: 0;
	padding: 5px;
	/* again, I can live with IE's dashed line */
	border: 0px;
	background: #fff;
	color: inherit;
	text-align: center;
}

#footer a {
	margin-right: 20px;
	padding-left: 18px;
}



/* and now for the big caps for each paragraph in supportingText
this is again hidden from IE, as it tends to crash otherwise and
I really can't be bothered to work around its flaws...consider it
icing on the cake for non-IE users */

body > div#supportingText p:first-letter {
	font: 2em Times, Helvetica, serif;
	float: left;
	text-transform: uppercase;
	margin: 0 3px 3px 0;
	padding: 0; 
}


/* ---------------- NAVIGACIJA sa EUROP ---------------------*/
ul#nav { /* all lists */ 
padding: 0;
text-align: left;
/*width:650px;*/
height:22px;
margin:0px 5px 0px 5px;}
 
#nav li { /* all list items */ 
position:relative;
float:left; /* ovim Miroslave pravis horizontalne liste */ 
list-style: none;
padding:0;
display:block;
z-index:300;
}

#nav li a {
text-transform: capitalize;
display:block;
color:#fff;
text-decoration: none;
font-size:10px;
font-weight:normal;
padding:5px 10px 7px 10px; 
font-weight:bold;
} 

#nav li a:hover {
background-color: #146;
border-left:1px solid #fff;
border-right:1px solid #fff;
padding-left:10px; 
padding-right:10px;}

/*second-level listu sam izbrisao*/