@charset "utf-8";
html {
  height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container_contact {
    padding: 10px;
    font-size: 24px;
    
	color: #333399;
}
.container_contact a {
    text-decoration: none;
	color: #333399;
}
.container_contact a img {
    width: 90%;
    
	color: #333399;
}
#container_head {
    background-image: url(/images/back_top_menu.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    height: 40px;
    width: 100%;
}
#container_photo {
    background-image: url(/images/back_main_photo.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    height: 337px;
    width: 100%;
}
#container_body {
    background-image: url(/images/back_body.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    min-height: 500px;
}
#container_footer {
    background-image: url(/images/back_footer.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    background-color: #333399;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
#container_head #top_menu {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    color: #A2B3C7;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    max-width: 980px;
}
#container_head #top_menu a {
	color: #FFFF99;
	text-decoration: none;
}
#container_photo #photo {
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 277px;
    max-width: 980px;
}
#container_photo #photo #slogon {
    float: right;
    padding-top: 28px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
#container_body #content {
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
}
#home_text {
    padding: 10px;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#table_rooms {
    padding: 0px;
    margin: 0px;
}
#table_rooms li {
    float: left;
    padding: 10px;
    width: 50%;
    list-style-type: none;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#table_rooms li img {
    float: right;
    padding-left: 10px;
}
#container_footer #footer {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    max-width: 980px;
}
#container_footer #footer p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFECE;
}
#container_footer #footer a {
	color: #FFFECE;
	text-decoration: none;
}
.container_contact {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
}



@media (max-width: 1050px) {

	
}
@media (max-width: 920px) {
#container_photo.home_photo {
    background-position: left top;
}
	
}
@media (max-width: 850px) {
#container_photo #photo #slogon {
    float: right;
    padding-top: 28px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

	
}
@media (max-width: 780px) {
#container_photo #photo #slogon {
    float: right;
    padding-top: 28px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
	
}
@media (max-width: 720px) {
#container_photo #photo #slogon {
    float: right;
    padding-top: 28px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    display: none;
}
#table_rooms li {
    float: left;
    padding: 10px;
    width: 100%;
    list-style-type: none;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home_text {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

	
}
@media (max-width: 620px) {

}
@media (max-width: 540px) {


}
@media (max-width: 480px) {

}
@media (max-width: 420px) {


	
}
