@charset "ISO-8859-1";


/*
Allgemeine Formate
*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS,Helvetica,Arial;
	font-size: 10pt;
	color: #1E1E1E;
	background-color: #E6EFF7;
}
div.root {
	width: 660px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
div.menu,
div.footer {
	width: 100%;
	height: 38px;
}
div.menu {
	margin-bottom: 20px;
}
#menuborder-le,
#menuborder-ri,
#footborder-le,
#footborder-ri {
	width: 10px;
	height: 38px;
	background-repeat: no-repeat;
	float: right;
}
#menuborder-le {
	background-image: url(../images/menu-round-le.png);
	background-position: top left;
}
#menuborder-ri {
	background-image: url(../images/menu-round-ri.png);
	background-position: top right;
}
div.content {
	width: 660px;
	background-color: #FFF;
	clear: both;
}
#contentborder-top,
#contentborder-bot {
	width: 660px;
	height: 10px;
	background-image: url(../images/content-round-top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#contentborder-top {
	background-image: url(../images/content-round-top.png);
}
#contentborder-bot {
	margin-bottom: 20px;
	background-image: url(../images/content-round-bot.png);
	clear: both;
}
#footborder-le {
	background-image: url(../images/foot-round-le.png);
	background-position: top left;
}
#footborder-ri {
	background-image: url(../images/foot-round-ri.png);
	background-position: top right;
}
div.base {
	width: 100%;
	height: 50px;
	background-color: #1E1E1E;
	overflow: hidden;
	clear: both;
}
#base {
	height: 400px;
}
div.image,
div.baseimage {
	line-height: 0;
}
div.image {
	margin: 0 10px 10px 10px;
}
div.baseimage {
	margin: 0 10px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
div.formfloat,
div.form {
	padding: 2px 4px;
}
div.formfloat {
	float: left;
}
div.infofloat,
div.info {
	margin-top: 50px;
}
div.infofloat {
	width: 25em;
	float: left;
}
div.info {
	margin-left: 25.9em;
	border-left: 1px dotted #9FA7AC;
}
div.impress p {
	margin-right: 0.9em;
	margin-left: 0.9em;
}
.impress ul {
	color: #000;
}
p.text, h1, h2, h3, h4 {
	margin: 0 0.9em;
	font-size: 1.1em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.4em;
}
.impress h1,
h2 {
	font-size: 1.5em;
	text-align: center;
}
h4 {
	font-size: 1em;
	line-height: 1.2em;
}
.impress h2 {
	font-size: 1.4em;
	text-align: left;
}
.impress h3,
.impress h4 {
	margin-top: 1.4em;
	margin-bottom: 1em;
}
p.note {
	margin: 0 1.0em;
	color: #FFF;
	font-size: 1.0em;
}
p.menucontent,
p.footcontent {
	height: 38px;
	margin: 0;
	padding: 0 0.6em;
	text-align: right;
	float: right;
}
p.menucontent {
	background-color: #4BCAEB;
	line-height: 2.9em;
}
p.footcontent {
	background-color: #1E1E1E;
	line-height: 3.5em;
}
.light {
	color: #9FA7AC;
}
.white {
	color: #FFF;
}
span.point {
	color: #00AAD4;
	font-size: 1.1em;
}
span.important {
	text-decoration: underline;
}
span.list {
	color: #1E1E1E;
	font-size: 1.15em;
}


/*
Tabellen
*/

table {
	width: 640px;
	margin: 0 10px;
	table-layout: fixed;
	border-collapse: collapse;
}
table#area {
}
table#price {
	table-layout: fixed;
}
table#show {
}
td {
	padding: 0;
	white-space: normal;
}
td.image {
	line-height: 0;
}
#price td {
	height: 2.0em;
	padding: 5px 0;
	border-right: 1px dotted #9FA7AC;
	font-size: 1.1em;
	text-align: center;
}
#area td {
	height: 60px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #9FA7AC;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#area td.blank {
	background-color: #FFF;
}
#show td {
	padding: 0 0 10px 0;
	vertical-align: top;
}
#price .right {
	border: none;
}
#price .seasonCell {
	border: 0;
	padding-top: 16px;
	text-transform: uppercase;
}
ul {
	margin: 0 1.8em;
	padding: 0 8px;
	font-size: 1.0em;
	color: #9FA7AC;
	list-style-type: disc;
}
ul.second {
	margin: 0;
}
li {
	line-height: 1.5em;
}
.priceList li {
	margin-bottom: 8px;
	line-height: 1.5em;
}
.taxList li {
	margin-bottom: 4px;
	color: #9FA7AC;
	font-size: 1.15em;
	line-height: 1.5em;
}

