* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(gfx/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: -moz-scrollbars-vertical;
}
h1{
	color: #333;
	font-size: 16px;
	margin-left: -1px;
	font-weight: bold;
	text-transform:uppercase;
}
strong{
	color: #333;
}
h2{
	font-weight: normal;
}
h3{
	font-weight: normal;
}
img{
	border: 0px;
}
#signatur{
	font-size:8px;
	margin-top: 400px;
}
#contact_header {
	font-size:18px;
}
#tickets {
/*margin-right: 2px;
background-color: #000000;*/
padding: 3px 0px 0px 0px;
margin-bottom: 8px;
width: 170px;
height: 20px;
background-image: url(gfx/wide_round_button.gif);
text-align: center;
font-weight:bold;
}
#contact {
/*padding: 4px 15px 4px 15px;
background-color: #000000;*/
padding: 3px 0px 0px 0px;
width: 170px;
height: 20px;
background-image: url(gfx/wide_round_button.gif);
text-align: center;
margin-bottom: 8px;
font-weight:bold;
}

#wrapper {
  /*background-color: #414042;*/
  width: 960px;
  margin: auto;
}
#logo {
  height: 210px;
  width: 210px;
  background-color: #000000;
  float: left;
}
#banner {
  height: 170px;
  width:750px;
  float: right;
  background-color: #000000;
}



#main_menu {
  width:675px;
  float: right;
  height: 18px;
  background-color: #E8112D;
  color: #FF9999;
	padding: 2px 0px 0px 75px;
	
}
#main_menu li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	font-weight: bold;
}
#main_menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
#main_menu_current{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#main_menu_current a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#language{
	float: right;
	margin-right: 10px;
	margin-top: -14px;
}


#sub_menu {
  width:675px;
  float: right;
  height: 18px;
	padding: 2px 0px 0px 75px;
	font-weight: bold;
}
#sub_menu li{
	display: inline;
	padding-right: 10px;
}



#sub_menu_events {
  width:675px;
  float: right;
  height: 18px;
	padding: 2px 0px 0px 75px;
	font-weight: bold;
  /*background-color: #AF1E2D;*/
  background-color: #951926;
	color: #FFBBBB;
}
#sub_menu_events a{
	color: #FFBBBB;
	text-decoration: none;
}
#sub_menu_events li{
	display: inline;
	padding-right: 10px;
}



#sub_menu_facilities {
  width:675px;
  float: right;
  height: 18px;
	padding: 2px 0px 0px 75px;
	font-weight: bold;
  background-color: #266659;
	color: #93B3AC;
}
#sub_menu_facilities a{
	color: #93B3AC;
	text-decoration: none;
}
#sub_menu_facilities li{
	display: inline;
	padding-right: 10px;
}


#sub_menu_current{
	color: #FFFFFF;
}
#sub_menu_general_info {
  width:675px;
  float: right;
  height: 18px;
	padding: 2px 0px 0px 75px;
	font-weight: bold;
  background-color: #755426; /*#266659;*/
	color: #BAAA93;/*#93B3AC;*/
}
#sub_menu_general_info a{
	color: #BAAA93; /*#93B3AC;*/
	text-decoration: none;
}
#sub_menu_general_info li{
	display: inline;
	padding-right: 10px;
}
#sub_menu_current a{
	color: #FFFFFF;
}


#left_menu {
  width: 170px;
	height: 290px;
  float: left;
  padding: 20px;
  color: #B3B5B8;
	background-color: #414042;
}

#left_menu h1 {
	color: #B3B5B8;
}
#left_menu ul{
	margin-top: 16px;
	margin-bottom: 14px;
	list-style-type: none;
}
#left_menu li {
	padding-bottom: 3px;
}
#left_menu a {
	color: #B3B5B8;
	text-decoration: none;
}
#search_div {
	width: 170px;
	top: 438px;
	position: absolute;

}
#search_text {
	float: left;
	width: 104px;
	margin-left: 2px;
	height: 23px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	border: 0px solid #FFFFFF;
	background-color: #B3B5B8;
	background-image: url(gfx/search_area.gif);
}
#search_button {
	padding-left: 4px;
  float: left;
}

