/* default styling */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

a img {
	border: none;
	text-decoration: none;
} 

fieldset {
	border: 0;
}

body {
	background-color: #ffffff;
	text-align: center;
	margin: 20px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	color: #262626;
}

h1, h2, h3 {
	font-family: Arial, Verdana, sans-serif;
	color: #0087b3;
	font-weight: 100;
}

h1 {
	font-size: 1.4em;
	margin-bottom: .5em;
}

h2 {

	font-size: 1.2em;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

h3 {
	font-size: 1.0em;
	margin-bottom: .2em;

}


/* Oppsett av de ulike div'er og wrappere rundt innholdet */

div#pageWrap {
	position: relative;
	margin: 0 auto;
	width: auto;
	text-align: left;
}

div#header {
	display: none;
}

div#content {
	width: 100%;
}

div#leftColumn {
	float: left;
	width: 720px;
}

div#leftColumn-stor {
	float: left;
	width: 970px;
}

div#rightColumn {
	display: none;
}

div.left {
	float: left;
	border-right: 1px dotted #A0A0A4;
}

div.right {
	float: left;
	padding-left: 17px;
	width: 218px;
}

div.rightLarge {
	float: left;
	padding-left: 17px;
	width: 300px;
}

div.mainBox {
	display: none;
}

div#skjema {
	margin: 10px 10px 0 0;
	padding: 17px;
}



div.mainBox p, div#skjema p {
	margin: 1em 0;
}



div.formBox {
	float: left;
	width: 217px;
}

div.left div.formBox {
	width: 217px;
}


table#skjemaTabell {
	margin: 10px 0;
	/*width: 550px; */
}


ul {
	margin-left: 20px;
}

.litenTekst {
	font-size: .8em;
	font-style: italic;
	color: #666666;
}

.langtFelt {
	width: 380px;
}

.kortFelt {
	width: 180px;
}


div.tips {
	font-size: .8em;
	font-style: italic;
	margin: 0 0 1.3em 0;
	padding-bottom: .3em;
	border-bottom: 1px solid #c5bbaa;
}

.red {
	color: #FF0000;

}


form#orgForm {
	display: none;
}


/* Styling av forms-elementer */

div.formBox label,table#skjemaTabell label {
	display: block;
	font-size: .9em;
	margin-bottom: .3em;
	color: #666666;
}	

div.formBox input.tekstfelt_kort {
	display: block;
	width: 100px;
	margin-bottom: .3em;
	margin-top: .3em;
}

div.formBox input.buttonBlock {
	display: block;
	margin: 10px 0px;
}

div.formBox select {
	width: 200px;
	margin: 5px 0 10px 0;
}








/* Alsett Clearing Method - the footer comes below the longest column */

.clearfix:after {
    content: ".";          
	display: block;        
    height: 0;             
    clear: both;           
    visibility: hidden;	   
}

.clearfix {
	display: inline-block; /* a fix for IE Mac */
}   

/* a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
