@import "framside.css";
@import "box.css";
@import "menu.css";
@import "overnatting.css";
@import "PhotoCollection.css";
@import "guestbook.css";
@import "form.css";
html, body{
	height: 100%; }
body {
	margin-left: 218px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	color: #663300;
	background-color: #D9B46E;
	background-image: url(/gfx/leftcolumn_bg.gif);
	background-repeat: repeat-y; }
a {
	color: #993401;
	text-decoration: none; }
a:hover {
	text-decoration: underline; }
img {
	border-style: none; }
td {
	font-size: 14px; }
#leftcolumn{
	z-index: 50;
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top: 200px;
	width: 208px;
	height: 100%;
	background-color: #663300;
	background-image: url(/gfx/leftcolumn.gif);
	background-repeat: no-repeat; }
#topcolumn{
	z-index: 40;
	position: fixed;
	top: 0px;
	left: 208px;
	width: 802px;
	height: 108px;
    border-bottom: 2px solid black;
    border-right: 1px solid black;
	background-color: #663300; }
#content{
	height: 100%;
	z-index: 10;
	width: 782px;
	padding-right: 10px;
	border-right: 1px dotted #663300; }
.pagetitle{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left; }
div.language_select{
	margin-left: 10px; }
div.lang_square_on, div.lang_square_off{
	float: left;
	border: 1px solid #D9B46E;
	margin-right: 5px;
	margin-left: 10px; }
div.lang_square_off{
	background-color: transparent; }
div.lang_square_on{
	background-color: #D9B46E; }
a.language_select{
	color: #D9B46E; }
a.language_select:hover{
	text-decoration: none;
	color: white; }
