body {
	background: #e9e9e9;
	font-family: josefin sans, calibri;
	font-size: 16px;
	margin: 5px;
} 

html {
	overflow-y: scroll;
}

#page { 
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#content {
	padding-left: 10px;
}

.wrapper {
	width: 100%;
}

.header {
	width: 100%;
}

.bgphoto {
	background: url(./photos/bgphoto.jpg) no-repeat;
	width: 960px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
}

.line {
	position: relative;
	top: 55px;
	background: #a9443c;
	height: 2px;
}

.clear {
	clear: both;
}


a {
	cursor: pointer;
	transition: color .3s ease;
}

#footer .line_2 {
	position: relative;
	margin-top: 10px;
	background: #a9443c;
	height: 2px;
}

#footer {
	text-align: center;
	font-size: 12px;
	fo//nt-variant: small-caps;
	letter-spacing: 1px;
	color: grey;
	padding: 5px;
}

#bar {
	width: 960px;
	height: 116px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#bar .left {
	float: left;
	width: 130px;
	height: 116px;
	pa//dding: 1px 0 0 7px;
}

#bar img {
	position: absolute;
}

#bar .middle {
	height: 116px;
}

#bar .top {
	padding-top: 19px;
	height: 35px;
}

#bar .home {
	position: relative;
	float: left;
	display: block;
	height: 22px;
	width: 400px;
	padding: 5px;
	fo//nt-weight: 400;
	fo//nt-style: italic;
	margin: 0 5px 0 0;
}

#bar .home a {
	padding: 0 6px 9px 6px;
	font-size: 20px;
	fo//nt-variant: initial;
	letter-spacing: 1px;
	color: #575757;
	text-decoration: none;
}

#bar .home a:hover {
	background: url(./gfx/line2.png) repeat-x;
	color: black;
}

#bar .languages {
	position: relative;
	float: right;
	display: block;
	width: 130px;
	height: 22px;
	padding: 5px;
	margin: 0 5px 0 0;
}

#bar .languages a {
	position: relative;
	float: right;
	display: block;
	width: 15px;
	height: 22px;
	padding: 9px 6px 0 6px;
	
	font-size: 11px;
	co//lor: #22280b;
	color: #575757;
	text-decoration: none;
}

#bar .languages a:hover {
	background: url(./gfx/line2.png) repeat-x;
	color: black;
}

#menu {
	margin-top: -1px;
}

#menu li {
	list-style: none;
	float: left;
}

#menu li a {
	position: relative;
	z-index: 3;
	
	display: block;
	float: left;
	padding: 0 23px;
	height: 28px;
		
	line-height: 30px;
	fo//nt-variant: small-caps;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	co//lor: #22280b;
	color: #575757;
}

#menu li a:hover {
	background: url(./gfx/line.png) repeat-x;
	color: black;
}

#c_history { display: none; }
#c_place { display: none; }
#c_rooms { display: none; }
#c_sport { display: none; }
#c_photos { display: none; }
#c_contact { display: none; }
