body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#003;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#bed0f0;
}
a, a:visited, a:hover  {
	text-decoration:none;
	color:#666;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h2	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:inherit;
	background-color:#FFF;
}
.oneColFixCtrHdr #header {
	height: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #headerpix {
	height: 275px;
	width:760px;
	margin:0 auto;
	background-image: url(/images/topp.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	margin-top:0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float:left;
	width:410px;
	margin-top:-10px;
}
.oneColFixCtrHdr #mainContentWide {
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float:left;
	width:590px;
	margin-top:-10px;
}
.oneColFixCtrHdr #meny_container {
	width: 170px;
	padding-left: 0px;
	padding-top:0px;
	/* margin:0 auto; */
	margin-left:0px;
}
.oneColFixCtrHdr #sideBarLeft {
	float:left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	margin-right:0px;
	margin-top:5px;
}
.oneColFixCtrHdr #sideBar {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right:5px;
	margin-top:-10px;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;
	clear:both;
	text-align:center;
	height:23px;
	margin:0 auto;
	background-image:url(images/bottom.jpg)
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#333;
}
#searchbar {
	height:20px;
	width:740px;
	text-decoration: none;
	padding-left:0px;
	padding-bottom:20px;
	padding-top:0px;
	margin-top:5px;
	}
#searchbar a {
	text-decoration: none;
	color:#000;
	}
.SearchPicture {
	margin-bottom:-7px;
}
.SearchButton {
	width:30;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#333;
	height: 18px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	}
.SearchButton:hover {
	width:30;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006;
	height: 18px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}
/* CSS för nyheter i sidorna */
.newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* Slut nyheteter */

/* CSS för admindelen, tabeller mm. */
table.clsAdminTable{
	width:600px;
	border:dotted;
	border-color:#CCC;
	border-width:1px;
	margin:0 auto;
	padding:5px;
}
.clsAdminTable input[type="text"] {
	width:350px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
table.clsAdminTable select {
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.clsAdminTable textarea {
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}
table.clsAdminTable input.orderinput {
	width:30px;
}
.clsAdminTableTR {
	color:#333;
	font-size:11;
	font-weight:bold;
	text-align:left;
}
.clsAdminTableTREven {
	color:#333;
	font-size:10;
	background-color:#E2E2E2;
	text-align:left;
}
.clsAdminTableTROdd {
	color:#333;
	font-size:10;
	background-color:#F0F0F0;
	text-align:left;
}

.clsAdminTableTD {
	/*
	text-align:left;
	border-right:thin;
	border-bottom:thin;
	border-left:thin;
	border-top:thin;
	border-style:solid;
	*/
}
.clsTableAdminNav {
	border:none;
	margin:0 auto;
}
.clsTableEdit {
	width:500;
	margin:0 auto;
}
.clsTableEdit input[type="text"] {
	width:350px;
}
.clsTableEdit textarea {
	width:350px;
}

.clsTableEdit input[type="list"] {
	width:350px;
}
table {
	border:none;
}
td {
	padding-left:5px;
}
/* Slut admindelen */
