/*
OVERORDNET
/*

body, 
html 
{
	height: 100%;
}







/*
TYPOGRAFI
*/

h1,
h1 p,
p h1,
td h1,
div h1,
span h1
{
	font-size:22px;
	font-weight:normal;
	font-family:times new roman;
}








/*
TEKSTLINKS
*/

#topLink a,
.tabBot a,
.tabTop a
{
	color:#bf9c3d;
	font-size:12px;
	font-family:times new roman;
	font-weight:bold;
}








/*
TABS
*/

.tabTop,
.tabBot
{
	background-image:url(/assets/top-tab.gif);
	float:right;
	margin-right:15px;
	font-size:10px;
	height:22px;
	width:88px;
	text-align:center;
}

.tabTop a
{
	display:block;
	margin-top:6px;
	text-align:center;
}

.tabBot
{
	background-image:url(/assets/bot-tab.gif);
}

.tabBot a
{
	display:block;
	margin-top:2px;
	padding-left:10px;
	padding-right:10px;
}








/*
HEADER
*/

#topLink
{
	position:absolute;
	left:80px;
	top:55px;
	z-index:10;
}

#topHeadline
{
	position:absolute;
	left:250px;
	top:55px;
	z-index:10;
	text-transform:uppercase;
}

#topHeadline h1
{
	font-size:34px;
	font-weight:normal;
	margin:0px;
}








/*
BUND
*/

#copyright
{
	position:absolute;
	left:12px;
	top:5px;
	z-index:10;
	text-align:left;
	font-size:10px;
}

#copyright p
{
	font-size:10px;
}

#worldhotels
{
	position:absolute;
	right:0px;
	top:5px;
	z-index:10;
	margin-right:-40px;
}







/*
CONTAINER
*/

#gcmsBlokTop,
#gcmsBlokBot
{
	margin-right:50px;
}

#gcmsCmsOuter
{
	width:920px;
	height:543px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-460px;
	margin-top:-260px;
}

#contentBg
{
	width:920px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-460px;
	margin-top:-260px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site-bg.png',sizingMethod='crop');
	z-index:-1;
}

#gcmsCms /*TOP CONTENT BOTTOM*/
{
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	height:520px;
}

#gcmsBlokTop,
#gcmsBlokBot
{
	clear:both;
	height:22px;
}

#gcmsAreaTop
{
	background-image:url(/assets/top-bg.gif);
	background-repeat:repeat-x;
	background-position:100% 0;
	height:115px;
	position:relative;
}

#gcmsAreaContent
{
	overflow:hidden;
	width:900px;
	height:405px;
}

#gcmsAreaContent #content_inner
{
	background-color:#b6b6b6;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	clear:both;
	width:880px;
	height:393px;
	position:relative;
	overflow:hidden;
}

#gcmsBlokBot
{
	position:relative;
}







/*
BAGGRUND IE HACK 
*/

html>body #gcmsCmsOuter
{
	background-image:url(/assets/site-bg.png);
}

html>body.newsletter #gcmsCmsOuter
{
	background-image:url(/assets/site-bg-high.png);
}

body.newsletter h1
{
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}







/*
ROOM DETAIL
*/

.textpage div#contentcontainer .template-1,
.textpage div#contentcontainer .template1-1
{
	position:absolute;
	width:318px;
	height:350px;
	bottom:-1px;
	right:60px;
	background-color:#c9c9c9;
}

.textpage div#contentcontainer .template-1_inner,
.textpage div#contentcontainer .template1-1_inner
{
	margin:35;
	margin-top:50px;
	color:#5d5d5d;
	line-height:150%;
}

.textpage div#contentcontainer .template-1_inner h1,
.textpage div#contentcontainer .template1-1_inner h1
{
	display:block;
	text-align:center;
	margin-bottom:20px;
	line-height:22px;
}