/*
  Links
*/

a {
	font-family: Trebuchet MS,Helvetica,Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #9FA7AC;
	outline: 0;
}
.menu a,
.footer a {
	font-size: 1.2em;
}
.text a {
	font-size: 1.1em;
}
.menu a {
	color: #3063AF;
}
.footer a {
	color: #FFF;
}
#area a {
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #3C3C3C;
}
a:hover {
	color: #FF4C70;
}
.menu a:hover {
	color: #FFF;
}
a:active {
	color: #1E1E1E;
}
#construct {
	text-decoration: line-through;
}
span#toggle {
	font-family: Trebuchet MS,Helvetica,Arial;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#toggle:hover {
	color: #FF4C70;
}
#toggle:active {
	color: #1E1E1E;
}

/*
Deko
*/

div#vase {
	width: 270px;
	height: 534px;
	background-image: url(../images/vase-index.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: -3px;
	left: -250px;
}
div#keys {
	width: 76px;
	height: 173px;
	background-image: url(../images/keys.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	right: -70px;
	bottom: 35px;
}


/*
Kalender
*/

button.calendar {
	height: 22px;
	width: 21px;
	margin: 1px 10px 0 3px;
	background-image: url(../images/button-calendar.png);
	border: 0;
	outline: 0;
	float: left;
	cursor: pointer;
}
div.calendar {
	background: url(../images/calendar.png);
	height: 187px;
	padding: 0 2px;
	text-align: center;
	width: 161px;
}
div.calendar * {
	margin: 0;
	padding: 0;
}
div.calendar div {
	background: none !important;
	cursor: move;
	height: 176px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 161px;
}
div.calendar caption {
	color: #333;
	font: bold 12px Trebuchet MS, Helvetica, sans-serif;
	padding-top: 1px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 10px;
	width: 23px;
}
div.calendar caption a.prev {
	background-image: url(../images/calendar-prev.png);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(../images/calendar-next.png);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 100%;
}
div.calendar caption span {
	/*height: 25px;*/
	line-height: 18px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}
div.calendar table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 161px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #1E1E1E;
	font: normal 12px Trebuchet MS, Helvetica, sans-serif;
	height: 23px;
	line-height: 18px;
	text-align: center;
	width: 23px;
}
div.calendar th {
	color: #808A94;
	height: 15px;
}
div.calendar td {
	background: url(../images/calendar-td.png);
	color: #FFF;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url(../images/calendar-valid.png);
	color: #1E1E1E;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url(../images/calendar-hilite.png);
}
div.calendar td.inactive {
	background: url(../images/calendar-td.png) 0 100%;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(../images/calendar-valid.png) 0 100%;
	color: #FFF;
	cursor: pointer;
}


/*
Formulare
*/

form {
	margin: 0px 10px;
}
input, select, textarea {
	background-color: #FFF;
	border: 1px dotted #9FA7AC;
	padding: 3px 0px 3px 2px;
	vertical-align: middle;
}
select {
	padding: 2px 0;
}
textarea {
	padding: 3px 0px 3px 3px;
}
input.button {
	width:120px;
	margin-top: 1px;
	padding: 4px 10px;
	background-color:#9FA7AC;
	color:#1E1E1E;
	outline: 0;
}
input:disabled {
	background-color: #E6EFF7;
	border-color: #FFF;
	color: #9FA7AC;
	cursor: not-allowed;
}


/*
Slimbox
*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #1E1E1E;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
