body#body {
	width: 100%;
	text-align: center;
	background: #EDECEC;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

hr {
	clear: both;
	height: 1px;
	width: 100%;
	border: 0;
	color: #4A84FF;
	background-color: #4A84FF;
}

a img {
	border: none;
}

#shadow_box {
	position: relative;
	width: 770px;
	margin: 20px auto;
	background-color: #D3D2D2;
}

#page_container {
	position: relative;
	width: 770px;
	left: -10px;
	top: -10px;
	background-color: #fff;
}

#header_container {
	position: relative;
	height: 40px;
	background: #106ABD url('/_composer/images/lelu.jpg') no-repeat;
	text-align: right;
	overflow: hidden;
}

#header_container form {
	position: relative;
	padding: 8px 8px 0 0;
}

#menu_container {
	height: 32px;
	background-color: #D4E4F3;
	border-bottom: solid 1px #4A84FF;
}

#main_container {
	text-align: left;
}

#navigation_container {
	float: left;
	border-right: solid 1px #4A84FF;
	padding: 1px;
	width: 190px;
	overflow: hidden;
}

* html #navigation_container {
	width: 192px; /* width + padding-left + padding-right */
}

#content_container #tand_ljus {
	display: none;
	border-bottom: solid 1px #4A84FF;
}

#content_container {
	float: left;
	width: 577px;
	text-align: left;
	margin-left: -1px;
	border-left: solid 1px #4A84FF;
	overflow: hidden;
	min-height: 552px;
}

* html #content_container {
	width: 575px;
	/*height: 552px;*/
}

.content {
	position: relative;
	padding: 20px;
}

.content_wide {
	position: relative;
	padding: 0px;
}


.content a, .content_wide a {
	color: #106ABD;
	text-decoration: none;
}

.content a:hover, .content_wide a:hover {
	text-decoration: underline;
}



#footer_container {
	font-size: 11px;
	font-family: verdana;
	clear: both;
	position: relative;
	color: #fff;
	width: 100%;
	height: 16px;
	padding: 7px 0 5px 0;
	overflow: hidden;
	background-color: #106ABD;
}

* html #footer_container {
	height: 16px;
}

#footer_container a {
	font-size: 11px;
	clear: both;
	position: relative;
	color: #fff;
	text-decoration: none;
}

#footer_container a:hover {
	text-decoration: underline;
}

#footer_container a:hover span {
	color: #fff;
}

.module_box {
	width: 100%;
	text-align: center;
}

.module_box .module_box_inner {
	margin: 20px;
	font-size: 90%;
}

.module_box h3 {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #4A84FF;
	margin: 8px 0;
	padding: 0;
}

.open_hours {
	text-align: center;
}

/**
 * MAIN MENU {
 */
/*#main_menu {
	position: relative;
	list-style: none;
	padding: 9px 0 0 0;
	margin: 0;
	font-size: 90%;
}

#main_menu li {
	float: left;
	margin: 0 0;
	font-weight: bold;
	color: #106ABD;
}

#main_menu li a {
	color: #106ABD;
	text-decoration: none;
}

#main_menu .blocker {
	position: absolute; 
	left: 0; 
	top: 0;
	padding: 9px 0 0 0; 
	color: #D4E4F3; 
	background-color: #D4E4F3;
}*/
/**
 * } MAIN MENU
 */
