@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 50px 0px;
	padding: 0px;
	background: #B8B8B8 url(images/homepage01.jpg) repeat-x left top;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020; 
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h3 {
	font-size: 12px;
	color: #8F1103;
}
h4 {
	font-size: 11px;
	color: #FF7800;
}
p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: justify;
	line-height: 160%;
	font-weight: normal;
	color: #404040;
}

a {
	color: #FF7800;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #C3C3C3;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	float: none;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

hr {
	display: none;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 180%;
}

.list1 li {
	padding-left: 14px;
	background: url(images/homepage11.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 860px;
	height: 81px;
	background: #FFFFFF url(images/homepage02.jpg) repeat-x left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 81px;
	background: url(images/homepage333.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -999em;
	line-height: normal;
}

#logo h1 a {
	display: block;
	height: 70px;
}

/** TOPMENU */

#topmenu {
	float: right;
	/**width: 808px;  NYTT */
	height: 41px;
	padding: 40px 0px 0px 0px;
	background: url(images/homepage04.jpg) no-repeat right top;
}

#topmenu p {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	line-height: normal;
	color: #ACACAC;
}

#topmenu a {
	padding: 0px 10px;
	color: #C33;
	font-weight: bold;
}

/** HEADER2 */

#header2 {
	width: 808px;
	height: 32px;
	background: #323232;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 25px;
}

/** MENU */

#menu {
	float: left;
	/** width: 808px;  NYTT */

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal
}

#menu li {
	float: left;
	/**width: 808px;  NYTT */

	height: 23px;
	padding: 9px 13px 0px 13px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #F8AA1F;
}

#menu .active a {
	color: #323232;
}

/** SEARCH */

#search {
	float: right;
	width: 220px;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	padding-top: 4px; /**6px; */
	border: none;
}

#search input {
	float: left;
}

#search .input-text {
	width: 170px;
	height: 18px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: none;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575
}

#search .input-image {
	margin-left: 8px;
}

/** PAGE */

#page {
	width: 806px;
	background: #FFFFFF;
	border-left: 1px solid   #E0E0E0; 
	border-right: 1px solid  #E0E0E0; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
}

.wide #page {
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
}

#contenwide { 
	width: 700px;
}

.home #content {
	width:   525px;      /** 465px;   */
	font-weight: bold;
}

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 550px;
}

.two-columns .column2 {
	float: right;
	width: 220px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width:   200px;              /**258px;         */
}

.home #sidebar {
	width: 150px;				/**297px;;         */
}

/** FOOTER */

#footer {
	width: 858px;
	background: url(images/homepage10.gif) no-repeat left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #404040; /** #AFAFAF;#404040*/
}

/** BOX1 */

#box1 {
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