#image_only{
	width: 655px;
	height: 330px;
	float: left;
}

#content {
  background-color: #B3B5B8;
  float: left;
	width: 655px;
  min-height:290px;
	padding: 20px 20px 20px 75px;
  height:expression(this.scrollHeight > 290 ? "auto":"290px"); /* IE specific non-validating code */
	line-height: 20px;
}
#content a{
	text-decoration: none;
	color: #FFFFFF;
}
#content img{
	border: 0px;
}
#content p{
	padding-bottom: 10px;
}
#content h1{
	padding-bottom: 20px;
}


#events_content{
	float: left;
	margin: 0px 0px 0px 0px;
}
#events_content td{
	padding: 4px 20px 4px 0px;
	border-bottom: 1px solid #888888;
}
#events_content table{
	width: 100%;
	float: left;
}
#events_content a{
	color: #000000;
}
#events_content h1{
float: left;
	color: #FFFFFF;
	padding-bottom: 8px;
}
#events_content h2{
	color: #000000;
	float: right;
	padding-bottom: 8px;
}
#events_content #inactive{
	color: #FFFFFF;
}

#artikkel h1{
	float: left;
}
#artikkel h2{
	float: left;
}
#artikkel h3{
	float: left;
}
#artikkel img{
	float: right;
}


.news_item{
position:relative;
  float: left;
	width: 325px;
	margin: 0px 0px 0px 0px;
	height: 180px;
	line-height: 18px;
}

.news_item h1{
	line-height: 14px;
	font-size: 16px;
	margin: 0px 0px -15px 0px;
}
.news_item img{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-right: 20px;
}
.news_item h2{
	margin: 12px 0px 0px 0px;
}

.news_item_right{
position:relative;
  float: right;
	width: 325px;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
	
}

.news_item_right h1{
	line-height: 14px;
	font-size: 16px;
	margin: 0px 0px -15px 0px;
}
.news_item_right img{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-right: 20px;
}
.news_item_right h2{
	margin: 12px 0px 0px 0px;
}

.news_item_bottom{
  float: left;
	width: 345px;
	line-height: 18px;
}
.news_item_bottom h1{
	font-size: 16px;
	line-height: 14px;
	margin: 0px 0px -15px 0px;
}
.news_item_bottom h2{
	margin: 12px 0px 0px 0px;
}
.news_item_bottom img{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-right: 20px;
}

#large_image{
	float: right;
	padding: 0px;
}


#content_image {
  background-color: #B3B5B8;
  float: left;
	width: 655px;
  min-height:290px;
	padding: 20px 20px 20px 75px;
  height:expression(this.scrollHeight > 290 ? "auto":"290px"); /* IE specific non-validating code */
	background-image: url(gfx/large_image_1_wide.jpg);
}
#content a {
  color: #BB0000;
}
#content h1 {
  color: #414042;
}

#history p{
	padding: 0px 0px 20px;
}
#info p{
	width: 445px;
	padding: 0px 0px 20px;
	line-height: 20px;
}
#info {
	width: 445px;
	float: left;
}

#article {
	width: 445px;
	float: left;
}
#article h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#article h3{

}
.article_top_image{
	float: right;
	padding-bottom: 20px;
}
.article_bottom_image{
	float: right;
}


#capacity td{
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}



#curr_room{
	color: #FFFFFF;
}
#room_list{
	float: left;
}
#room_list ul{
	margin-top: -2px;
	margin-bottom: 0px;
	list-style-type: none;
}
#room_info{
	width: 190px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
#room_info ul{
	margin-top: 16px;
	margin-bottom: 14px;
	list-style-type: none;
}
#room_info h1{
	margin-bottom: -2px;
}
#room_info h2{
	margin-bottom: 14px;
	font-weight: bold;
}
#room_info h3{
	margin-bottom: 14px;
}
#room_photo{
	float: right;
}

#contact_info_email{
	margin-bottom: 10px;
	
}

#current_events{
	width: 640px;
	margin-top: -8px;
	margin-left: -2px;
}
#current_events td{
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#th_date{
	width: 120px;
}
