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_red.jpg);
	background-color:#D7E3E8;
	*/
}
a, a:visited, a:hover  {
	text-decoration:none;
	color:#666;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F00;
}
h2	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#F00;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* 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: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:inherit;
	background-color:#FFF;
	background-image:url(images/middlepic.jpg);
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #header {
	height: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #headerpix {
	height: 177px;
	width:900px;
	margin:0 auto;
	background-image: url(/images/headpic.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	margin-top:0px;
}
.oneColFixCtrHdr #sideBarLeft {
	float:left; /* since this element is floated, a width must be given */
	width: 212px; /* padding keeps the content of the div away from the edges */
 	padding-right: 0px;
	padding-bottom: 0;
	margin-right:0px;
	margin-top:20px;
	margin-left:2px;
	padding-left:0px;
}
.oneColFixCtrHdr #meny_container {
	width: 212px;
	padding-left: 30px;
	padding-top:0px;
	/* margin:0 auto; */
	margin-left:0px;
}
.oneColFixCtrHdr #searchbox {
	height:145px;
	width:212px;
	background-image:url(images/searchbox.jpg);
	background-repeat:no-repeat;
	position:static;
	margin-top:10px;
}
.oneColFixCtrHdr #mainContentWide {
	background: #FFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	float:left;
	width:620px;
	margin-top:10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFF;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left:0px;
	float:left;
	width:475px;
	margin-top:10px;
	margin-left:0px;
}
.oneColFixCtrHdr #sideBar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right:10px;
	margin-left:0px;
	margin-top:25px;
}

/* INFOBOTTOM SECTION*/
.oneColFixCtrHdr #bottominfo {
	background-color:#FFF;
	height:135px;
	width:900px;
	margin:0 auto;
	clear:both;
	margin-left:0px;
	background-image:url(images/middlepic.jpg);
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #bottominfo-left {
	width:212px;
	height:135px;
	float:left;
	margin-left:1px;
	background-image:url(images/bottomleft.jpg);
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #bottominfo-left p {
	margin-left:-1px;
	margin-top:1px;
}
.oneColFixCtrHdr #bottominfo-center {
	width:480px;
	height:135px;
	float:left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	margin-left:0px;
	background-image:url(images/bottommiddle.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #bottominfo-center-member {
	position:relative;
	padding-top:70px;
	padding-left:160px;
	margin-left:0px;

}
.oneColFixCtrHdr #bottominfo-center-member .btnMember {
	background-image:url(images/BliMedlem.jpg);
	background-repeat:no-repeat;
	border-bottom:none;
	border-right:none;
	border-left:none;
	border-top:none;
	text-indent:0px;
	width:129;
	height:40px;
	border: 0;
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:-60px;
	margin-top:-40px;
	margin-left:30px;
}
.oneColFixCtrHdr #bottominfo-right {
	width:208px;
	height:135px;
	float:right;
	/*
	background-image:url(images/bottomright.jpg);
	background-repeat:no-repeat;
	*/
	margin-top:-11px;
	margin-right:-52px;
}
.oneColFixCtrHdr #bottominfo-right p {
	margin-left:-52px;
}
/* END INFOBOTTOM SECTION */

/* BOTTOM SECTION (over footer)*/

.oneColFixCtrHdr #logosbottom {
	background-color:#FFF;
	height:45px;
	width:900px;
	margin:0 auto;
	background-image:url(images/bottomlogos.jpg);
	clear:both;
	margin-left:0px;
}
/* END BOTTOM SECTION */


.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:left;
	height:22px;
	margin:0 auto;
	background-image:url(images/bottompic.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:#FFF;
}
#searchbar {
	height:20px;
	width:820px;
	text-decoration: none;
	padding-left:50px;
	margin-bottom:0px;
	padding-top:10px;
	margin-top:0px;
	}
#searchbar input {
	width:115px;
}
#searchbar a {
	text-decoration: none;
	color:#000;
	}
.SearchPicture {
	margin-bottom:-7px;
}
input#InputSearch {
	width:100px;
	margin-left:-20px;
}
.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 */
#newsheader {
	color:#F00;
	font-size:1.2em;
	font-weight:bold;
}
.newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#666;
}
.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#006;
}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.newsintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	width:160px;
}
.newslink {
	/*
	margin-left:5px;
	*/
}

/* Slut nyheteter */

/* CSS för admindelen, tabeller mm. */
table.clsAdminTable{
	width:570px;
	border:dotted;
	border-color:#CCC;
	border-width:1px;
	margin-left:20px;
	padding:5px;
}
table.clsAdminTable input.orderinput {
	width:40px;
}
.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;

}
input.orderinput {
	width:30px;
}
table.clsAdminTable input#inloggname {
	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:570px;
	margin-left:20px;
}
clsTableEdit input[type="text"] {
	width:150px;
}
.clsTableEdit input[type="password"] {
	width:150px;
}
.clsTableEdit textarea {
	width:350px;
}
.clsTableEdit input[type="list"] {
	width:350px;
}
table {
	border:none;
}
td {
	padding-left:5px;
}
/* Slut admindelen */

