body  {
	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: #152533;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 149px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 25px;
} 
#mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 150%;
}
#mainContent h3 {
	font-size: 1.05em;
	line-height: 120%;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}
#mainContent h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: -5px;
}
.init {
	font-size: 70%;
	font-weight: bold;
	line-height: 1.7;
	color: #333;
}
#aktuellt h1 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
#nyhet {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
#aktuellt h2 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: -10px;
	padding-bottom: 0px;
}
.datum {
	font-size: 80%;
	font-weight: bold;
	color: #666;
	margin-bottom: -10px;
}
.italic {
	font-style: italic;
}
.ingress {
	font-size: 110%;
	line-height: 110%;
	font-weight: normal;
	font-style: italic;
}
#mainContent h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#current a:hover {
	text-decoration: none;
}
#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#topnav {
	margin-bottom: 50px;
	margin-left: -25px;
	padding: 0px;
}
#topnav ul {
	text-decoration: none;
	list-style-type: none;
}
#topnav ul li {
	text-decoration: none;
	float: left;
	color: #003;
}
#topnav ul li a {
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #003;
	font-size: 105%;
}
#topnav #current a{
	font-weight: bold;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	margin-left: 5px;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav #current a:hover {
	text-decoration: none;
}
#topnav li {
	float: left;
	position:relative;
	list-style-type: none;
	background-color:#FFF;
	}
#topnav ul li ul li {
	width:100%;
	padding-top:8px;
}
#topnav ul li ul {
	margin:0px;
	width:30em;
	position:absolute;
	margin-top:15px;
	left:-40px;
	display: none;
}
#topnav ul li:hover ul {
	display:block;
}
#topnav a {
	display:block;
}
#current a {
	font-weight: bold;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin-top: 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
}
#sidebar1 p {
	padding-left: 5px;
	font-size: 90%;
	margin: 0px;
	padding-top: 0px;
	line-height: 150%;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 215px;
} 
#mainContent p {
	margin-right: 20px;
}
#aktuellt {
	margin-left: 220px;
	padding-right: 20px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #162943;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
	font-size: 90%;
}
.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;
}
body,td,th {
	font-size: small;
}
a:link {
	color:#005b7f;
}
a:visited {
	color:#7d7d7d;
}
a:active, a:hover {
	color:#333;
	text-decoration: underline;
}
#sidebar1 a:link {
	color:#005b7f;
}
#delnav a{
}

.floatRight{float:right;}
.floatLeft{float:left;}

#design h2 {
	font-size: 70%;
	font-weight: normal;
	float: right;
	margin-top: 10px;
}
#design {
	background-color: #152533;
	height: 30px;
	width: 100%;
}
#design h2 a {
	color: #FFF;
	text-decoration: none;
}
.ledning {
	font-weight: bold;
	color: #003;
}
