
/*******************************
clear css
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, ol, ul, li, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* reset styles */
* {
	padding: 0;
	margin: 0;
}

li { list-style: none; }

img { border: none; }

hr {
	margin: 0;
	padding: 0;
	border: 0;
}

/* - remember to define focus styles! */
:focus { outline: 0; }

.clear { clear: both; }

/*
clear css
*******************************/


/*******************************
setup styles
*******************************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background: #cbcbcb;
}
html {overflow: -moz-scrollbars-vertical !important;}
html {height: 100%; margin-bottom: 1px;}



/*******************************
h1, h2, h3, h4, h5, h6, p, em, strong, hr
*/

h1, .Search_CSSName_Results {
	font-size: 2em;
	line-height: 1;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

h2 {
	font-size: 1.65em;
	margin: 0 0 0.95em 0;
	line-height: 1.16em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0 0 1em 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0 0 1.25em 0;
}

h5 {
	font-size: 1em;
	margin: 0 0 1.5em 0;
}

h6 { font-size: 1em; }

p { margin: 0 0 1em 0 }

em {
	font-style: italic;
	margin: 0 0 1.5em 0;
}

strong {
	font-weight: bold;
	margin: 0 0 1.5em 0;
}

hr {
	color: #fff;
	border-top: 1px solid #bcbcbc;
}

hr.noshade  {
	color: #fff;
	border-top: 1px solid #7cc343;
	display:block;
	margin:20px 0 20px 0;
}

/*
h1, h2, h3, h4, h5, h6, p, em, strong, hr
*******************************/

/*******************************
Link styles
*/
a, a:visited {
	color: #7cc343;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/*
Link styles
*******************************/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 135px;
	display: block;
	float: none;
	background: url(/files/layout/header-bg-with-logo.jpg) no-repeat;
	overflow: hidden;
	margin: 20px 0 0 0;
}

#header-emptybox {
	width: 640px;
	display: inline;
	float: left;
	height: 106px;
}

#topnav {
	width: 300px;
	display: inline;
	float: left;
	padding: 20px 0 20px 0;
	font-size: 11px;
}

#topnav li {
	display: inline;
	float: left;
}

#topnav a {
	padding: 0 10px;
	border-right: 1px solid #666;
	color: #bebebe;
}

#topnav a:hover { color: #fff; }


#mainnav {
	position:absolute;
	top:126px;
	width: 960px;
	height: 29px;
	display: block;
	float: none;
	background: url(/files/layout/mainnav-bg.jpg) no-repeat;
	overflow: hidden;
	clear:both;
}

#mainnav .spacer { margin: 5px 0 0 20px; }

#mainnav div {
	display: inline;
	float: left;
}


.Search_CSSName_PageNav, .Search_CSSName_PageNavOn{
padding:5px;
font-weight:bold;
}

.ArticleGroup_none_Date {
font-size:11px;
line-height:15px;
color:#999999;
}

.ArticleGroup_none_Headline a, .Search_CSSName_Headline {
font-size:14px;
font-weight:bold;
}

.ArticleGroup_none_Headline {
font-size:14px;
font-weight:bold;
}

.ArticleGroup_none_HeadlineSub {
font-weight:bold;
display:block;
padding:3px 0 3px 0;
font-size:11px;
line-height:15px;
}

.ArticleGroup_none_Ingress { 
display:block;
padding:3px 0 10px 0;
font-size:11px;
line-height:15px;
}

.ArticleGroup_none_ReadMore a {
font-size:12px;
font-weight:bold;
background: url(/files/layout/greenarrow.gif) no-repeat 1px 7px ;
margin:0 0 20px 0px;
padding:0 0 0 10px;
display:block;
width:50px;
}


.middle-text ul {
padding:2px 0 20px 0;
}

.middle-text li {
display:list-item;
list-style-type:disc;
padding:2px 5px 2px 5px;
margin: 0 0 0 20px;
}


#mainnav a, #mainnav font {
	padding: 7px 10px 7px 10px;
	border-left: 1px solid #212121;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
}

#mainnav a:hover { background: #7cc343; }

#mainnav #last {
	height: 29px;
	border-left: 1px solid #212121;
	margin: -5px 0 0 0;
}

#content {
	width: 960px;
	display: block;
	float: none;
	margin: 10px 0 0 0;
	background: url(/files/layout/content-bg.jpg) repeat-y;
}

#content2 {
	width: 960px;
	display: block;
	float: none;
	margin: 10px 0 0 0;
	background:#FFFFFF;
}



#left {
	width: 199px;
	display: inline;
	float: left;
}

#search {
	width: 189px;
	height: 34px;
	background: url(/files/layout/search-bg.jpg) no-repeat;
	padding: 10px 0 0 10px;
	border-bottom: 1px solid #bcbcbc;
}

