ul, div, body,p{margin:0 0 0 0; padding:0 0 0 0}
a { text-decoration:none;}
img{border:0}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	font-size:0.75em;
	background-color: #000;
}
.hostel_top_main {
	width:1000px;
}
.hostel_top {
	background-image: url(../images/up.png);
	width:790px;height:180px;
	float:left;
	background-repeat: no-repeat;
}
.hostel_top_middle {
	background-image: url(../images/logo.png);
	width:210px;height:212px;
	float:left;
	background-repeat: no-repeat;
}
.hostel_menu {
	width:790px;
	color:#f362c3;
	font-weight:bold;
	margin-top:184px;
	margin-left:63px;
}
.menu_middle{
	background-image: url(../images/menu_middle.png);
	background-repeat: repeat-x;
	height:20px;
	padding-top:7px;
	float:left;
	text-align:center;
	min-width:90px;
}
.menu_left{
	background-image: url(../images/menu_left.png);
	background-repeat: no-repeat;
	width:6px;
	height:27px;
	float:left;
}
.menu_right{
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
	width:6px;
	height:27px;
	float:left;
}
.hostel_content {
	font-family:Verdana;
	background-image: url(../images/content_back.png);
	background-repeat: no-repeat;
	width:720px;
	min-height:388px;
	clear:both;
	color:#fff;
	padding-top:35px;
	padding-left:87px;
	padding-right:11px;
	font-size:0.9em;
}
.hostel_content a {
	color:#fff;
}
.sub_menu_middle{
	background-image: url(../images/sub_menu_middle.png);
	background-repeat: repeat-x;
	height:18px;
	padding-top:7px;
	float:left;
	text-align:center;
	min-width:110px;
	font-size:0.90em;
}
.sub_menu_left{
	background-image: url(../images/sub_menu_left.png);
	background-repeat: no-repeat;
	width:6px;
	height:25px;
	float:left;
}
.sub_menu_right{
	background-image: url(../images/sub_menu_right.png);
	background-repeat: no-repeat;
	width:7px;
	height:25px;
	float:left;
}
.sub_menu_left_d{
	background-image: url(../images/sub_menu_middle.png);
	width:6px;
	height:25px;
	float:left;
}
.sub_menu_right_d{
	background-image: url(../images/sub_menu_middle.png);
	width:7px;
	height:25px;
	float:left;
}
.seperator {
	background-image: url(../images/sp.png);
	background-color: #000;
	width:123px;
	height:1px;
}

.menu li a{
	color:#f362c3;
	font-weight:bold;

}
.language {
	margin-top:193px;
	margin-left:95px;
	background-color: #9B9B9B;
	text-align:center;
	width:100px;
	height:20px;
}


/*---------*/
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
 
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
 
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
 
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: -14px;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}
 
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}
 
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}
 
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
 
/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../images/spacer.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 10px 30px;
	margin: 0 0 -10px -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px -10px;
}
 
 
/* - - - ADxMenu: DESIGN styles - - - */
 
 
.menu ul {
	width: 11em;
}
 
.menu a:hover, .menu li:hover>a {
	color: #FFFFFF;;
}
 
.menu li li {	/* create borders around each item */
/*	border: 1px solid #ccc;*/
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
 
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}
 
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}
 
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */
 
/*]]>*/

.news_title { width:100%;margin-bottom:5px;height:20px;padding-top:7px; padding-left:15px;color:#fda;font-weight:bold;}
.newstext { width:100%;padding-left:38px;color:#FFDA0D;font-weight:normal; }
.newsbody { padding-left:30px;padding-top:10px;margin-bottom:1px; font-weight:normal;}
.son20haber li { list-style-type: square;margin-left:50px; }
.newsbody img { margin-right:5px;margin-top:5px;margin-bottom:5px;}
.blockt{
	width:410px;
	clear:both;
}
.blocktlong{
	width:410px;
	clear:both;
}
.blocktitle{
	font-size:11px;
	padding-top:6px;
	color:#fff;
	font-weight:bold;
}
.blockcnt {
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}
.hostel_menu ul {
	list-style-type: none;
}
.hostel_menu ul li {
	float:left;
	margin-left:6px;
}