﻿body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-Size: 10px;
	background: #e8e8e8 url("Images/background.png") repeat-x;
}

a
{
	text-decoration: underline;
	color: #046587;
}

#container
{
	/* Center the everything */
	position: relative;
	margin: 0 auto;
	width: 760px;
}

#header
{
	margin: 10px 0 0 0;
	width: 760px;
	height: 83px;
	background: url("Images/header.jpg") no-repeat;
}

#header .contentPadding
{
	padding: 3px 0 0 3px;
}

#header .logo
{
	width: 150px;
	height: 80px;
	z-index: 300;
}

#horizontalMenu
{
	min-height: 19px;
	border-right: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 3px #FFFFFF;
	background-color: #FFFFFF;
}

#infoBar
{
	width: 754px;
	border-right: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}

#infoBar .content
{
	width: 754px;
	height: 43px;
	background: url("Images/infoBar.png") no-repeat;
}

#infoBar .content .contentPadding
{
	padding: 17px 13px 0 13px;
}

#infoBar a
{
	text-decoration: none;
	color: #000000;
}

#infoBar .right
{
	float: right;
	text-align: right;
}

#columns
{
	position: relative;
	width: 760px;
	background: url("Images/columnBackground.gif") repeat-y;
	border-bottom: solid 1px #FFFFFF;
}

#columns .left
{
	float: left;
	width: 153px;
	margin: 0 0 40px 0;
}

#searchBar
{
	margin-left: 3px;
	width: 150px;
	height: 58px;
	background: url("Images/searchBackground.png") no-repeat;
	border-bottom: solid 3px #FFFFFF;
}

#searchBar .contentPadding
{
	padding: 10px 10px 0 10px;
}

.searchTextBox
{
	height: 13px;
	width: 125px;
	font-family: Tahoma;
	font-Size: 10px;
	border: solid 1px #D7D7D7;
}

#searchButtonBar
{
	margin-top: 3px;
	float: right;
}

#verticalMenu
{
	margin-left: 3px;
	width: 150px;
	background: url("Images/verticalMenuTop.png") no-repeat;
}

#verticalMenu .contentPadding
{
	padding: 20px 0 21px 13px;
}

#leftColumnBottom
{
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 150px;
	height: 5px;
	background: url("Images/verticalMenuBottom.gif") no-repeat bottom;
}

#columns .right
{
	float: right;
	width: 604px;
	background: url("Images/contentBackground.png") no-repeat;
}

#columns .right .contentPadding 
{
	padding: 20px 10px 20px 13px;
}

#footer
{
	height: 35px;
	width: 760px;
	background: url("Images/footer.png") no-repeat;
}

#footer .contentPadding
{
	padding: 15px 13px 0px 13px;
}

#footer .left
{
	float: left;
}

#footer .right
{
	float: right;
	text-align: right;
}

.extra
{
	clear: both;
}

.Rubrik	
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #046587;
}

.Underrubrik		
{
	font-family: Tahoma;
	font-size: 10px;
	color: #046587;
}

.Brodtext 
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

/* NewsControl */
.imageDiv
{
	float: right;
	width: 205px;
}

.NewsHeader 
{
}

.NewsText
{
	margin-top: 10px;
}

.addressLink
{
	cursor: pointer;
}

.infoPanel
{
	float: left;
}
