body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #666666 url(img/body.gif);
	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;
}

ul, li {
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}

img {
	border-style: none;
}

#logo {
		background: green url(./img/logobannerbild.jpg) no-repeat;
}


/* Meny nivå 1 */ 

#top_menu {
	height: 19px;
	margin-bottom: 12px;
	z-index: 13;
	top: 0;
	position: relative;
}
#top_menu ul {
	padding-left: 20px;
	margin: 0;
	font: bold 16px Helvetica, Arial, Geneva, sans-serif;
	height: 26px;
	background: url(img/menu_bg.gif) repeat-x;
	border: 1px solid #cccbcc;
	border-bottom-style: none;
	padding-top: 5px;

}	
#top_menu li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-right: 5px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	height: 30px;
}

#top_menu li a {
	color: #310000;
	text-decoration: none;
	list-style-type: none;
}

#top_menu li.active a {
	text-decoration: underline;
	color: maroon;
}

#top_menu li a:hover, #top_menu .topnav li a:hover {
	text-decoration: underline;
}

#top_menu li a:hover {
	color: #cf0000;
}	



/* Meny nivå 2 */

#top_menu ul.topnav {
	height: 17px;
	z-index: 100;
	float: right;
	right: 300px;
	top: 34px;
	position: absolute;
	border: none;
	padding-top: 0;
	padding-left: 2px;
	padding-right: 2px;
	background-image: none;

}

#top_menu ul.topnav li {
	display: inline;
	padding:0;
	padding-top: 0px;
	float: left;
	height: 14px;
	z-index: 20;
	border: none;
}

#top_menu ul.topnav li a {
	font-size: 12px;
	color: #eee;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	padding: 2px 6px 3px;
	height: 14px;
	background-color: maroon;
	margin-right: 0;
	margin-left: 0;
}

#top_menu ul.topnav li a:hover {
	color: white;
	
}

#top_menu .topnav li.active a {
	text-decoration: underline;
	color: white;
}



.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixRtHdr #header 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: 10px 0;
	font-size: 18px;
}

/* Sidebar */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 25%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px;
	min-height: 500px;
	margin-top: 0;
	opacity: 0.9;
	border-color: silver;
	border-width: 1px;
	border-left: 1px solid silver;
	border-bottom-style: solid;
	border-bottom-color: silver;
	top: 0;
	position: relative;
	z-index: 5;
}

.twoColFixRtHdr #sidebar1 #sponsorer {
	margin-top: 6px;
	clear: both;
	text-align: center;
	border: 1px solid silver;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.twoColFixRtHdr #sidebar1 #sponsorer img {
	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColFixRtHdr #sidebar1 #sponsorer h2 {
	font: 11px Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: gray;
}

#sidebar1 .aktuellt {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 0px;
}

#sidebar1 .aktuellt h3 {
	margin-top: 14px;
	margin-bottom: 2px;
	color: maroon;
	font: bold 14px/14px Helvetica, Arial, Geneva, sans-serif;
}

#sidebar1 .aktuellt h3 span.aktuelltdatum {
	margin-left: 5px;
	white-space:nowrap;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: gray;
}

#mainContent #sidebar1 .aktuellt p {
	font-size: 11px;
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
	padding-top: 0;
}

#sidebar1 a.addthis_button {
	margin-top: 18px;
	position: relative;
}

#sidebar1 a.fb {
	margin-top: 11px;
	float: left;
}

#mainContent a#feedburner {
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	color: gray;
	position: relative;
	top: 1px;
}



/* Main Content */



.twoColFixRtHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	min-height: 622px;
	border: 1px solid #cccbcc;
	margin: 0 0px 0 0;
	z-index: 6;
	position: relative;
	border-bottom-style: none;
}

#mainContent #column1 {
	width: 70%;
	display: inline;
	float: left;
	z-index: -3;
}

.twoColFixRtHdr #mainContent  h1#headline  {
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 4px;
	width: 100%;
	padding-left: 34px;
	margin-right:0;
	display: inline-block;
	font: 35px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid silver;
	background-color: white;
	opacity: 0.8;
}

.twoColFixRtHdr #mainContent a {
	color: #770404;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent a:hover {
	color: gray;
	text-decoration: underline;
	
}
	
.twoColFixRtHdr #mainContent p {
padding-top: 5px;
margin: 0;
}

/* Textframe */

