/** Layout **/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6168;
	background-image: url(bakgrunn.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	overflow: -moz-scrollbars-vertical;
}

div#wrapper {
	margin: 0 auto;
	width: 780px;
	background-color: transparent;
	border-bottom: solid 1px #ccc;
}

div#header {
	height: 142px;
	background-color: transparent;
	margin-top: 20px;
}

div#menu {
	height: 26px;
}

div#content {
	background-color: #fff;
	min-height: 500px;
	padding: 8px;
	clear: both;
	display: block;
}

* html div#content {
	height: 500px;
}

div#content_left {
	float: left;
	width: 243px;
	height: 137px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-color: transparent;
	display: block;
}

div#content_right {
	line-height: 20px;
	padding-left: 8px;
	padding-bottom: 8px;
	background-color: transparent;
	width: 505px;
	float: left;
}

.horisontalline {
	border-bottom: solid 1px #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
	display: block;
}

div#footer {
	height: 20px;
	background-color: transparent;
	background-image: url(bunn_01.gif);
	margin-top: 2px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/** Skrift/bilde formatering **/

img {
	border: none;
}

h1 {
	color: #ff7700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

a {
	color: #ff7700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#footer a {
	color: #333;
}

div#footer a:hover {
	color: #ff7700;
}


