@charset "ISO-8859-1";
* {margin:0px;  padding:0px; border:0px;
}
html  {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	}
body  {
	font-size: 95%;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	background-color: #f6f0eb;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 200px;
	float:left; /* Contain floated list items */
	background-color: #ccddaa;
}
#nav li {
margin: 0;
padding: 0;
float:left; /*This corrects the */
width: 100%; /* IE whitespace bug */
}
#nav a {
	display:block; /* to increase clickable area as a's default to inline */
	color: #666633;
	text-decoration:none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom: 1px solid #FFF;
}
#nav #nav_con a {
}
#nav a:hover {
	background-color: #aabb88;
	color: #FFFFFF;
}
#nav #nav_hom a {
	border-top: 1px solid #FFF;
}
#body_hom #nav_hom a,
#body_styr #nav_styr a,
#body_sta #nav_sta a,
#body_akt #nav_akt a,
#body_ans #nav_ans a,
#body_plan #nav_plan a,
#body_bild #nav_bild a,
#body_sop #nav_sop a,
#body_tra #nav_tra a, 
#body_fel #nav_fel a,
#body_sko #nav_sko a, 
#body_lin #nav_lin a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #739255;
}
#container {
	width: 710px;
	text-align: left;
	background-image: url(images/faux.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 199px;
	padding-top: 0;
	padding-bottom: 0;
} 
#header  h1  {
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	margin-top: 300px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 100px;
	color: #FFFFFF;
}
#sidebar1/ {
	float: left;
	width: 200px; /* top and bottom padding create visual space within this div */
	height: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1  ul  {
}
#sidebar1 p {
	color: #333333;
	padding-right: 10px;
	margin-left:10px;
}
#sidebar1   h3,#si           {
	margin-right: 10px;
}
.darkgrey {
	color: #515266;
	font-weight: bold;
	font-size: 80%;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
#mainContent {
	width: 490px;
	margin-top: 15px;
	margin-bottom: 0;
	background-color: #FFFFFF;
	margin-left: 210px;
} 
#mainContent  p  {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
}
#mainContent  h1  {
	margin-bottom: 15px;
	color: #666633;
	font-size: 16px;
	margin-left: 20px;
	line-height: 130%;
	font-weight: normal;
}
#mainContent li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 20px;
}
#mainContent  h2  {
	margin-bottom: 5px;
	margin-left: 20px;
	color: #999999;
	font-size: 9px;
	font-style: italic;
	margin-right: 360px;
	border: thin solid #ccddaa;
	padding: 5px;
	margin-top: 20px;
}
#footer  {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CC0000;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#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 */
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearthis {
	clear: both;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.jm {
	font-weight: normal;
	background-color: #e5f1f1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
}
.grey {
	color: #666666;
}
.date {
	font-size: 90%;
	font-style: italic;
	color: #333333;
	text-align: right;
}
.green1 {
	color: #666633;
}
.top10 {
	float:left;
	margin-top: 10px;
}
.imgleft {
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}
.imgright {
	float: right;
	margin-left: 10px;
}
.imghem {
	float:right;
	margin-left: 15px;
	margin-bottom: 150px;
}
.imggalleri {
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
}
.imggallery2 {
	margin-bottom: 10px;
}
.imgsop {
	float: right;
	margin-left: -5px;
	padding: 0px;
}
#table {
	margin-left: 20px;
	margin-top: 10px;
	color: #666633;
}
#table td {
	border-bottom-width: 1px;
	border-bottom-color: #ccddaa;
	padding-bottom: 5px;
}
#galleri {
	margin-bottom: 0;
	padding-left: 10px;
	width: 480px;
}
	
#galleri h1 {
	margin-bottom: 15px;
	color: #666633;
	font-size: 16px;
	margin-left: 0px;
	line-height: 130%;
	font-weight: normal;
}
#galleri p  {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #FF0000;
	margin-left: 0px;
}
#container  #mainContent  #first  {
}
#wrapper {
	width: 500px;
	margin-left: 210px;
}
.webdesign {
	font-size: 90%;
	text-align: right;
	padding-right: 10px;
}
#nav .boka a {
	line-height: 1.6;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
