@charset "utf-8";
/* CSS Document */

body {
	background-color: #F0F9DA;
	background-image: url(../img/head_loop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d341a;
	}

.clearer {
	clear: both;
	}

#container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	}

#header {
	background-image: url(../img/head.jpg);
	width: 960px;
	height: 285px;
	}
	
#lang-de a {
	width: 26px;
	height: 40px;
	float: left;
	}

#lang-en a {
	width: 26px;
	height: 40px;
	margin-left: 10px;
	float: left;
	}

#lang-hu a {
	width: 26px;
	height: 40px;
	margin-left: 10px;
	margin-left: 55px;
	float: left;
	}	
	
#menu-container {
	background-image: url(../img/tema_head.jpg);
	width: 960px;
	height: 118px;
	}

#menu-cafe a {
	background-image: url(../img/cafe_off.jpg);
	width: 83px;
	height: 31px;
	float: left;
	margin-left: 360px;
	margin-top: 65px;
	}

#menu-cafe-select a {
	background-image: url(../img/cafe_on.jpg);
	width: 83px;
	height: 31px;
	float: left;
	margin-left: 360px;
	margin-top: 65px;
	}

#menu-cafe a:hover {
	background-image: url(../img/cafe_on.jpg);
	}
	
#menu-apartements a {
	background-image: url(../img/apartements_off.jpg);
	width: 154px;
	height: 31px;
	float: left;
	margin-top: 65px;
	}

#menu-apartements a:hover {
	background-image: url(../img/apartements_on.jpg);
	}

#menu-apartements-select a {
	background-image: url(../img/apartements_on.jpg);
	width: 154px;
	height: 31px;
	float: left;
	margin-top: 65px;
	}

#content {
	background-image: url(../img/bg_loop.jpg);
	width: 560px;/*960*/
	height: auto;
	padding: 5px 200px  30px 200px;
	text-align: justify;
	line-height: 140%;	
	}

#content a {
	color: #ff4800;
	text-decoration: none;
	}