/* CSS Document */

body {
	background: #0E2310 url(../images/bg/bg_tonen.jpg) repeat-x fixed center top;
	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: #0B1910;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
}


* { padding: 0; margin: 0; }

a {
	border: 0;
	color: #133409;
}
img {
	border: 1px none #000000;
}



#headernav a:hover {
	color: #FFCC33;
}
#headernav  ul {
	display: block;
	margin: 0px 0px 12px;
	list-style-type: none;
	padding: 12px;
}
#headernav  li {
	display: inline;
	white-space: nowrap;
	float: left;
}
#headernav a {
	color: #12300A;
	text-decoration: none;
}
#wrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #FFCC66;
	text-align: left;
	position: relative;
}
/*#topbar{
	position:absolute;
	padding: 0px;
	width: 180px;
	visibility: hidden;
	z-index: 100;
	top: 0px;
}*/
#container2 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F9F3E9 url(../gold_ton2.png) repeat-x scroll center -100px;
	margin: 30px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}
#header {
	padding: 0px;  /* 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. */
	margin: 0px;
}
#header img  {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 1px none #CCCCCC;
}
#leftbar {
	width: 600px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #364529;
	margin: 0px;
	text-align: left;
}#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 50px;
	border-top: 1px none #364529;
	border-right: 1px none #364529;
	border-bottom: 1px none #364529;
	border-left: 1px none #364529;
}
#content {
	padding: 35px 155px;
	margin: 0px;
}
a:link {
	color: #133409;
	text-decoration: underline;
}
a:visited {
	color: #133409;
	text-decoration: underline;
}
a:hover {
	color: #133409;
	text-decoration: none;
}
a:active {
	color: #CC9900;
	text-decoration: none;
}
h1  {
	font-size: 2.2em;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 0.3em;
	display: block;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.6em;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 0.3em;
	display: block;
	letter-spacing: -1px;
}
p  {
	line-height: 1.6em;
	text-align: left;
	margin-right: 150px;
}
.img_fullbredd {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	width: 640px;
}
.bildtext {
	display: run-in;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #122D0C;
	width: 150px;
	margin-bottom: 1em;
	margin-left: 2em;
	color: #000000;
	background-color: #eee;
	margin-right: 0px;
	padding: 1em;
	margin-top: -1em;
}
#footer {
	padding: 0;
	margin: 0px;
	text-align: center;
	background-color: #0C1910;
	color: #CD9800;
}
#footer h4 {
	color: #CCCCCC;
	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 0px 1px;
	text-align: center;
	letter-spacing: normal;
	font-size: 18px;
	font-weight: normal;
}
#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;
	text-align: center;
	letter-spacing: normal;
}
#footer a:link {
	color: #CD9800;
	text-decoration: underline;
}
#footer a:visited {
	color: #CD9800;
	text-decoration: underline;
}
#footer a:hover {
	color: #CD9800;
	text-decoration: none;
}
#footer a:active {
	color: #CD9800;
	text-decoration: none;
}
.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;
}
#linklist {
	margin-top: 40px;
	margin-right: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #133409;
}
#linklist  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#linklist li {
	display: block;
	padding: 10px;
	border-top: 1px none #133409;
	border-right: 1px none #133409;
	border-bottom: 1px solid #133409;
	border-left: 1px none #133409;
}

