@charset "utf-8";
/* CSS Document */

.content{
	padding-top: 20px;
	margin: auto;
	width: 258px;
	height: 567px;
	padding-right: 18px;
	padding-left: 283px;
	background-image:url(images/wat.png);
	background-repeat:no-repeat;
	background-position: bottom;
}
.kwart{
	position: absolute;
	left: 218px;
	top: 21px;
}
.rightText{
	position: absolute;	
	left: 219px;
	top: 293px;
	width: 241px;
	height: 142px;
	background-color: #29b0de;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px 10px 15px;
}
.submenu{
	position: absolute;
	left: 219px;
	top: 455px;
	width: 271px;
	height: 118px;
	background-color: #29b0de;
}

.submenu a{
	background-color: #d7f0f9;
	display:block;
	width: 244px;
	height: 21px;
	text-align: right;
	padding-right:27px;
	margin-top: 3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
}
.submenu a:hover{
	background-color: #a5bfc7;	
}