@import "topmenu.css";
@import "content.css";
@import "buttons.css";


@import "leftmenu.css";
@import "boxes.css";
@import "calendar.css";

@import "unique.css";
@import "medialib.css";
@import "booking.css";
@import "fonts.css";
@import "coreOverrides.css";
@import "header.css";
@import "puzzleheader.css";
@import "bookingflow.css";
* 
{
	margin:0px;
	padding:0px;
}
html 
{
	height: 100%; margin-bottom: 1px;
}
table 
{
	
}
table td 
{
	vertical-align:top;
}
body
{
	background-color:#336699;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(/_layouts/1030/lalandia/img/Baggrundsgrafik_rep.jpg);
	background-position: top center;
	background-repeat:repeat-x;	
}
#body_background 
{

	width:100%;
	height:1200px;
	
	background-image:url(/_layouts/1030/lalandia/img/Baggrundsgrafik.png);
	background-position: top center;
	background-repeat:no-repeat;
	z-index:-10;
}
p 
{
	padding-top:2px;
}
a 
{
	text-decoration:none;
}
img 
{
	border:0;	
}
#main_container 
{
	width:1000px;
	margin:0px auto;
}
#top_banner 
{
	width:100%;
	height:77px;

}
#top_logo 
{
	width:136px;
	height:64px;
	margin:6px 0px 0px 10px;
}
#flash_top 
{
	width:994px;
	height:295px;
	background-image:url(/_layouts/1030/lalandia/img/flash_top.jpg);
	background-position: top right;
	background-repeat:no-repeat;		
}

.divhr
{
	height:1px;
	background-color:#CCCCCC;
}
.hidden 
{
	display:none;
}
.shown 
{
	display:block;
}
.clear 
{
	clear:both;
}

.main_content_wrapper 
{
	margin:5px 0px 0px 15px;
}
.left_menu_container 
{
	width:182px;
	overflow:hidden;
	float:left;
}
.main_content_container 
{
	float:left;
}
.medium_bottom_margin 
{
    margin-bottom:10px;
}
.small_bottom_margin 
{
    margin-bottom:5px;
}

.search_pages a.active 
{
	text-decoration:underline;
}