html { height: 100%; width: 100%; 
	overflow: auto; 
	overflow-y: scroll;
 }
a.nounderline:link {
	text-decoration: none;
	color: white;
}
a.nounderline:visited {
	text-decoration: none;
	color: white;
}
a.nounderline:hover {;
	text-decoration: none;
	color: white;
}
a.nounderline:active {
	text-decoration: none;
	color: white;
}
body {
	height: 100%;
	width: 100%;
	background: #000;
	color: #fff;
	font-family: Georgia, serif;
	/*-webkit-font-smoothing: antialiased;*/
}
body.admin {
	margin: 0 auto;
}


input, select, textarea {
	border: 1px solid #222;
	margin: 0.5em 0 0 0;
	padding: 2px;
	font-size: 11px;
	line-height: 13px;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
}
input.radio { border: none; }

.inline { display: inline; }
.withlabel { color: #888; }
.submit {
	border: 1px solid #330;
	background-color: #ffe;
	cursor: pointer;
}
.content { position: relative; width: 740px; margin: 0 auto; }

.transparent {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.transparent:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
span.transparent {
	display: /*\**/ inline-block\9; /* IE 8 */
	*display: inline-block; /* IE 6-7 */
}


td#left {
	width: auto;
}
td#right {
	width: auto;
}

table.greatwondertable {
	width: 100%;
	height: 100%;
	border: 0;
}
#bodydiv {
	position: relative;
	width: 740px;
	height: 517px;
}
#titlebox {
	position: absolute;
	top: 0px;
	left: 0px;
	/*height: 57px;*/
	width: 740px;
	z-index: 10;
	
	border-bottom: 1px solid #333;
	border-color: rgba(255,255,255,0.2);
	height: 56px;
}
#titlebox #applaus_title {
	position: absolute;
	top: 0px;
	left: 0px;
}
#titlebox #sagshow_title {
	position: absolute;
	top: 0px;
	left: 665px;
}
#menu {
	position: absolute;
	top: 467px;
	left: 0px;
	height: 50px;
	width: 740px;
	font-family: Georgia, serif;
	text-align: center;
	letter-spacing:0.1em;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: bottom center;
	
	/* vertical centering hack */
	display: table;
	*position: relative;
	overflow: hidden;
}
/* vertical centering hack */
#menu .middle { *position: absolute; *top: 50%; *left: 0; display: table-cell; vertical-align: middle; }
#menu .inner { *position: relative; *top: -50%; text-align: center; display: block; width: 740px; }

#content {
	width: 740px;
	height: 410px;
	position: absolute;
	top: 57px;
	left: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
#content_iehack {
	position: relative;
	width: 740px;
	height: 410px;
	overflow: auto;
}

body.huge {
	background: #000 no-repeat bottom center fixed;
}
body.huge #titlebox {
	position: fixed;
	margin: 0 auto;
	width: 100%;
	top: auto; left: auto;
	background: #000 no-repeat top center;
	background-color: rgba(0,0,0,0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1.0)), to(rgba(0,0,0,0.75)));
	background: -moz-linear-gradient(top, rgba(0,0,0,1.0), rgba(0,0,0,0.75));		
}
body.huge #menu {
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	z-index: 10;
	width: 100%;

	border-top: 1px solid #333;
	border-color: rgba(255,255,255,0.2);

	background: no-repeat top center;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);	
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1.0)), to(rgba(0,0,0,0.75)));
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1.0), rgba(0,0,0,0.75));
	
}

body.huge #content { width: 100%; padding-bottom: 50px; top: auto; left: auto; padding-top: 57px; }
body.huge #content,
body.huge #content_iehack {
	position: relative;
	height: auto;
	overflow: visible;
}





.page_padding {
	padding: 30px 40px 20px 40px;
	text-align: left;
}

h1 {
	font-size: 24px;
	text-shadow: 0px 1px 3px black;
	margin: 0.67em 0;
}
.admin h1 {
	text-shadow: 0px 1px 3px black;
	margin: 0.67em 0;
}

h2 {
	font-size: 16px;
	font-family: Georgia, serif;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0em;
	/*letter-spacing: -0.07em;*/
}
h3 {
	font-size: 13px;
	font-family: Georgia, serif;
	padding: 0;
	margin: 0;
	padding-top: 0em;
	padding-bottom: 1px;
}
h4 { margin: 0; padding: 0; font-size: 11px; }


.darkbox {
	padding: 5px;
	padding-bottom: 0.5em;
	background: url(../pix/darkpixel.png);
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	text-shadow: 0px 1px 3px black;
}
.darkbox_ie {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.darkbox_ie_content {
	position: relative;
	padding: 5px;
	padding-bottom: 1px;
	font-size: 11px;
	z-index: 3;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
}
.nopadding .darkbox , .nopadding .darkbox_ie_content,
.nopadding .whitebox {
	padding: 0;
}
.with_shadow {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 1);
}


.whitebox {
	padding: 5px;
	padding-bottom: 0.5em;
	background: #f6f6f6;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	color: #000;
	text-shadow: none;
}
.whitebox input.text, .whitebox select, .whitebox textarea {
	border-color: #999 #bbb #ddd #bbb; 
}
.whitebox select,
.groupchooser select {
	border-color: #ccc #aaa #777 #aaa;
	
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));*/
	/* ^ ikke i Safari - det ser dumt ud. */
	
	background: -moz-linear-gradient(top, #fff, #eee);
}


