/* FOCWA */

/* --------------------------------------------------------------------------
   --------------------------------------------------------------------------
   -------------------------------------------------------------------------- */
   
body {
	background-image: url(../images/home_bg.gif);
}

img {
	border:0;
}

/* ------------------------------------------------------------- */
/* ---- Middle											   ----- */
/* ------------------------------------------------------------- */

#mid {
	height: 227px;
}

	/* Menu -----------------------------------------------------*/
#mid #menu_container {
	width: 140px;
	height: 227px;
	background-image: url(../images/menu_border.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#mid #menu_container div{
	margin: 0 1px 0 10px;
	width: 129px;
	height: 100%;
	background-color: #00678F;
}

#mid #menu_container ul,  #mid #menu_container li {
	margin:0; padding:0;
	list-style-type: none;
}

#mid #menu_container li {
	display: inline;
	width: 129px;
	position: relative;
	top:0; left:0;
}

#mid #menu_container li a:link, #mid #menu_container li a:visited, #mid #menu_container li a:active {
	display: block;
	padding: 4px 5px;
	width: 119px;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;	
}

#mid #menu_container li img {	
	position: absolute;
	top: 5px; right:0;
}

#mid #menu_container li a.alt {
	background-color: #1A769A;
}

#mid #menu_container li a:hover {
	background-color: #B0B1B3;
}

	/* Slideshow -----------------------------------------------------*/
#mid #slideshow {
	position: absolute;
	left: 140px; top: 93px;
	width: 600px;
	height: 227px;
	background-image: url(../images/slideshow/line.gif);
	background-repeat: repeat-x;
	background-position: 0 35px;
}

#mid #slides #foto {
	width: 297px;
	background-image: url(../images/slideshow/foto_kader.gif);
	background-repeat: no-repeat;
}

#mid #slides #foto img {
	margin: 17px 0 0 13px;
}

#mid #slides #slide_header {
	height: 35px;
}

#mid #slides #slide_header h3 {
	margin:0; padding:0;
	width: 303px;
	height: 35px;
	background-image: url(../images/slideshow/header.gif);
}

#mid #slides #left_items {
	width: 154px;
	height: 192px;
	text-align: right;
}

#mid #slides #right_items {
	width: 149px;
	height: 192px;
}

#mid #slides #left_items div.inner, #mid #slides #right_items div.inner {
	margin-top: 8px;
}

#mid #slides #left_items div.inner div, #mid #slides #right_items div.inner div {
	margin-bottom: 5px;
}

/* ------------------------------------------------------------- */
/* ---- Bottom											   ----- */
/* ------------------------------------------------------------- */

#bot {
	position: relative;
	top:0; left:0;
	height: 166px;
	width: 545px;
	margin: 14px 0 0 150px;
	background-image: url(../images/bot_bg.gif);
	background-repeat: no-repeat;	
}

#bot #messages {
	position: absolute;
	left:0; top:0;
	width: 287px;
}

#bot #messages div, #bot #banners div{
	margin-bottom: 18px;
	height: 75px;
	width: 276px;
	overflow: hidden;
}

#bot #messages h3 {
	margin:0; padding:0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #F79041;
}

#bot #messages h3 a {
	display: block;
	line-height: 18px;
	color: #F79041;	
	text-decoration: none;
	background-image: url(../images/pijl.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 20px;
}

#bot #messages h3 a:hover {
	/*color: #00678F;*/
	background-image: url(../images/pijl_hi.gif);
}

#bot #messages p {	
	width: 276px;
}

#bot #banners {
	position: absolute;
	left:288px; top:0;
}

#bot #banners div {
	margin: 9px 0 0 21px;
}

div.BW_CANVAS {
	position: absolute;
	top:87px;
	left:149px;
	width: 610px;
}


