body
{
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 14px;

}

h1
{
	color: #222222;
	margin: 8px;
	margin-left: -5px;
}

h4
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

th
{
    text-align: left;
    font-size: 12px;
}

.contactText
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 20px;
}

.desc
{
	font-size: 10px;
}

#container
{
	width: 800px;
	margin: 0 auto 0 auto;
	
	background-color: #B0B2D3;
	text-align: left;
}

#header
{
	height: 120px;
	background-image: url('/Static/Images/sb_logo_back.png');
}

#menu
{
	background-image: url('/Static/Images/sb_back_green.png');
}

/* Menu LIST */
#menu ul
{
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

/* Menu LIST ITEM */
#menu li
{
	display: inline;
	margin-right: 25px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover
{

	color: #DBD53B;

}

#content
{
	background-image: url('/Static/Images/main_bg_new.jpg');
	padding: 5px;
	padding-left: 10px;
}

.content_box
{
	width: 780px;

	font-size: 13px;
	
	background-image: url('/Static/Images/box_bg_new.jpg');
	border: 1px solid #B9B57D;
	padding-left: 4px;
}

.content_box.content.title
{
	font-weight: bold;
	
}

.content_box .title
{
	font-weight: bold;
	color: #222222;
	
	padding: 3px;
	padding-left: 6px;
	
	background-image: url('/Static/Images/box_title_bg.jpg');
	margin-left: -4px;
}
.content_box .title_inner
{
	border-bottom: 1px solid #444444;
	margin-right: 65%;
	padding-left: 3px;
}

.content_box .title a
{
	color: #222222;
	text-decoration: none;
}

.content_box.content
{
	margin-left: 3px;
}

.content_box.content_inner
{
	text-align: justify;
}

#filmstrip
{
	height: 130px;
	width: 600px;
	margin: 6 auto 6 auto;
	text-align: center;
	padding-bottom: 10px;
}

#filmstrip img
{
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 3px;
	cursor: pointer;
}

.speltakTable table
{
	width: 650px;
	border-collapse: collapse;
}

.speltakTable table td
{
	padding: 3px;
	padding-left: 10px;
	font-size: smaller;
	cursor: pointer;
	border-top: 1px solid #ffffff;
}

.speltakTable table caption
{
	text-align: left;
	font-weight: bold;
	padding: 4px;
}

#speltakInfo img
{
	border: 1px solid black;
	margin: 5px;
}

/* Speltakken landtak */
.speltakTableGreen caption
{
	background-color: #65AB6A;
}
.speltakTableGreen td
{
	background-color: #7AA56F;
}

/* Speltakken waterwerk */
.speltakTableBlue caption
{
	background-color: #7B9AC6;
}
.speltakTableBlue td
{
	background-color: #95B3DB;
}

.speltakPracInfo
{
	width: 650px;
}
.speltakPracInfo h4
{
	line-height: 100%;
	padding: 3px;
}
.speltakPracInfo table
{
	width: 650px;
	border-collapse: collapse;
}
.speltakPracInfo th
{
	font-size: smaller;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}
.speltakPracInfo td
{
	font-size: smaller;
}
/* Water */
.speltakPracInfoBlue h4
{
	background-color: #7B9AC6;
}
.speltakPracInfoBlue th
{
	background-color: #95B3DB;
}
.speltakPracInfoBlue td
{
	background-color: #95B3DB;
}

/* Land */
.speltakPracInfoGreen h4
{
	background-color: #65AB6A;
}
.speltakPracInfoGreen th
{
	background-color: #7AA56F;
}
.speltakPracInfoGreen td
{
	background-color: #7AA56F;
}

#navigator
{
	padding: 3px;
	padding-left: 8px;
	background-image: url('/Static/Images/menu_bg.jpg');
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}