body {
	font-family: tahoma;
	font-size: 12px;
	padding-left:15px;
	padding-right: 15px;
}
.all {
	max-width:1000px;
	margin:0px auto;
}
a, a:visited {	text-decoration:none;
	color: #00f;
	
}

.logo {
	margin-top:10px;
	width:150px;
}
.block {
	margin-top:30px;
}
.textblock {
	text-align: justify;

}
.block img {
	max-width:100%;
	width: 100%;
}
.contact {
	margin-top: 100px;
	margin-bottom: 100px;
}
.contact .col1 {
	width:120px;
}
.logotext {
	display:inline-block;
	margin-left:30px;
	font-size:20px;
	padding-bottom:3px;
	color: #000;
}
	.hellotext {
	background-color: rgba(255,255,255,0.6);
	font-size:30px;
	padding:20px;
	border-radius:10px;
	position: absolute;
	left:50%;
	width:400px;
	margin-top:-275px;
	}

@media only screen and (min-width: 1000px) {
	.hellotext {
	font-size:30px;
	left:50%;
	width:400px;
	margin-top:-275px;
	}
}
@media only screen and (min-width: 600px)  and (max-width: 999px) {
      	.hellotext {
	font-size:25px;
	left:50%;
	width:250px;
	margin-top:-175px;
	}

}

@media only screen and (min-width: 400px)  and (max-width: 599px) {
      	.hellotext {
	font-size:20px;
	left:40%;
	width:200px;
	margin-top:-135px;
	}
}

.slist {
	margin-top:50px;
}
.sitem {
	text-decoration:none;
	color:#000;
}
.sitem .sitext {
	border-radius:3px;
	background-color: rgba(220,220,250,0.8);	
	padding: 20px;
	font-size:25px;
	margin-top:20px;
}
.sitem .sitext:hover {
	background-color: rgba(200,200,250,0.8);
}
.sitem .sitext {
	color: #000;
}

               
#header .lang {
	width:100%;
	text-align:right;
	font-size:12px;
	margin-top:-50px;
	color: #888;
}

#header .lang a {
	color: #666;

}

#header .lang a:hover {
	color: blue;

}


#header {
	padding-bottom:20px;
}
.box10 {
	background: #ebf;
	font-size:20px;
	padding: 10px 10px; 
	border-radius:10px;
	margin-top:30px;
}

.box11 {
	background: #efb;
	font-size:20px;
	padding: 10px 10px; 
	border-radius:10px;
	margin-top:30px;
}


.box12 {
	background: #ccf;
	font-size:20px;
	padding: 10px 10px; 
	border-radius:10px;
	margin-top:30px;
}

.box13 {
	background: #cfc;
	font-size:20px;
	padding: 10px 10px; 
	border-radius:10px;
	margin-top:30px;
}







