@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#000;
	}
img {
	border:none;
}
#container {
	width:7581px;
	height:700px;
	
}
.content {
	width:1000px;
	height:100%;
	
	float:left;
	position:relative;
}
.separator {
	width:500px;
	height:100%;
	background:url(../Images/chmura_kratka.png) no-repeat center;
	float:left;
}
#Info {
	background:url(../Images/info_bg.png) no-repeat top left;
}
#Regulamin {
	background:url(../Images/regulamin_bg.png) no-repeat top left;
}
#Jury {
	background:url(../Images/jury_bg.png) no-repeat top left;
}
#Nagrodzeni {
	background:url(../Images/nagrodzeni_bg.png) no-repeat top left;
}
#GalNagrodzeni, #GalWernisaz {
	background:url(../Images/galeria.png) no-repeat top left;
}
#contact {
	float:left;
	background:url(../Images/kontakt_bg.png) no-repeat top right;
	width:581px;
	height:100%;
	position:relative;
}
.main_menu {
	width:150px;
	height:116px;
	position:absolute;
	top:490px;
	left:45px;
}
.main_menu a:link, .main_menu a:visited {
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
.main_menu a:hover, .main_menu a:active, .active a:link, .active a:visited {
	color:#cc0066;
}
.naglowek {
	position:absolute;
	top:20px;
	right:0px;
}
.w_chmurze {
	display:block;
	color:#cc0066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#Info .w_chmurze {
	position:absolute;
	left:390px;
	top:495px;
}
#Regulamin .w_chmurze {
	position:absolute;
	left:320px;
	top:480px;
}
#Jury .w_chmurze {
	position:absolute;
	left:290px;
	top:470px;
}
#Nagrodzeni .w_chmurze {
	position:absolute;
	left:330px;
	top:480px;
}
#GalNagrodzeni .w_chmurze {
	position:absolute;
	left:200px;
	top:365px;
}
#GalWernisaz .w_chmurze {
	position:absolute;
	left:125px;
	top:365px;
}
#nazwa {
	position:absolute;
	left:32px;
	top:210px;
}
.text, .galeria {
	color:#FFF;
	width:430px;
	font-size:13px;
	position:absolute;
	right:0px;
	top:140px;
}
		
		.galeria table{
			background-color:#FFF;
			vertical-align:middle;
			
			border-collapse:collapse;
			
			
			}
			.galeria table img {
				vertical-align:middle;
				
				}

.galeria table td{
	padding:3px;
	border:8px #000  solid;
	width:60px;
	height:60px;
	text-align:center;
	}
		
.text p {
	text-align:justify;
	margin-bottom:10px;
	line-height:18px;
}
#Info .text {
	top:220px;
}
#Nagrodzeni .text {
	top:150px;
}
#r_arrow {
	position:absolute;
	left:120px;
	top:15px;
}
#Jury .zoom {
	position:absolute;
	top:320px;
	left:180px;
}
#contact .naglowek {
	position:absolute;
	top:60px;
	right:140px;
}
#contact .text {
	color:#000000;
	width:270px;
	text-align:right;
	margin-right:25px;
	top:80px;
}
#contact .text p {
	width:250px;
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}
#contact .text img {
	margin:30px 0 10px 0;
}
#l_arrow {
	position:absolute;
	left:10px;
	top:20px;
}
#contact .text a
{color:#cc0066;
	}