body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	color: #606060;
	background-image: url(images/bckgMain.jpg);
}



#mainContainer {
	width: 100%;

}
  
#topContainer {
	width: 100%;
	height: 203px;
	background-image: url(images/bckgTop.jpg);
	background-repeat: no-repeat;

}

#langContainer {
	width: 150px;
	height: 25px;
/*	background-color: red;*/
	float: left;
	margin-top: 55px;
	padding-left: 760px;
}

#langContainer a {
	float: left;
	width: 31px;
	height: 25px;
/*	background-color: Aqua;*/
	margin-right: 3px;
}

#middleContainer {
	width: 100%;
	height: 145px;
	background-image: url(images/bckgMiddle.jpg);
	background-repeat: no-repeat;
}

#menuContainer {
	width: 800px;
	float: left;
	margin-top: 111px;
	margin-left: 270px;
	_margin-left: 135px;
}


#menuContainer a {
	text-decoration: none;
	width: 90px;
/*	background-color: Aqua;*/
	float: left;
	text-align: right;
	color: #0D9BFF;
	font-size: 13px;
	margin-right: 55px;

}

#menuContainer a:hover {
	color: #247BC6;
}


#bottomContainer {
	width: 100%;
	_height: 450px;
	min-height: 450px;
	background-image: url(images/bckgBottom.jpg);
	background-repeat: no-repeat;
}


#contentContainer {
	width: 780px;
	margin-left: 40px;
	margin-top: 10px;	
	float: left;
/*	background-color: Fuchsia;*/
}

#contentContainer div {
	width: 360px;
	float: left;
	margin-right: 15px;
/*	background-color: Aqua	*/
}

#contentContainer div.right {
/*	margin-top: 35px;*/
}


#footerContainer {
	float: left;
	margin-top: 52px;
	border-top: 1px solid #A0C9EE;
	width: 850px;;
	padding: 5px;
	padding-left: 40px;
	text-align: right;
	clear: both;
}

#footerContainer a {
	color: #A0C9EE;
	text-decoration: none;
	font-size: 11px;
}

#footerContainer a:hover {
	color: #62A7E3;
}


h1 {
	font-size: 17pt;
	font-weight: normal;
	color: #F4A000;
	margin-bottom: 0.5em;
	width: 800px;
	float: left;
/*	border-bottom: 1px solid #ABABAB;*/

}


h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #FFC557;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}

ul {
	margin-top: 0px;
}

li {
	list-style-image: url(images/bullet.gif);
}

ul {
	line-height: 1.4em;
}

.warning {
	font-weight: bold;
	color: #DC143C;
}


table {
	border-collapse: collapse;
	border: 1px solid white;
	width: 100%;
	float: left;
}

tr.tableHead2 td, .tableHead2 {
	background-color: #191970;
	color: white;
}

td {
	border: 1px solid white;
	width: 30%;
	text-align: center;
	padding: 1px;
	background-color: #F5F5F5;
}

.tableHead {
	background-color: #EBEBEB; 
}


.pridejteseLink {
	width: 390px;
	height: 85px;

	float:right;
	margin-right: 720px;
	margin-top: 25px;
}



.pridejteseLink span {
	display: none;
	visibility: hidden;
}













