/* 

	CSS Document 
	Ådneram Maskin
	-
	Sircon Norge AS
	Domene, webhotell, publiseringsløsninger, 
	webdesign og utvikling
	-
	http://sircon.no
	
---------------------------------------------- */

html { margin: 0; padding: 0; background: #e4e2d6 url("../images/bg-html.gif") top center; }
body { width: 100%; margin: 0; padding: 0; background: url("../images/bg-body.png") top center repeat-x; }


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

.wrap { width: 960px; margin: 0 auto; }
.contentrepeat { width: 920px; padding: 0 20px; background: url("../images/bg-contentrepeat.png") top center repeat-y; }
.header { width: 920px; height: 170px; }
.topnav { width: 920px; height: 30px; padding: 15px 0 40px; background: url("../images/bg-topnav.png"); }
.primary { width: 600px; margin-right: 20px; min-height: 300px; height: auto !important; height: 300px; }
.secondary { width: 240px; margin-left: 20px; }
.leftnav { margin-bottom: 40px; }
.footer { width: 960px; padding-top: 44px; background: url("../images/bg-footer.png") top center no-repeat; }


/* Default type and links
---------------------------------------------- */
	
body, p, td p, td, li { font: normal 13px/17px "Lucida Sans Unicode", "Trebuchet MS", sans-serif; color: #4f4a32; }
p { margin: 0 0 17px 0; }
.footer p { text-align: center; font-size: 11px; }

a { color: #a4630e;}
a:hover { color: #f90; }
a img { border: none; }

h1 { font: bold 20px Arial, Arial, Helvetica, sans-serif; margin: .2em 0 17px; color: #4d4d4d; }
h2 { font: bold 16px Arial, Arial, Helvetica, sans-serif; margin: .2em 0 0; color: #4d4d4d; }
h3 { font: bold 14px Arial, Arial, Helvetica, sans-serif; margin: .2em 0 0; color: #4f4a32; }
h4 { font: bold 13px Arial, Arial, Helvetica, sans-serif; margin: .2em 0 0; color: #a4630e; }

hr { height: 1px; color: #fff; border-top: none; border-right: none; border-bottom: 1px solid #bebba7; border-left: none; padding-top: 8px; }
#maindocument img { background-color: #e4e1d6; padding: 1px; border: 1px solid #bebba7; }

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

input#navn, input#epost, textarea#melding { padding: 5px;  border: 1px solid #bebba7; font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", sans-serif; color: #4f4a32; }


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

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