/* standard tags & structures */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	background: none;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0px;
	margin: 0px 15px 15px 15px;
	text-align: right;
	font-size: 100%;
}

p.left {
	text-align: left;
}

div, span, img, form, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
	behavior: url(include/scripts/pngbehavior.htc); }

h1 span, h2 span, h3 span, address span {
	display: none;
}

strong {
	font-weight: bold;
}

form {
	margin: 0px 15px 15px 15px;
}

input {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

/* END standard tags & structures */


/* page parts */

#bgBG {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/bg.gif);
	z-index: 0;
}

#bgContinue {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/bg_continue.gif) no-repeat 975px 17px;
	z-index: 10;
}

#bannerII {
	position: absolute;
	top: 80px;
	left: 545px;
	width: 234px;
	height: 109px;
	z-index: 30;
	
}

#bannerI {
	position: absolute;
	top: 260px;
	left: 170px;
	width: 234px;
	height: 109px;
	z-index: 30;
	
}

#bgContent {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#barMenu {
	float: left;
	width: 180px;
	height: 100%;
	text-align: right;
	background: url(../images/bg_menu.gif);
}

	#whiteBg {
		float: left;
		width: 100%;
		background: #fff;
	}

	#barMenu h1 {
		float: right;
		width: 180px;
		height: 105px;
		background: url(../images/logo.gif) no-repeat 15px 10px;
	}
	
	#barLanguage {
		float: right;
		width: 109px;
		margin: 20px 0px;
	}
	
		#barLanguage ul {
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			#barLanguage ul li {
				float: left;
				margin: 4px 0px;
				padding: 0px;
				width: 109px;
				background: #e9e9e9 url(../images/language_left.gif) no-repeat;
			}
	
				#barLanguage ul li a {
					float: right;
					padding: 7px 17px;
					color: #434343;
					text-decoration: none;
				}
				
			#barLanguage ul li.selected {
				background: #92c300 url(../images/language_left.gif) no-repeat;
			}
				
				#barLanguage ul li.selected a {
					color: #fff;
				}
				
  	#barMenu address {
  		float: right;
  		width: 150px;
  		height: 34px;
  		margin: 0px 0px 40px 0px;
  		background: url(../images/infoline.gif) no-repeat;
  	}
	
  	#barLogos {
  		float: right;
  		padding-right: 17px;
  		background: url(../images/bg_logos_corner.gif) no-repeat top right;
  	}
	
		#barLogos a {
			display: block;
			margin: 12px 0px 0px 0px;
			color: #9e9e9e;
			text-decoration: none;
		}
		
  .barPhase {
  	float: left;
  	height: 100%;
  }


	#phaseI.barPhase {
		background: url(../images/bg_etapa_I.gif);
		width:250px;
	}
	
	#phaseII.barPhase {
		background: url(../images/bg_etapa_II.gif) repeat-y;
		width:528px;
	}
	
		#phaseI.barPhase a.dark {
			color: #184200;
		}

	
		#phaseI.barPhase .box {
			background: url(../images/bg_box_etapa_I.gif);
			float: left;
  		height: 510px;		
  		padding: 0px 15px 0 15px;
  		width:220px;
		}
		
		#phaseII.barPhase .box {
			background: url(../images/bg_box_etapa_II.gif);
			float: left;
  		height: 510px;
      width:498px;
  		padding: 0px 15px;
		}
	
		#phaseI.barPhase .boxbottom {
			background: url(../images/bg_box_bottom_I.gif);
			float: left;
  		width: 250px;
  		height: 10px;
  		overflow: hidden;
		}
		
		#phaseII.barPhase .boxbottom {
			background: url(../images/bg_box_bottom_II.gif);
			float: left;
  		width: 528px;
  		height: 10px;
  		overflow: hidden;
		}
		
		#phaseI.barPhase h2 {
			background: url(../images/title_etapa_I.gif) no-repeat top right;
			float: left;
  		width: 220px;
  		height: 97px;
  		border-bottom: 1px solid #fff;
		}
		
		#phaseII.barPhase h2 {
			background: url(../images/title_etapa_II.gif) no-repeat top right;
			float: right;
  		width: 498px;
  		height: 97px;
  		text-align: right;
  		border-bottom: 1px solid #fff;
		}
		
  	.barPhase .barBtn {
  		float: left;
  		margin-bottom: 15px;
  	}
	
		#phaseI .barBtn a {
			float: left;
			width: 220px;
			height: 268px;
			overflow: hidden;
		}
		
		#phaseII .barBtn a {
			float: left;
			width: 498px;
			height: 268px;
			overflow: hidden;
		}
	
		#phaseI.barPhase .barBtn a {
			background: url(../images/btn_start_I.gif) no-repeat -125px 224px;
		}
		
		#phaseI.barPhase .barBtn a:hover {
			background-position: -125px 180px;
		}
			
		#phaseII.barPhase .barBtn a {
			background: url(../images/btn_start_II.gif) no-repeat 0px 224px;
		}
		
		#phaseII.barPhase .barBtn a:hover {
			background-position: 0px 180px;
		}
		
	#phaseII.barPhase p strong {
		color: #dceb08;
		font-weight: normal;
	}
	
.barWhite {
	float: left;
	width: 5px;
	height: 100%;
	background: #fff;
}

#banner_kuchynska_linka{
  position: absolute;
  left:290px;
  top:100px;
  z-index: 999;
}

/* END page parts */

