html, body
{
	height:100%;
}

.wrapper
{
	margin:0px;
	padding:0px;
	position:relative;
	background-color:#eae7e0;
}

.head
{
	background:transparent url('/includes/images/head-background.png') repeat-x;
	height:197px;
	width:100%;
	margin-bottom:-82px;
	padding:0px;	
	
}

.head_container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.head_title
{
	color:white;
	font-size:32pt;
	font-weight:bold;
	padding-top:40px;
	float:left;
	margin-left:15px;
}

.head_links
{
	padding-top:50px;
	float:right;
	margin-right:15px;
}

.head_link
{
	color:#e0a690;
	text-decoration:none;
	margin-left:20px;
	font-size:14pt;
}

.head_link:hover
{
	color:white;
	text-decoration:none;
}

.head_link_active
{
	color:white;
	text-decoration:none;
	margin-left:20px;
	font-size:14pt;
}

.head_link_active:hover
{
	color:white;
	text-decoration:none;
}

.body
{
	z-index:1;
	position:relative;
}

.body_container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.body_left_container
{
	width:645px;
	float:left;
}

.body_head_text
{
	height:80px;
	padding-left:15px;
}

.body_slogan
{
	margin-top:15px;
	color:#d4d0b7;
	font-size:14pt;
}

.body_specs
{
	color:#736d5f;
	margin-top:5px;
}

.body_tag_cloud
{
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
	margin-bottom:15px;
}

.body_box
{
	background:#dad4c4 url('/includes/images/box-gradient.png') repeat-x bottom;
	margin-bottom:15px;
	height:100%;
}

.static_image img
{
	width:200px;
	height:150px;
}

.image_box
{
	border:1px solid white;
	width:200px;
	height:150px;
	display:block;
	margin:15px;
}

.image_box img
{
}

.text_table
{
	margin-top:15px;
	color:#504a3a;
	width:395px;
}

.text_table_spacer
{
	height:16px;
}

.text_box
{
	position:absolute;
	margin-left:230px;
	margin-top:-165px;
	color:#504a3a;
	height:100%;
	border:1px solid black;
}

.text_box_genre_link
{
	color:#a62124;
	font-size:14pt;
	text-decoration:none;
}

.text_box_genre_info
{
	margin-top:10px;
	width:400px;
	height:25px;
	border-bottom:1px solid #ded8c2;
}

.text_box_website_info
{
	margin-top:10px;
	width:400px;
	height:100%;
}

.website_image
{
	width:200px;
	height:150px;
}

.webcam_language
{
	position:absolute;
	border:none;
	margin-left:-18px;
}

.text_box_webcam_link
{
	text-decoration:none;
	color:#831919;
}

.body_right_container
{
	width:300px;
	float:right;
}

.body_footer
{
	height:34px;
	background-color:#871b1b;
	text-align:right;
	padding-right:15px;
}

.body_footer a
{
	color:#f2c4c4;
	text-decoration:none;
	line-height:32px;
}

.menu
{
	margin-top:15px;
	width:300px;
	background-color:#908a7a;
}

.menu_top
{
	height:10px;
	width:300px;
	background:transparent url('/includes/images/menu-top.png') no-repeat;
}

.menu_bottom
{
	height:10px;
	width:300px;
	background:transparent url('/includes/images/menu-bottom.png') no-repeat;
}

.menu_first_title
{
	height:30px;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
	padding-left:20px;
	background-color:#7e786a;
}

.menu_title
{
	height:30px;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:12px;
	padding-left:20px;
	background-color:#7e786a;
}

.menu_list
{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:15px;
}

.menu_list li
{
	border-bottom:1px dotted #b5b09d;
}

.menu_list_link
{
	color:white;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}

.menu_list_link:hover
{
	color:white;
	text-decoration:none;
	background-color:#a09987;
	background:#a09987 url('/includes/images/menu-link-icon.png') no-repeat 265px 4px;
}

.menu_list_link_active
{
	color:white;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	background:#a09987 url('/includes/images/menu-link-icon.png') no-repeat 265px 4px;
}

.menu_list_link_active:hover
{
	color:white;
	text-decoration:none;
	background-color:#a09987;
	background:#a09987 url('/includes/images/menu-link-icon.png') no-repeat 265px 4px;
}

.search
{
	width:300px;
	height:42px;
}

.search_field
{
	background:transparent url('/includes/images/search-field.png') no-repeat;
	width:183px;
	height:42px;
	border:none;
	color:white;
	font-weight:bold;
	padding-left:15px;
	display:inline;
	float:left;
	margin:0px;
}

/* IE */
.search_field{padding-top:expression('13px');}
/*FF 2 */
.search_field, x:-moz-any-link{padding-top:13px;} 
/*FF 3*/
.search_field, x:-moz-any-link, x:default{padding-top:13px;}

.search_button
{
	background:transparent url('/includes/images/search-button.png') no-repeat;
	width:102px;
	height:42px;
	border:none;
	color:white;
	display:inline;
	float:left;
	margin:0px;
	font-weight:bold;
	cursor:pointer;
}

.message_top
{
	width:300px;
	height:20px;
	background:transparent url('/includes/images/message-top.png') no-repeat;
}

.message_middle
{
	background-color:#831919;
	margin-top:-10px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:20px;
	margin-bottom:-20px;
	padding-right:15px;
}

.message_middle a
{
	color:#f2c4c4;
	text-decoration:none;
}

.message_image img
{
	border:1px solid white;
}

.message_bottom
{
	width:300px;
	height:40px;
	background:transparent url('/includes/images/message-bottom.png') no-repeat;
}

.foot
{
	background:transparent url('/includes/images/foot-background.png') repeat-x;
	height:237px;
	width:100%;
	position:relative;
}

.foot_container
{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}

.foot_box
{
	width:265px;
	color:#e6e3d2;
}

.foot_box a
{
	color:#e6e3d2;
	text-decoration:none;
}

.foot_box_title
{
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
}

.foot_box_list li
{
	background-color:#9e9785;
	color:white;
	height:24px;
	margin-bottom:1px;
	line-height:22px;
}

.foot_box_list a
{
	color:white;
	display:block;
	text-decoration:none;
	padding-left:5px;
	width:260px;
	height:24px;
}

.foot_box_list a:hover
{
	background-color:#871b1b;
	color:#f2c4c4;
	text-decoration:none;
	padding-left:5px;
	width:260px;
	display:block;
	height:24px;
}

.foot_box_link_active
{
	background-color:#871b1b;
	color:#f2c4c4;
	text-decoration:none;
	padding-left:5px;
	width:260px;
	display:block;
	height:24px;
}

.foot_box_link_active:hover
{
	background-color:#871b1b;
	color:#f2c4c4;
	text-decoration:none;
	padding-left:5px;
	width:260px;
	display:block;
	height:24px;
}

/**********/
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.m-t-15{margin-top:15px;}
.m-b-15{margin-bottom:15px;}
.m-l-15{margin-left:15px;}
.m-r-15{margin-right:15px;}
.m-r-30{margin-right:30px;}

/**********/
.ferdinand-slider div {
	font-family:Tahoma;
}
.ferdinand-slider p {
	padding:2px 4px 4px 6px;margin:0;
}
.ferdinand-slider a.title {
	font-size: 18px;
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
}
.ferdinand-slider p.tekst {
	font-size:11px;
	color:#fff;
}
.ferdinand-slider-img {
	width:200px;
	height:150px;
}