

html,body {
		margin: 				0px;
		padding: 				0px;
		width:					100%;
		height:					100%;
	}

body{
		width:					100%;
		height:					100%;
		border:					0;
		margin:					0px;
		padding:				0px; 
		background-color: 		#000000;
	}

#divMain {
		height:					533px;
		width: 					1000px;
		position:				absolute;
		left: 					50%;
		top: 					50%;
		margin-left: 			-500px;
		margin-top: 			-266px;
		margin-bottom: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		background-repeat: 		no-repeat;
    	background-position:	top center;
		background-image: 		url('images/bg.jpg');
		overflow: 				hidden;
	}
	
#divLogo {
		height:					110px;
		width: 					200px;
		position:				absolute;
		left: 					15px;
		top: 					10px;
		margin-bottom: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		background-repeat: 		no-repeat;
    	background-position:	top center;
		overflow: 				hidden;
	}	
	
#divMenu {
		height:					22px;
		width: 					800px;
		position:				absolute;
		left: 					160px;
		top: 					3px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		overflow: 				hidden;
	}
	
#divPage {
		height:					360px;
		width: 					290px;
		position:				absolute;
		left: 					30px;
		top: 					140px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid 0px red;
		overflow: 				hidden;
		font: 					normal 13px arial;
		color: 					#fdffd2;
	}
	
#divPage-VidDem {
		height:					360px;
		width: 					340px;
		position:				absolute;
		left: 					10px;
		top: 					140px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid px white;
		overflow: 				hidden;
}	

#divPage-Oferta {
		height:					400px;
		width: 					640px;
		position:				absolute;
		left: 					320px;
		top: 					60px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		overflow: 				hidden;
		font: 					normal 13px arial;
		color: 					#fbfcec;

	}

#divPaseka {
		height:					22px;
		width: 					120px;
		position:				absolute;
		left: 					390px;
		top: 					510px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		overflow: 				hidden;
		font:					normal 13px arial;
		color:					#fdffd2;
		line-height:			22px;
	}

#divPasekb {
		height:					22px;
		width: 					160px;
		position:				absolute;
		left: 					530px;
		top: 					510px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		overflow: 				hidden;
		font:					normal 13px arial;
		color:					#fdffd2;
		line-height:			22px;
	}

#divPasekc {
		height:					22px;
		width: 					140px;
		position:				absolute;
		left: 					710px;
		top: 					510px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    	border:         		solid 0px white;
		overflow: 				hidden;
		font:					normal 13px arial;
		color:					#fdffd2;
		line-height:			22px;
	}
	
#divPasekd {
		height:					22px;
		width: 					110px;
		position:				absolute;
		left: 					120px;
		top: 					510px;
		margin-left: 			0px;
		margin-top: 			0px;
		padding:				0px;
    border:         		solid 0px white;
		overflow: 				hidden;
		font:					normal 11px arial;
		color:					#ffffff;
		line-height:			13px;
	}

img, a {
		outline: 				none;
		border: 				0px;
	}

	a:link {
 		color: 					#d9d2b2;
 		text-decoration: 		none;
	}
	
a:visited {
 		color: 					#ede5bf;
 		text-decoration: 		none;
	}

a:hover {
 		color: #ffffff;
 		text-decoration: 		none;
	}

a:active {
 		text-decoration: 		none;
	}

.basictab ul{
		margin: 				0px;
		padding: 				0px 0px 0px 0px;
		margin-left: 			0;
		list-style-type: 		none;
		text-align: 			center;
}

.basictab li{
		border-left:			solid 1px #fdffd2;
		display: 				inline;
		margin: 				0;
}

.basictab li a{
		font:					bold 13px arial;
		text-decoration: 		none;
		padding: 				3px 7px;
		margin-right: 			2px;
		border-bottom: 			none;
		color: 					#fdffd2;
}

.basictab li a:visited{
		font:					bold 13px arial;
		color: 					#fdffd2;
}

.basictab li a:hover,{
		font:					bold 13px arial;
		color: 					#fbfcec;
}

.basictab li a:hover, .basictab li a.current{
		font: 					bold 13px arial;
		color: 					#fbfcec;
}

.basictab li.current_page_item a {
		font:					bold 13px arial;
		color: 					white;
}

br 	{   clear:					both; }	