p {
 	margin: 1em 0 1em 0;	
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	text-shadow: 0px 0px 2px black;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	text-shadow: 0px 0px 2px black;
}

a.block:link, a.block:visited {
	padding: 3px 5px;
	text-decoration: none;
}
a.block:hover {
	text-decoration: none;
	background: black;
	color: white;
	text-shadow: none;
}
a.block:active {
	background: white;
	color: black;
}

.whitebox a:link, .whitebox a:visited { color: #000; }
.whitebox a:hover, .whitebox a:active { color: #f00; text-shadow: none; }



#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0.5em;
	text-shadow: 0px 1px 3px black;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0.5em;
	text-shadow: 0px 1px 3px black;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0 0.5em;
	text-shadow: 0px 0px 2px black;
}
#menu a:active {
	color: #FF0000;
	text-decoration: none;
	padding: 0 0.5em;
	text-shadow: 0px 0px 2px black;
}
#menu a.selected:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	text-shadow: 0px 1px 3px black;
}
#menu a.selected:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	text-shadow: 0px 1px 3px black;
}
#menu a.selected:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 0.5em;
	text-shadow: 0px 0px 2px black;
}
#menu a.selected:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	text-shadow: 0px 0px 2px black;
}


.invisible {
	display: none;
	visibility: hidden;
}
.clearer {
	clear: both;
	height: 1px;
}

.presse_thumb {
	padding: 5px 0 0 0;
	margin: 0;
	width: 225px;
	z-index: 2;
}

.submenu h4 {
	margin-top: 0.5em;
	padding: 2px 20px 2px 10px;
}
.submenu a:link , .submenu a:visited {
	display: block;
	padding: 2px 20px 2px 10px;
	text-decoration: none;
	color: white;
}
.submenu a:hover {
	background: #c00;
	text-shadow: none;
}
.submenu a:active {
	background: #fff;
	color: red;
}
.submenu a.selected:link , .submenu a.selected:visited , .submenu a.selected:hover , .submenu a.selected:active {
	background: #fff;
	color: black;
	text-shadow: none;
}
.submenu a.disabled:link , .submenu a.disabled:visited , .submenu a.disabled:hover , .submenu a.disabled:active {
	color: #666;
	background: none;
}
.submenu a.disabledselected:link , .submenu a.disabledselected:visited , .submenu a.disabledselected:hover , .submenu a.disabledselected:active {
	color: #888;
	background: #fff;
	text-shadow: none;
}


.bbestilling {
	margin: 5px;
	z-index: 5;
}
.bbestilling ul {
	list-style: none;
	margin: 0.5em 0 0 0;
	padding: 0;
}	
.bbestilling li { clear: both; }

.bbestilling label {
	position: relative;
	width: 10em;
	font-weight: bold;
	float: left;
	text-align: left;
	padding: 5px 0.5em 0 0;
	vertical-align: baseline;
}
.bbestilling .kvittering li {
	margin-top: 0.5em;
}
.bbestilling .kvittering label {
	width: 10em;
	text-align: right;
	padding: 0px 0.5em 0 0;
	vertical-align: baseline;
}

.bbestilling label.sub {
	width: auto;
	text-align: left;
	float: none;
	vertical-align: baseline;
	padding: 5px 0.5em 0 1em;
}
.bbestilling input.text {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	padding: 2px;
	border: 1px solid #ccc;
	background: #333;
	color: white;
	width: 18em;
	margin: 3px 0 1px 0;
}
.bbestilling select {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	vertical-align: baseline;
	border: 1px solid #ccc;
	background: #333;
	color: white;
	margin: 3px 0 1px 0;
}
.bbestilling textarea {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	padding: 2px;
	border: 1px solid #ccc;
	background: #333;
	color: white;
	width: 18em;
	height: 4.5em;
	margin: 3px 0 1px 0;
	overflow: auto;
}
.bbestilling input.submit {
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
	/*border: 1px solid #fff;
	background: #333;
	color: white; */
	text-align: center;
	width: 18em;
}
.bbestilling input#phone { width: 7em; margin-right: 9em; }
.bbestilling input#zip { width: 4em; margin-right: 1em; }
.bbestilling input#city { width: 10em; }
.bbestilling label#citylabel { padding-left: 0; }
.bbestilling select#date { width: 18em; }
.bbestilling select#antal { width: 7em; }
.bbestilling select#kind { margin-left: 0.5em; width: 10.5em; }

.nowrap { white-space: nowrap; }
	
.bbestilling input:focus , .bbestilling select:focus , .bbestilling textarea:focus { background-color: #444; border-color: #fff; }

.bbestilling .error {
	background: #900;
	color: #fff;
	text-shadow: none;
	padding: 2px 10px 2px 10px;
	margin: 0 -10px 0 -10px;
	border-top: 1px solid #fff;
}
#slideshow{
	background-color:#000000;
	border:1px solid #000000;
	height:340px;
	margin:150px auto 0;
	position:relative;
	width:640px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../pix/slideshow/arrowsblack.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
