/* 
	CSS Document 
	Senja Lab
	Sircon Norge AS
	http://sircon.no
---------------------------------------------- */

html {
	margin: 0;
	padding: 15px 0 0;
	background: url("../images/bg_html.png") repeat-x;
	}

body {
	width: 930px;
	margin: 0 auto;
	padding: 15px 0;
	}


/* Layout
---------------------------------------------- */

#flashbox {
	width: 930px;
	height: 210px;
	}

.primary {
	width: 605px;
	padding: 15px 15px 0;
	background-color: #fff;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}

.secondary {
	width: 220px;
	padding: 15px 0 0 60px;
	}

.footer {
	width: 605px;
	padding: 15px 15px 0 310px;
	}

	.footer p { text-align: center; color: #337eb1; font-size: 10px; line-height: 14px; }
	.footer p a { color: #e57c9b; text-decoration: none; }
	.footer p a:hover { text-decoration: underline; }


/* Default type and links
---------------------------------------------- */
	
p, 
td p, 
td, 
li, 
input#navn, 
input#epost, 
textarea#melding { 
	font: normal 12px/19px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #333;
	}

	a { color : #347db0;}
	a:hover { color : #e57c9b; }
	p { margin : 0 0 19px 0; }

h1 {
	font: normal 24px/19px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #000;
	margin: .2em 0 19px;
	}

h2 {
	font: normal 21px/19px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #000;
	margin: .2em 0 19px;
	}	

h3 {
	font: normal 18px/19px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #347db0;
	margin: .2em 0 19px;
	}

h4 {
	font: normal 14px/19px "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #333;
	margin: .2em 0 19px;
	}

hr {
	height: 1px;
	color: #fff;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #bfbfbf;
	border-left: none;
	padding-top: 0px;
	margin-bottom: 19px;
	}

#maindocument img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	}	

/* Forms
---------------------------------------------- */

input#navn, 
input#epost, 
textarea#melding { 
	padding : 4px; 
	border : 1px solid #dedede; 
	}


/* Common
---------------------------------------------- */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
