/*
For:


Av:
Fredrik Sørlie
Sørlie Communications
www.s-com.no
*/

/* General */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background: #000 url('../img/bg-body.jpg') top center no-repeat;
}

hr {
	height: 1px;
	font-size: 0;
	line-height: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	margin: 0 0 5px 0;
	clear: both;
}

input {
	width: 250px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	border: 1px solid #999999;
	background: #FFFFFF;
}

textarea {
	width: 250px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	border: 1px solid #999999;
	background: #FFFFFF;
}

a, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

ul {
	list-style: none;
}

p {
	display: block;
	margin-bottom: 12px;
}

h1 {
	font-size: 1px;
	margin: 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
}

.date {
	font-size: 9px;
	color: #999999;
	padding: 1px 0 0 0;
}

.more {
	background: url("../img/arrow_r.gif") no-repeat right;
	padding: 0 12px 0 0;
}

.less {
	background: url("../img/arrow_l.gif") no-repeat left;
	padding: 0 0 0 12px;
}

img {
	border: 0px;
	vertical-align: bottom;
}

p img {
	float: left;
	margin: 3px 10px 10px 0;
}

.left { float: left; vertical-align: top; }
.right { float: right; vertical-align: top; }

/* Site Layout */

div#top {
	width: 100%;
	height: 30px;
	clear: both;
}

div#middle {
	width: 100%;
	text-align: center;
}

div#bottom {
	width: 100%;
}

h1#header {
	width: 762px;
	height: 53px;
	background: url("../img/bg_header.gif") no-repeat;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}

ul#menu {
	width: 730px;
	height: 32px;
	background: url("../img/bg_menu.gif") no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 16px 0 16px;
}

ul#menu li {
	float: left;
	display: inline;
}

div#content {
	width: 762px;
	height: 402px;
	background: url("../img/bg_content.png") no-repeat;
	margin: 0 auto 0 auto;
}

div#cover {
	width: 196px;
	height: 260px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 19px 0 0 35px;
	padding: 1px;
	display: inline;
}

div#text {
	width: 466px;
	height: 222px;
	background-image: url("../img/bg_text.gif");
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	margin: 19px 0 0 20px;
	padding: 20px 2px 20px 2px;
	display: inline;
}

div#textbox {
	width: 430px;
	height: 222px;
	overflow: auto;
	text-align: left;
	padding: 0 18px 0 18px;
}

div#button {
	width: 196px;
	height: 60px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 20px 0 0 35px;
	padding: 1px;
	display: inline;
}

div#banner {
	width: 468px;
	height: 60px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 20px 0 0 20px;
	padding: 1px;
	display: inline;
}

div#footer {
	width: 722px;
	height: 90px;
	text-align: left;
	color: #CCCCCC;
	margin: 10px auto 0 auto;
	vertical-align: top;
}

div#footer a, div#footer a:visited, div#footer a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

div#footer a {
	display: inline !important;
	margin: 0;
	padding: 0;
}

div#footer a img {
	display: inline !important;
	float: left !important;
	margin: 0;
	padding: 0;
	margin-right: 10px !important;
	vertical-align: top !important;
}