@media screen {	
body {
	margin: 80px 0 0 0;	
	overflow: auto;
	padding: 0;
	background-color: #DFE3EC; /*#A6AFC5;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	
}
}

img {	border: 0; }
div {	margin: 0;	padding: 0; }

#contentContainer {
	margin: auto;
	/*border: 1px solid #7582A1;*/
	/*width: 950px;*/
}

#topBar {
/*
	margin: 0 auto;
	width: 950px;
*/
	/*position: relative;	*/
	position: fixed!important;
	position: absolute; /* för IE */
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;		
	height:80px;
	background-color:#E2E9F8;
	background-image: url(../images/topBG.jpg);
	background-repeat: repeat-x;
	/*z-index: 2;*/
}
#topBarRight {
	position: absolute;
	right: -15px;
	float: left;
	width: 300px;
}
#topNav {
	position: absolute;
	bottom: 0px;
	/*top: 45px;*/
	
	right: 20px;/*0;*/
	height: 36px;
	padding: 0;
	margin: 0;
	float: left;
}

#aboveMidBar {
	/*z-index: 1;*/
	width: 950px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
#midBarContainer {
	width: 100%;
	position: relative;
	background: #DEE2EB;
}
#midBar {
	/*z-index: 1;*/
/*
	margin: 1px auto;
	width: 950px;
*/
	width: 950px;
	margin: 0 auto;
	position: relative;
	top: 0;	
	background: #EFF1F5 url(../images/midBarBG.gif) repeat-x scroll bottom;
}

#breadCrumbs {	
	font-size: 80%;
	color: #C3CEDC;
	padding:2px;
	margin-bottom: 5px;
}
#breadCrumbs a {	
	color: #8EAAD2;
}

#bottomBar {
	position: relative;
	margin: 0 auto;

	width: 950px;
	/*height: 28px;	*/
	height: 70px;
	clear: both;
	font-size: smaller;
	background: #E9EBF1;
}

#leftPanel {
	float: left;
	width: 225px;
}
#mainPanel {
	float: left;
	width: 500px;
}
#rightPanel {
	float: left;
	width: 225px;
	margin-bottom: 78px;
}



#topBG_ {
	position:absolute;
	left:267px;
	top:0px;
	width:12px;
	height:78px;
	background-color:#E2E9F8;
}

#SIKAMA_Logo {
	position: relative;
	float: left;
	left: 8px;
	top: 12px;
}

#searchIcon_ {
	float: left;
	position:relative;
	width:39px;
	height:40px;
}
input#quickSearch {
	float: left;
	margin: 11px 0 0 0;
	padding: 4px 0 4px 0px;
	position:relative;
	width:117px;
	background: #EDEDED url(../images/searchBoxBG.gif) repeat-x scroll top;
	height:14px;
	font-size: 11px;	
	border: 0;
	overflow: hidden;
}
input#quickSearch:focus {
	color: #3359AB;	
}
#searchButton_ {
	float: left;
	left:(891-219)px;
	width:59px;
	height:40px;
}

#vi-kan-vatskehantering {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width:225px;
	height:78px;
}
#footer {
	float: left;
	color: #818AA4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 7px;
}
#sitemap_ {
	position:absolute;
	right:0;
	width:225px;
	height:28px;
}
/*
div.leftBox_Top {
	width:225px;
	height: 10px;
	font-size: 1px;
	overflow: hidden;	
	background: #D3D3D3 url(../images/leftBoxTopBG.gif) bottom;
}
div.leftBox {
	background: #F8F9FB url(../images/leftBoxMidBG.gif) repeat-y scroll left;
	width:205px;
	padding: 10px;
	margin: 0;
}
div.leftBox_Bottom {
	width:225px;
	height: 10px;
	font-size: 1px;
	overflow: hidden;	
	background: #D3D3D3 url(../images/leftBoxBottomBG.gif) top;
}
*/

div.leftBox {
	background: #F8F9FB;
	width:193px;
	padding: 10px;
	margin: 5px;
	border: 1px solid #DBDFEC;
}
div.leftBox_Bottom, div.leftBox_Top {
	display: none;
}

div.rightBox_Top {
	width:225px;
	height: 10px;
	background: #F4F5F8 url(../images/rightBoxTopBG.gif);
}
div.rightBox_Bottom {
	width:225px;
	height:10px;
	background-color:#F4F5F8;
}

div.rightBoxMidBG_ {
	position:absolute;
	left:725px;
	top:398px;
	width:225px;
	height:10px;
	background-color:#F4F5F8;
}

#topBarRight #actionLinks {
	float: left;
	top: 16px;
	margin-right: 20px;
	position: relative;
	color: #6D8ED0;
	font-family:"Myriad Pro", "Lucida Grande","Bitstream Vera Sans",Arial,Helvetica,sans-serif;
	font-size: 11px;	
}
#topBarRight #actionLinks a:link, #topBarRight #actionLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}
#topBarRight #actionLinks a#loginLink {
	color: #CC2739;
}
#topBarRight #actionLinks a#logoutLink {
	color: #CC2739;
}
#topBarRight #actionLinks a#adminLink {
	color: #DAA520;
}
#topBarRight #actionLinks a#registerLink {
	color: #6D8ED0;
}
#topBarRight #actionLinks a:hover {
	border-bottom: 2px solid #ABB5CE;
	background: #ECEFF8;
}


div.clear {
	clear:both;
	/*height:1px;*/
}

div.ultraclear {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:1px;
}