#search .inputbg {
	background: url(/files/layout/search-input-bg.jpg) no-repeat;
	border: 0;
	height: 18px;
	width: 120px;
	margin: 0;
	padding: 0;
}

#search .button {
	background: url(/files/layout/search-submit.jpg) no-repeat;
	width: 39px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#subnav {
	width: 199px;
	display: block;
	background: #f6f6f6;
}

#subnav a, #subnav font {
	padding: 6px 10px 6px 30px;
	color: #000;
	display: block;
	background: url(/files/layout/subnav-arrow.jpg) no-repeat;
	background-position: 10px center;
	border-bottom: 1px solid #bcbcbc;
}

#subnav a:hover { color: #999; }

#subnav .MenuItemLevel3 { }

#subnav .MenuItemLevel4 a {
	padding-left:0;
	font-size:11px;
	/*background-position: 30px center;*/
	background-image:none;
	background-color:#dcdcdc;
	line-height:1.3em;
}

#subnav .MenuItemLevel4 a, #subnav .MenuItemLevel4OnActive a {
	padding-left:30px;
	font-size:11px;
	padding:4px 10px 4px 30px;
	background-image:none;
	line-height:1.3em;
	/*background-position: 30px center;*/
}

#subnav .MenuItemLevel3OnActive a { color:#fff; }

#subnav .MenuItemLevel4OnActive a, #subnav .MenuItemLevel3OnActive a { color:#7cc343; }

.headline {
	width: 189px;
	height: 32px;
	background: url(/files/layout/headline-bg.jpg) no-repeat;
	padding: 12px 0 0 10px;
}

.black-textbox {
	width: 179px;
	padding: 10px;
	background: #000;
	color: #999;
}

.textbox {
	width: 179px;
	padding: 10px;
	display: block;
}

.textbox img {
	padding: 0 7px 0 0;
	display: inline;
	float: left;
	vertical-align: middle;
}

.newsletter-inputbg {
	background: url(/files/layout/newsletter-input-bg.gif) no-repeat;
	border: 0;
	height: 23px;
	width: 113px;
	margin: 0 10px 0 0;
	padding: 7px 5px 0 5px;
	display: inline;
	float: left;
}

.newsletter-button {
	background: url(/files/layout/newsletter-submit.gif) no-repeat;
	width: 37px;
	height: 37px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}


.MailList_newsletter_Text {
padding:0 0 5px 0;
}

.MailList_newsletter_Message {
padding:0 0 5px 0;
color:#7cc343;
}

#middle {
	width: 560px;
	display: inline;
	float: left;
	padding: 0 1px 0 1px;
	overflow: hidden;
}

#middle2 {
	width: 760px;
	display: inline;
	float: left;
	padding: 0 0 0 1px;
	overflow: hidden;
}

#middle3 {
	width: 960px;
	display: block;
	padding: 0 0 0 0;
	overflow: hidden;
}

.middle-text {
	padding: 20px;
}

.leftbox {
	display: inline;
	float: left;
	width: 260px;
}

.leftbox .top {
	width: 220px;
	height: 98px;
	margin: 0 auto;
}

.leftbox .bottom {
	width: 205px;
	height: 43px;
	background: url(/files/layout/middle-left-boxbottom.jpg) no-repeat;
	margin: 0 auto;
	padding: 2px 0 0 15px;
}

.rightbox {
	display: inline;
	float: right;
	width: 260px;
}

.rightbox .top {
	width: 220px;
	height: 98px;
	margin: 0 auto;
}

.rightbox .bottom {
	width: 205px;
	height: 43px;
	background: url(/files/layout/middle-left-boxbottom.jpg) no-repeat;
	margin: 0 auto;
	padding: 2px 0 0 15px;
}

#right {
	width: 199px;
	display: inline;
	float: left;
}

#top-right {
	width: 189px;
	height: 29px;
	background: url(/files/layout/top-right-bg.jpg) right no-repeat;
	padding: 15px 0 0 10px;
	border-bottom: 1px solid #bcbcbc;
}

#top-right h3 {
	padding: 0;
	margin: 0;
}

#adress {
	font-size: 14px;
	color: #919191;
	line-height: 1.3;
	font-weight: bold;
}

#footer {
	width: 930px;
	height: 41px;
	padding: 5px 15px 0 15px;
	display: block;
	float: none;
	background: url(/files/layout/footer-bg.jpg) no-repeat;
	overflow: hidden;
	color: #bebebe;
	font-size: 10px;
	margin: 0 0 20px 0;
}

