/* 
	CSS Document 
	Delta Elektro
	Sircon Norge AS
	http://sircon.no
---------------------------------------------- */

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

body {
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
	background: url("../images/bg_body.jpg") top center no-repeat;
	}


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

.wrap {
	width: 980px;
	margin: 0 auto;
	}

#flashbox {
	width: 960px; 
	height: 230px;
	padding: 0 10px;
	}

.content {
	width: 980px;
	margin: 0 auto;
	background: url("../images/bg_content.png") top center repeat-y;
	}

.topnav {
	width: 960px;
	height: 30px;
	background: url("../images/bg_topnav.png") top center no-repeat;
	padding: 0 10px;
	}

.subnav {
	width: 660px;
	height: 30px;
	padding: 0 310px 0 10px;
	}

.primary {
	width: 620px;
	padding: 0 0 30px 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}

.secondary {
	width: 240px;
	padding: 0 20px 30px 0;
	}

.footer {
	width: 240px;
	padding: 0 30px 0 710px;
	height: 30px;
	background: url("../images/bg_footer.png") top center no-repeat;
	}

	.footer p { text-align: center; margin: 0; font: normal 11px/30px Verdana, sans-serif; color: #fff; }
	.footer p a { color: #fff; text-decoration: none; }
	.footer p a:hover { text-decoration: underline; }

#txtprofile {
	margin-bottom: 30px;
	}
	
	
/* Default type and links
---------------------------------------------- */
	
a { color : #2036a3; text-decoration: none; }
a:hover { color : #b51809; text-decoration: underline; }
p { margin : 0 0 16px 0; }

p, td p, td, li, input#navn, input#epost, textarea#melding {  
	font: normal 11px/16px Verdana, sans-serif;
	color: #232323;
	}

h1 {
	font: bold 22px/20px "Trebuchet MS", sans-serif;
	margin: .2em 0 16px;
	color: #2036a3;
	}

h2 {
	font: normal 16px/16px "Trebuchet MS", sans-serif;
	margin: .2em 0 16px;
	color: #2036a3;
	}	

h3 {
	font: bold 11px/16px Verdana, sans-serif;
	margin: .2em 0 8px;
	color: #2036a3;
	border-bottom: 1px dotted #99a3d3;
	}

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

hr {
	border-left: none; border-top: none; border-right: none;
	height: 1px;
	color: #fff;
	border-bottom: 1px solid #d4d4d4;
	padding-top: 5px;
	margin-bottom: 16px;
	}



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

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


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

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clear2em { clear: both; height: 2em; }
img, div { behavior: url("pngbehavior.htc"); }