﻿/* @override http://www.hamletscenen.dk/css/css.css */

@charset "utf-8";
@import url("reset.css");
@import url("menu.css");
@import url("ticker.css");

/*
*****************************************
***********  CONTAINER
*****************************************
*/

body
{
	background-color:#c53c82;
	background-color:#fff;
}

#Container
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 900px;

	position: absolute;
	width: 900px;
	height: 568px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	background-color:White;
}

#ContentContainer
{
	height: 390px;
	position: relative;
	overflow:hidden;
}

/*
*****************************************
***********  GRID
*****************************************
*/

#Header
{
	margin: 0;
	height: 198px;
	position: relative;

	background-image:url('/images/2011/topbg.jpg');
	background-repeat:no-repeat;

	z-index:999999999;
}

/*
*****************************************
***********  FOOTER
*****************************************
*/


#Footer
{
	clear: both;
	height: 92px;
	background-image:url('/images/2011/fotter.gif');
	background-repeat:no-repeat;
	position:relative;
}

#Contact
{
	position: absolute;
	display:block;
	left: 15px;
	top: 23px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;	
	font-size:10px;
	font-weight:bold;
}

#Lyt
{
	position: absolute;
	display:block;
	left: 15px;
	top: 40px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;	
	font-size:10px;
	font-weight:bold;
}

#uk-flag, #dk-flag
{
	position: absolute;
	background-repeat:no-repeat;
	right: 3px;
	top: 13px;
	width:51px;
	height:50px;
}

#uk-flag
{
	background-image:url(/images/2011/uk-flag.gif);
}

#dk-flag
{
	background-image:url(/images/2011/dk-flag.gif);
}

#uk-flag span, #dk-flag span
{
	display:none;
}

#Contact:hover
{
	text-decoration:underline;
}

#BottomInfo
{
	position: absolute;
	left:15px;
	top:73px;
	color:#FFF;
	font-weight:bold;
	font-size: 9px;
	text-transform:uppercase;
}

#BottomInfo a
{
	color:#FFF;
	text-decoration:none;
}

/*
*****************************************
***********  LOGO & TOPMENU
*****************************************
*/

#Header #Logo
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/*
*****************************************
***********  LEFT COLUMN
*****************************************
*/

#LeftColumn,
#LeftColumnBg
{
	width: 325px;
	height: 355px;
	z-index:9999;
	position:absolute;
	left:10px;
	top:35px;
}

#LeftColumnBund
{
	width: 325px;
	height: 335px;
	z-index:9999;
	position:absolute;
	left:10px;
	top:35px;
}

#LeftColumn .bund
{
	padding: 15px;
	height: 290px;
}

#LeftColumn .inner
{
	padding: 15px;
	height: 325px;
}

#LeftColumnBg
{
	z-index:999;
	background-color:#FFF;
}

.transparent {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-html-opacity: 0.8;
	opacity: 0.8;
}

#LeftColumn div h1
{
	font-size: 14px;
	margin: 10px 0 10px 0;
}

#LeftColumn div h2
{
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#LeftColumn div p
{
	margin: 10px 0 10px 0;
}

/*
*****************************************
***********  RIGHT COLUMN
*****************************************
*/


#RightColumn
{
	width: 500px;
	height: 355px;
	z-index:99;
	position:absolute;
	right:30px;
	top:35px;
}

#flash
{
	width: 500px;
	height: 355px;
	position:absolute;
	right:30px;
	top:35px;
}

#halvstor
{
	width: 550px;
	height: 390px;
	position:absolute;
	right:0px;
	top:0px;
}


#RightColumn.FullSizeBg
{
	position:absolute;
	z-index:9;
	width: 900px;
	height: 390px;
	left:0px;
	top:0px;
}