#footercontent {
	background: url(/files/layout/footer-fade-top.png) #fff left top repeat-x;
	padding:20px 0 0 0;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.2;
}
	#footercontent hr {
	color:#7cc343;
	height:1px;
	border-top: 1px solid #7cc343;
	}
		
	#footercontent ul   {
	padding:0 0 30px 0;
	}
	
	#footercontent .main  {
	padding:0 0 10px 9px;
	margin:0 0 10px 0;
	display: block;
	width:150px;
	float:left;
	border-left:1px #efefef solid;
	}
	
		#footercontent ul ul   {
		padding:0 5px 0 0;
		margin:0;
		}
		
		#footercontent ul ul li   {
		border-bottom:1px solid #ccc;
		padding:2px 0 2px 0;

		}
		
		#footercontent ul ul .first {
		border-bottom:1px solid #7cc343 ;
		font-weight:bold;
		font-size:11px;
		padding:2px 0 2px 0;
		margin:0 0 4px 0;
		}	
		
		#footercontent ul ul .last {
		margin:0 0 10px 0;
		}	
		
		#footercontent a {
		color:#333333;
		}
	
		#footercontent a:hover {
		color:#7cc343;
		}
	
	
	#footercontent ul .first {
		border-left:1px #ffffff solid;
	}
	
	#footerlogo {
	text-align:center;
	background: url(/files/layout/footer-fade-bottom.png) #fff left bottom repeat-x;
	padding:20px 0 20px 0;
	
	}

#footer a { color: #7cc343; }

fieldset {
	border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
	width:200px;
}

.textfield {
	margin:0px;
	padding:1px 0 0 20px;
	height:20px;
	border:solid 0 #fff;
	background: transparent url(/files/layout/searchtextfield_bg.gif) no-repeat;
	width:105px;
	line-height:25px;
}

fieldset>input.textfield { background: transparent url(/files/layout/searchtextfield_bg.gif) no-repeat; }

.submitsearch {
	margin:0px;
	padding:0;
	height:20px;
	border:solid 0 #fff;
	background: transparent url(/files/layout/searchsubmit_bg.gif) no-repeat;
	width:52px;
	line-height:25px;
}


.book-button {
	background-color: #7DC245;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 2px 0;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
	width: 95px;
    height: 25px;
	background: transparent url(/files/layout/booking-submit.gif) no-repeat center top;
}


.book-button:hover {
	background-color: #7DC245;
  	background: transparent url(/files/layout/booking-submit-hover.gif) no-repeat center top;
}

	

.booking-line {
border-bottom:1px solid #efefef;
}

div.booking_sort {
display:block;
float:left;
background:#f7f7f7;
height:70px;
padding:5px;
line-height:70px;
font-size:13px;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
color:#666666;
width:400px;
}


.description-ico {
display:block;
float:left;
background:#f7f7f7;
height:70px;
padding:5px;
line-height:70px;
}

.search-ico {
display:block;
float:left;
background:#f7f7f7;
height:70px;
padding:10px 5px 0px 5px;
line-height:70px;
width:60px;
vertical-align:middle;
}



table.bookinglist {
}

.bookinglist td img {
vertical-align: middle;
padding:0 5px 0 0;
}
.bookinglist tr {
    background: none repeat scroll 0 0 #ffffff;
}

.bookinglist tr:hover {
    background: none repeat scroll 0 0 #f7fbf4;
}

.bookinglist .nohover:hover {
    background: none repeat scroll 0 0 #ffffff;
}

td.bookinglist_group {
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
}
td.bookinglist_header {
	font-weight:bold;
	border-bottom:1px solid #000000;
}		

td.bookinglist_item_name {
	font-weight:bold
}		

td.bookinglist_item_icon {
width:60px;
text-align:right;
}	

td.bookinglist_item_name span {
	color:#CCCCCC;
}		

/*
	div.bookinglist_item_name_headline {
		vertical-align:top;
		font-weight:bold;
	}		
	div.bookinglist_item_name_info {
		vertical-align:top;
	}		
*/
td.bookinglist_item_date {

}		
td.bookinglist_item_place {
}		
td.bookinglist_item_seat_0 {

	font-weight:bold;
	color:#ff0606;
}		
td.bookinglist_item_seat_1 {

	font-weight:bold;
	color:#000;
}		
td.bookinglist_item_submit {
	padding:5px 0 5px 0;
	text-align:right;
}		
td.bookinglist_item_info {
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #d5d5d5;
}		

div.footerlink {
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}


.b-inactive {
color:#FF0000;
}


.vkursdesc {
float:left;
width:200px;
font-weight:bold;
}

.vkursfact {
float:left;
width:300px;
font-weight:normal;
}


.fakturering {
float:left; 
width:100px; 
padding:5px 5px 5px 0;
}


.fakturering2 {
float:left; 
width:100px; 
padding:5px 5px 5px 0;
}


#booking_info_wrapper {
	width:920px;
	display:block;
}

.leftarea {
	width:240px;
	background-color:#efefef;
	display:block;
	margin:0 20px 50px 0;
	float:left;
	padding: 0 0 10px 0;
}

