@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	/* background: url(../img/bg.gif) top center; */
	/* background-repeat:repeat-x; */
}

.main {
	padding-bottom: 10px;
	width:1000px;
	margin: 0 auto;
}

.header {
	padding-bottom: 10px;

}

.language {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.language ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.language li{
	float: right;
	margin: 0;
	padding: 3px;
}


.Navi {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

.Navi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Navi li{
	/*width:136px;*/
	/*height:49px;*/
	/*background: url(../img/new/btn_hostel.jpg);*/
}

.Navi li{
	float: left;
	margin: 0;
	padding-left: 5px;
}


.ContentWrapper {
	background-image: url('../img/content2.jpg');
	background-repeat: no-repeat;
	width:1000px;
	height:347px;
	padding-top: 20px;
	
	margin-left:auto; margin-right:auto;
}
.Content {
	height:320px;
	width:800px;
	FONT-FAMILY: "Times New Roman","Arial Unicode MS", sans-serif;
	FONT-SIZE: 1.1em;
	overflow: auto;
	margin-left:auto; margin-right:auto;
	
}

.Content1 {
	width:20%;
	float: left;
}

.Content2 {
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.bottom {
	margin-top: 7px;
	padding: 0;
}

	/* Footer */
	#footer { width:1000px; height: 100px; padding: 20px 0 0 0; background: url(../img/footer_bg2.gif) top center; background-repeat:no-repeat; }
	#footer p { font-family:Tahoma; color:#434444; margin: 0; line-height: normal; font-size: 70%;}
	#footer a { color: #666666; }
	#legal { float: left; }
	#links { float: right; }



.submit { width:82px; margin-top:10px; }
.input { width:300px; height:20px; margin-top:2px; font-size:14px;  margin-bottom:5px;}
label.label { margin-top:10px; FONT-FAMILY: "Lucida Grande","Arial Unicode MS", sans-serif; FONT-SIZE: 1.1em; }
.textarea { width:300px; height:160px; margin-top:2px; }


