html,body{
	height: 100%;
}

body{
	background-image:url('../images/bg.png');
	background-repeat: repeat-x;
}

#content{
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	min-height: 560px;
	position: relative;
}

#top{
	/*background-color: #fffff0*/;
	height:125px;

}

#logo{
	width: 233px;
	background-color: #fff;
	float: left;
}

#lang{
	text-align: right;
}


	/* MENU */
	#menuHolder{
		padding-top: 40px;
	}
	
	#menuHolder a{
		color: #000;
		text-decoration: none;
	}
	
	#menuHolder h1{
		padding: 0;
	}

	#menuHolder, #topmenu{
		height: 30px; /*26*/
	}

		#topmenu ul {
			/*margin: 3px 0 0 0;*/ /*4*/
			float: left;
			/*padding-top: 1px;*/
		}
		
/* Suckerfish menus */
			#nav, #nav ul {
				padding: 0;
				margin: 0;
				list-style: none;
				border-left: 1px dotted #000;
			}

			#nav a {
				color: #000;
				display: block;
			}

			#nav li {
				font-family: Century Gothic, Verdana;
				font-size: 10,5pt;
				float: left;
				height: 17px;
				line-height: 17px;
				border: 0;
				border-right: 1px dotted #000;
				color: #fff;
				}
			
			#nav li:hover{
				color: #fff;
				background-color: #8d1174;
			}

			#nav li a:hover{
				color: #fff;
			}
			
			#nav li ul li {
				font-family: Verdana;
				height: 22px;
				width: 190px;
				line-height: 18px;
				border: 0;
				color: #000;
				background-color: #fff;
			}
			
			#nav li ul {
				margin-left:-1px;
				position: absolute;
				width: 190px;
				left: -999em;
				margin-top: 0;
				background: #fff;
				border: 1px dotted #000;
				border-top-width: 0px;
				z-index: 10000;
				padding: 0 4px;
			}
					
			#nav li:hover ul, #nav li.sfhover ul {
				left: auto;
			}
			
			#nav li ul li.first {
				padding-top: 8px;
			}

			#nav li ul li.last {
				padding-bottom: 4px;
			}
			
			#nav li ul li a {
				font-size: 10px;
				padding: 2px 4px;
				width: auto;
			}
			
			#nav li ul li a:hover {
				color: #fff;
				background-color: #8d1174;
			}
			
			/* Colors for inactive items */
			#nav li ul li a.notplaying {
				color: #777;
			}
			
			#nav li ul li a.notplaying:hover {
				color: #a0a0a0;
				background-color: #777;
			}
			
			
			/* Set widths for top-level items */
			#nav-Forestillinger a { width: 140px; }
			#nav-Teatret a { width: 80px; }
			#nav-Billetter a { width: 100px; }
			#nav-Anmelderkorps a { width: 100px; }
			
			/* Apply bullet graphic on left side of top-level items */
			#nav-Forestillinger a,
			#nav-Teatret a,
			#nav-Billetter a,
			#nav-Anmelderkorps a {
				padding-left: 18px;
				/*background: #fff url(../img/topnav-bullet_purple.gif) 0 8px no-repeat;*/
			}
			
			
/* End Suckerfish */

#footer{
	position: relative;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	width: 910px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	height: 30px;
	top: 0px;
}


#main{
	position: absolute;
	min-height:650px;
	font-family: Verdana;

}

#pagetitle{
	font-size: 20px;
	text-transform: uppercase;
}

#submenu{
	width: 233px;
	min-height: 300px;
	float: left;
	padding-top: 10px;

}

#submenu ul {
	font-size: 12px;
	width: 210px;
	border-style: dotted;
	border-width: 1px 0px 0px;
	line-height: 25px;
	vertical-align: middle;
}

#submenu ul li{
	height: 25px;
	border-style: dotted;
	border-width: 0px 0px 1px;
	vertical-align: middle;
}

#main-content{
	float:left;
	width: 640px;
	background-image: url('../images/shadow.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top left;
	min-height: 600px;
	padding: 0px 25px 25px;	
	font-size: 12px;
}

#main-content h1{
	font-size: 20px;
}

#frontcontent{
	min-height: 433px;
	width: 910px;
	position: absolute;
	top: -20px;
}

#front-image{
	position: absolute;
	border: 1px solid #ccc;
	float: left;
	width: 628px;
}

#campaign1{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	position: absolute;
	width: 270px;
	right: 0px;
	height: 165px;
	padding-bottom: 10px;
}


#campaign1 a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 100%;
}

#campaign1 span{
	position: absolute;
	bottom: 9px;
	left:1px;
	padding: 5px 5px 5px;
	line-height: 20px;
	width: 260px;
	background-image: url('../images/white-bg.png');
}

#campaign2{
	/*clear: both;*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;

	position: absolute;
	right: 0px;
	top: 180px;
	width: 270px;
	height: 165px;
	padding-bottom: 10px;
}

#campaign2 span{
	position: absolute;
	bottom: 10px;
	left:2px;
	padding: 5px 5px 5px;
	line-height: 20px;
	width: 259px;
	background-image: url('../images/white-bg.png');
}

#campaign2 a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 100%;
}

.campaign-border-img{
	border: 1px solid #ccc;
}

.campaign-arrow{
	position: absolute;
	border: 0px;
	bottom: 8px;
	right: 3px;
}


#front-links{
	position: absolute;
	top: 360px;
	width: 940px;
	/*float: left;*/
}

.links{
	width: 640px;
	float: left;
}

.link-title{
	width: 634px;
	font-size: 12px;
	font-weight: bold;
}

.link-text{
	width: 634px;
	font-size: 12px;
}

.link-item{
	width: 634px;
	color: #ccc;
	font-size: 12px;	
}

.link-item a{
	color: #a90b89;
}

.fb-logo{
	/*float:left;*/
	position: absolute;	
	right: 175px;
	border: 1px dotted #ccc;
	border-top: 0px;
	border-bottom: 0px;
	color: #ccc;
	font-size: 12px;
	width: 123px;
}

.fb-logo img{
	padding-left: 3px;
	padding-right: 3px;
	float:left;
}

.kraeft-logo{
	position: absolute;
	text-align: center;
	right: 30px;
	height: 33px;
	/*float: left;*/
	width: 143px;
	border-right: 1px dotted #ccc;
}

#footer a{
	color:#525252;
}

#payoff{
	position: fixed;
	bottom: 0;
	right: 0;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
