@CHARSET "UTF-8";
/*style reset*/


article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}







/*global*/
body{
background:no-repeat;
	background-color: lightcyan;

}

h1{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
	color: darkblue;
	font-family: georgia;
}
/*end global*/

/*ID section*/
#baner{

	color: white;
}

#baner p{
	font-size: 25px;
	font-style: bolded;
	margin-left: 340px;
	position:absolute;
	padding-top: 30px;

}
#container{	
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;/*cleaning after centering for IE6*/
}

#oferta{

	background-image: url('../images/niebo.jpg');
	background-size:120%; 
	border-bottom-right-radius:20px; 
	border-bottom-left-radius:20px;  
}

.spoiler{
	padding:10px;
	font-size: 20px;
	color: #61A;
}

.spoiler input{
	border-radius:10px;
	border: 2px solid darkblue;
	background-color: white;
	font-size: 20px;
	color: #61A;
	width: 250px;
	margin-left: 350px;
}

#content{
	height: 650px;
	background-image: url('../images/niebo.jpg');
	background-size:120%; 
	border-bottom-right-radius:20px; 
	border-bottom-left-radius:20px;  
}
#content div{
	float: left;
	height: 100%;
	width: 600px;
	background-image: url('../images/vert-line.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 20px;
	
}
#content div:first-child{
	background-image: none;
	padding-left: 10px;
	width: 260px;
}



#content p{
	font-family: georgia;
	font-size: 20px;
	color: darkblue;
	padding-left: 20px;
}

#content ul{
	padding-left: 30px;
	font-size: 20px;
	color: #61A;
}

#content table{
	padding-left: 250px;
	font-size: 22px;
	color: #61A;
	
}

#content strong{
	color: darkblue;
	font-size: 20px;
}


#footer{
	background-color: darkblue;
	border-radius:20px; 
	margin: 15px 0px;
	color: lightblue;
	height: 54px;
	padding-left: 20px;
	padding-right: 20px;
}


#global{
	color: #fff;
	width: 100%;
	position: absolute;
	text-align: center; /*IE6*/
}

#image{
	position:absolute;
	margin:0px 0px 0px 40px;
}

#map{
	position:absolute;
	margin-left:420px;
	margin-top:120px;
	border:5px solid skyblue; 
	border-radius:12px; 
}

#menu{
	background-color: #01B;
	font-family: Arial Black;
	height: 170px;
	border-top-right-radius:20px; 
	border-top-left-radius:20px;  
	font-size: 18px;
	margin-top:30px;

}
#menu a{
	color: darkblue;	
}
#menu ul{
	float: left;
	margin-top:120px;
	background-image:radial-gradient(ellipse at bottom, 	 #AFF 40%, 	#01B 100%);
	padding-left:120px;
	padding-top:30px;
	height: 45px;
	width: 860px;

}
#menu ul li{
	display: inline;
	padding: 10px;
	padding-right: 30px;
	background-color: skyblue;
	border-radius:10px;  
}
#menu ul li:hover{
	background-color: cornflowerblue;
	padding: 5px 30px 16px 10px;
	border-radius:10px; 
}
#menu a:hover{
	color: white;	
}


/*class*/

.bolded{
	font-weight: bold;
}
.f2left{
	float: left;
}
.f2right{
	float: right;
}
.more-button{
	font-size: 11px;
	font-family: arial;
	color: #132A29;
	background-color: #18bdb4;
	float: left;
	padding: 7px 21px;
	margin-top: 15px;
	bottom: 0px;
}

.underlined{
	text-decoration: underline;
}
/*end class*/