#mainContent #textframe {
	float: left;
	width: 360px;
	background-color: white;
	opacity: 0.9;
	z-index: -20;
	border: 1px solid #silver;
	padding: 20px 10px 25px 14px;
	margin-top: 0;
	border-top-width: 0;
	border-top-style: none;
	
}

#mainContent #textframe p, h1, h2, h3 {
	opacity: 1;
}


#mainContent #textframe a {
text-decoration: underline;
}

#mainContent #textframe h1 {
	font-size: 19px;

}
#mainContent #textframe h2, #mainContent #textframe h3 {
	margin-bottom: 5px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: maroon;
	font-weight: bold;
}
#mainContent #textframe h2 {
	margin-top: 0;
}

#mainContent #textframe h3 {
	font-size: 16px;
}

#mainContent #textframe p {
	font-size: 15px;
	line-height: 20px;
}

#mainContent #textframe ul {
	list-style-position: inside;
} 

#mainContent #textframe .aktuellt {
	margin-bottom: 6px;
	border-bottom: 1px solid silver;
}

#mainContent #textframe .aktuellt h3 {
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 0;
}

#mainContent #textframe .aktuellt h3 span.aktuelltdatum {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	white-space:nowrap;
	color: black;
	}
	
#mainContent #textframe #andrdatum p {
	font-size: 11px;
	font-weight: normal;
	white-space:nowrap;
	color: grey;
	padding-top: 12px;
	}


#mainContent #textframe .aktuellt p {
	font-size: 14px;
padding:0;
padding-bottom: 4px;
	line-height: 17px;
}

#mainContent #textframe a.addthis_button {
	float: right;
}

#mainContent #textframe h5.trigger a {
	color: #5f5f5f;
	padding: 0px;
	margin: 0;
	font: 98% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainContent #textframe div.toggle_container {
		padding: 0 0 10px;
}

#mainContent #textframe a#arkiv_navigation {
	margin-top: 20px;
	padding-top: 20px;
}

#arkivtxt {
	font-size: 14px;
}

#arkivtxt h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 2px;
}

#arkivtxt li {
	list-style: none;
	
}


/* Textframe placering */

#textframe {
		margin-left: 20px;
}

.id1  #mainContent #textframe {
		margin-left: 320px;
}

.id32 #mainContent #textframe, .id51 #mainContent #textframe, .id15 #mainContent #textframe, .id69 #mainContent #textframe, .id76 #mainContent #textframe, .id78 #mainContent #textframe, .id83 #mainContent #textframe, .id97 #mainContent #textframe {
		width: 480px;
}

.id57 #mainContent #textframe {
	width: 460px;
	
}

.id69 #mainContent #textframe table {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

.id69 #mainContent #textframe table thead tr, .id69 #mainContent #textframe table thead td {
	border-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.id69 #mainContent #textframe tr.tr1 {
	background-color: #f1f1f1;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

.id69 #mainContent #textframe tr.tr2 {
	background-color: #e5e5e5;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	}
.id69 #mainContent #textframe tr.tr3 td {
	border: 0;
	}
	
.id69 #mainContent #textframe .table1 {
	text-align: center;
	padding: 0;
	margin: 0;
}
	
.id69 #mainContent #textframe .table2 td {
	border-right: 1px solid gray;
	padding-left: 2px;
	padding-right: 6px;
	width: 78px !important;
	text-align: right;
}
.id69 #mainContent #textframe .table2 td.td1 {
	width: 177px !important;
}




.id69 #mainContent #textframe p {
	line-height: 110%;
	font-size: 80%;
}


.id75 #mainContent #textframe, .id86 #mainContent #textframe {
		width: 650px;
}

.id75 #mainContent #textframe form#directions {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 4px;
		border: 1px solid silver;
	margin-right: 10px;
	border-radius:4px;
		-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.id75 #mainContent #textframe form#directions input#from_address {
		width: 200px;
	height: 1.5em;
	border: 1px solid #b6b6b6;
}
.id75 #mainContent #textframe form#directions p {
	display: inline;
}


/* Footer */

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: black; 
	height: 160px;
	color: #545657;
	font: 9px Helvetica, Arial, Geneva, sans-serif;
	text-align: right;
} 
.twoColFixRtHdr #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: 15px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

.twoColFixRtHdr #footer #wrapper-pANP {
	overflow: visible;
	width: 900px !important;
	display: inline;
	float: left;
}
.twoColFixRtHdr #footer #footer_credit {
	padding-top: 4px;
	clear: both;
	color: #c1c1c1;
}
.twoColFixRtHdr #footer #footer_credit a {
color: #c1c1c1;
}


.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;
}






