/******************************************************************************
 *
 *    CSS-Boxen bzw. DIV-Container
 *
 ******************************************************************************/

div {
	margin: 0px;
	padding: 0px;
}

div#page {
	position: relative;
	top: 243px;
	left: 0px;
	width: 925px;
	height: 578px;
	color: #313C73;
	background: #ffe0b2 url("../images/bg_page.gif") right no-repeat;
	text-align: left;
}

div#head-de , div#head-en {
	position: absolute;
	top: -243px;
	left: 0px;
	width: 927px;
	height: 243px;
}

div#head-de {
	background: url("../images/bg_head_de.jpg") no-repeat;
}

div#head-en {
	background: url("../images/bg_head_en.jpg") no-repeat;
}

div#logo {
	position: absolute;
	top: 36px;
	left: 339px;
	width: 534px;
	height: 57px;
	background: url("../images/bg_logo.gif") no-repeat;
}

div#box-1 {
	padding-top: 36px;
	width: 339px;
	background: url("../images/bg_box-1.gif") top left no-repeat;
}

div#lang {
	position: absolute;
	top: -90px;
	left: 80px;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

div#lang a {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

div#angebote-box-de , div#angebote-box-en {
	width: 339px;
	height: 204px;
}

div#angebote-box-de {
	background: url("../images/bg_angebote-box-de.gif") no-repeat;
}

div#angebote-box-en {
	background: url("../images/bg_angebote-box-en.gif") no-repeat;
}

div#impressionen-box-de , div#impressionen-box-en {
	width: 339px;
	height: 179px;
}

div#impressionen-box-de {
	background: url("../images/bg_impressionen-box-de.gif") no-repeat;
}

div#impressionen-box-en {
	background: url("../images/bg_impressionen-box-en.gif") no-repeat;
}

div#sub-menu-box-de  , div#sub-menu-box-en {
	width: 339px;
	height: 179px;
}

div#sub-menu-box-de {
	background: url("../images/bg_sub-menu-box-de.gif") no-repeat;
}

div#sub-menu-box-en {
	background: url("../images/bg_sub-menu-box-en.gif") no-repeat;
}

div#reservierung-box-de  , div#reservierung-box-en {
	width: 339px;
	height: 237px;
}

div#reservierung-box-de {
	background: url("../images/bg_reservierung-box-de.gif") no-repeat;
}

div#reservierung-box-en {
	background: url("../images/bg_reservierung-box-en.gif") no-repeat;
}

div#angebote-box-de a   , div#impressionen-box-de a   , div#reservierung-box-de a ,
div#angebote-box-en a   , div#impressionen-box-en a   , div#reservierung-box-en a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	background: none;
}

div#content {
	position: absolute;
	top: 90px;
	left: 339px;
	padding: 0px 20px 0px 15px;
	width: 500px;
	height: 485px;
	line-height: 140%;
	color: #333;
	border: solid 0px red;
	background: url("../images/bg_content.gif") no-repeat;
	overflow: auto;
}

div#foot {
	position: absolute;
	top: 821px;
	left: 339px;
	width: 583px;
	height: 79px;
	background: url("../images/bg_foot.gif") right no-repeat;
}

div.image_gallery_thumb {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: solid 1px #cdcdcd;
	background: #fefefe;
	float: left;
}

div.image_gallery_thumb a {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 100px;
}

div.image_gallery_picture {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.image_gallery_picture img {
	margin: 0px;
	padding: 5px;
	border: solid 1px #cdcdcd;
	background: #fefefe;
}

