body, html {
	background-color: #404041;
	background-image: url('../gfx/bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, 'Trebuchet MS', Arial;
	font-size: 10px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#dinnershow #frame{
	background-image: url('../gfx/dinner_show_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#konferenceevent #frame{
	background-image: url('../gfx/konference_event_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#buddhalounge #frame{
	background-image: url('../gfx/buddha_lounge_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#snowtime #frame{
	background-image: url('../gfx/snow_time_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.hvid {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

.rabat {
	font-weight: normal;
	line-height: 25px;
	color: #A90061;
}

.red {
	color: #a71e22;
}

h1, h2, p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
}
h2 {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}
ul {
	padding:0px 0px 0px 0px;
	margin: 10px 0px 0px 20px;
}
ul li {
	list-style-tykpe:square;
	font-style:italic;
}



#frame {
	height: 700px;
	width: 100%;	
}

#content {	
	width: 960px;
	height: 620px;
	margin: 0px auto;
}

#description {
	float: left;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 1.08em;
	font-weight: normal;
	position: relative;
	left: 40px;
	border: solid 0px #fff;
	width: 400px;
	height: 140px;
	color: #fff;
	line-height: 15px;
	z-index: 10000;
}

#dinnershow #description { top: 190px;}
#snowtime #description { top: 190px;}
#konferenceevent #description, #buddhalounge #description{ top: 190px;}

#booking-button { position: relative; width: 194px;}
#dinnershow #booking-button { top: 245px; left: 271px;}
#snowtime #booking-button { top: 240px; left: 271px;}
#konferenceevent #booking-button { top: 245px; left: 271px;}
#buddhalounge #booking-button { top: 244px; left: 271px;}

#flash {
	float: right;
	width: 494px;
	margin-top: 78px;
}

#footer {
	color: #545454;
	width: 960px;
	text-align: center;
	margin: 0px auto;
}

.dinnerShowButton {
position: absolute;
top: 454px;
width: 100px;
height: 35px;
display: block;
}

.konferenceButton {
position: absolute;
top: 454px;
margin-left: 100px;
width: 143px;
height: 35px;
display: block;
}

.buddhaButton {
position: absolute;
top: 454px;
margin-left: 243px;
width: 115px;
height: 35px;
display: block;
}

.snowTimeButton {
position: absolute;
top: 454px;
margin-left: 358px;
width: 86px;
height: 35px;
display: block;
}


a.dinnerShowButton span {
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
