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: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a, a:visited, a:hover  {
	text-decoration:none;
	color:#666;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
h2	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#meny_container {
	height: 22px;
	width: 800px;
	padding-left: 20px;
	padding-top:20px;
	/* margin:0 auto; */
	margin-left:0px;
}

.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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:inherit;
	background-image:url(images/middle.jpg);
}
.oneColFixCtrHdr #header {
	height: 88px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(/images/topp.jpg);
}
.oneColFixCtrHdr #headerpix {
	height: 250px;
	width:810px;
	margin:0 auto;
	background-image: url(/images/headerpix.jpg);
	background-repeat:no-repeat;
	margin-top:-40px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float:left;
	margin-left:30px;
	width:600px;
}
.oneColFixCtrHdr #mainContentWide {
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float:left;
	margin-left:30px;
	width:800px;
}
.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: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right:25px;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottom.jpg);
	clear:both;
	text-align:center;
	height:44px;
	margin:0 auto;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#searchbar {
	height:29px;
	width:830px;
	text-decoration: none;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:10px;
	}
#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: #999999;
	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:650px;
	border:dotted;
	border-color:#CCC;
	border-width:1px;
	margin:0 auto;
	padding:5px;
}
.clsAdminTable input[type="text"] {
	width:450px;
	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:450px;
	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:700;
	margin:0 auto;
}
.clsTableEdit input[type="text"] {
	width:450px;
}
.clsTableEdit textarea {
	width:450px;
}

.clsTableEdit input[type="list"] {
	width:450px;
}
table {
	border:none;
}
td {
	padding-left:5px;
}
/* Slut admindelen */

/* CSS för responsformulär */
.text_bla     { color: #093a80; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: 1px #69c; }
.text_rod      { color: #ed171f; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: 1px #6c9; }
/* Slut responsdelen */