.toparea {
	width:100%;
	padding: 5px 0px 5px 0px;
	background-color:#efefef;
	display:block;
	margin:0 0 20px 0;
}

.toparea div {
	display:inline;
	margin: 0 5px 0 5px;
}

.toparea .eventname {
	color:#000000;
	font-weight:bold;
}

.rightarea {
	width:658px;
	background-color:#fff;
	display:block;
	float:left;
	border: #999 solid 1px;
	margin-bottom:20px;
}

.leftheader {
	background-color:#999999;
	display:block;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
}

.rightheader {
	background-color:#999999;
	padding: 5px 5px 5px 10px;
	display:block;
	color:#FFFFFF;
}

.leftcontent {
	padding: 5px 5px 5px 5px;
	display:block;
	color:#000;
}

.rightcontent {
	padding: 10px;
	display:block;
	color:#000;
}


.rightcontent h4 {
padding:0;
margin:0;
font-weight:bold;
color:#666666;
}

.event_facts {
	display:block;
	float:right;
	padding:10px;
	width:110px;
}

.event_facts1 {
	display:block;
	float:right;
	padding:10px;
	width:210px;
}
.altfakt {
display:block;
width:590px;
padding:10px;
margin:2px 0 20px 10px;
background-color:#fff;
border:1px  dotted #ff0000;
color:#ff0000;
}

textarea.note {
display:block;
width:590px;
height:100px;
padding:10px;
margin:2px 0 20px 10px;
background-color:#fff;
border:1px  dotted #999999;
color:#ff0000;
}

textarea.note2 {
display:block;
width:195px;
height:100px;
padding:5px;
margin:2px 0 0 10px;
background-color:#fff;
border:1px  dotted #999999;
}

.updatebut {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px 10px 2px 10px;
cursor:pointer;
font-weight:bold;
color:#FFFFFF;
background-color:#7cc343;
border:1px solid #666666;
}

.boxthing {
float:right;
margin:2px;
display:block;
}


/*SCHEDULE*/

.scheduleMainTable {
	width:890px;
}

.scheduleNavCol {
	text-align:right;
}

.scheduleNav  {
	background-color:#ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: ;
	width:150;
	padding: 4px;
	text-align:center;
	text-decoration:none;
}
a:hover.scheduleNav  {
	background-color:#7dc242;
	text-decoration:none;
}

.scheduleTable {
	background-color:#ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: ;
	width:890px;
	text-align:center;
}
	
.scheduleMonthName {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 6px;
	text-align:left;
	font-size:25px;
}		
table.scheduleTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: ;
}

.scheduleWeekNr {
	font-weight: bold;
	color: #7dc242;
	background-color:#333333;
	padding-left: 6px;
	text-align:left;
	font-size:12px;
}

td.scheduleWeekDayNrActive, td.scheduleWeekDayActive {
	color: #000000;
	width: 15px;
}
	
td.scheduleWeekDayNrInActive, td.scheduleWeekDayInActive	{
	color: #999999;
	background-color:#efefef;
	width: 15px;
}	

td.scheduleWeekDayNrRedActive, td.scheduleWeekDayRedActive {
	color: #FF0000;
	width: 15px;
}
	
td.scheduleWeekDayNrRedInActive, td.scheduleWeekDayRedInActive	{
	color: #FF0000;
	background-color:#efefef;
	width: 15px;
}	


td.scheduleDayActive, td.scheduleDayRedActive {
}	

td.scheduleDayInactive, td.scheduleDayRedInactive {
	background-color:#efefef;
}	

td.scheduleDayBookedActive, td.scheduleDayBookedRedActive {
	background-color: #7dc242;cursor:hand;
}	

td.scheduleDayBookedInactive, td.scheduleDayBookedRedInactive {
	background-color:#7a9860;cursor:hand;
}	

.scheduleMember{
	color: #000000;
	text-align:left;
}	

.scheduleTable {
	background-color:#ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: ;
	width:890px;
	text-align:center;
}
	
	
table.scheduleTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: ;
}



.scheduleWeekDay {
	font-weight: bold;
	color: #7dc242;
	background-color:#333333;
	padding-left: 6px;
	text-align:left;
	font-size:12px;}
.scheduleTypes {font-size: 12px; font-weight: bold; background-color:#EFEFEF; text-align:left; 	padding-left: 6px; }
.scheduleInfo {font-size: 12px; font-weight: bold; text-align:left; padding-left: 6px; padding-right: 6px; background-color:#7dc242;}
.scheduleText {font-size: 12px; font-weight: normal; text-align:left; padding-left: 6px; padding-right: 6px; padding-top: 3px; padding-bottom: 3px;  }
.scheduleMonthName {	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 6px;
	text-align:left;
	font-size:25px;
}
.scheduleMemberName {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 6px;
	text-align:left;
	font-size:18px;
}



