/* CSS Document */

div {
	position: relative;
}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin: 0px; 
	padding: 0px;
	background-image:url(/images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* kode for spesielle anledninger


html
{
	border-width: 20px 20px 0px 20px;
	border-color: #000000;
	border-style: solid;	
}


#sortbunn
{
	width: 100%;
	height: 20px;
	background-color: #000000;
	bottom: 0px;
	position: fixed;
	left: 0;
}

-------------------------------------------  */

img {
	border: none;
}

a {
	color: #2b292c;
	font-size: 12px;
    outline: none;
}



.noFloat {
	float:inherit;
}

.linkText {
	color: #2b292c;
	font-size: 12px;
}

.linkTextNoLine {
	color: #2b292c;
	font-size: 12px;
	text-decoration: none;
}

.linkTextLarge {
	color: #2b292c;
	font-size: 18px;
}

.linkTextLargeNoLine {
	color: #2b292c;
	font-size: 18px;
	text-decoration: none;
}

.headerText {
	color: #2b292c;
	font-size: 24px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: #2b292c;
	font-size: 24px;
	font-weight:500;
}

h1.large {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #2b292c;
	font-size: 30px;
}

h2
{ font-size: 1.4em; }

h3
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.2em;
}

h4
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.0em;
}

p.nospace {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	
}

ul
{
	
	/* list-style-image: url(/images/listeprikker.gif); */
	margin-top: 0px;
	padding-top: 0px;

}




.headerTextLarge {
	color: #2b292c;
	font-size: 30px;
}

.stikktittel {
	color: #2b292c;
	font-size: 12px;
}

.ingressText {
	color: #2b292c;
	font-size: 16px;
}

.ingressTextLarge {
	color: #2b292c;
	font-size: 20px;
}

.textText {
	color: #2b292c;
	font-size: 12px;
}

.textTextLarge {
	color: #2b292c;
	font-size: 15px;
}

.offset3 {
	padding-top: 3px;
}

.offset5 {
	padding-top: 5px;
}

.offset5Left {
	padding-left: 5px;
}

.offset10 {
	padding-top: 10px;
}

.offset15 {
	padding-top: 15px;
}

.offset20 {
	padding-top: 20px;
}

.offset30 {
	padding-top: 30px;
}


.offset10Left {
	padding-left: 10px;
}

.bottomOffset10 {padding-bottom:10px;}

.boldText {
	font-weight: bold;
}

.mainMenuElement {
	float: left;
}

.mainMenuElementRight {
	float: right;
}

#main_searchEnglish {
	display: block;
	width: 55px;
	height: 39px;
	background: url(/images/mainmenu/search.gif);
}

#main_searchHTML {
	width: 30px;
	height: 39px;
	border:none;
	background-image: url(/images/mainmenu/search.gif);
}

#mainMenuSearch{
	margin-top: 5px;
}

#mainMenuSearchHTML{
	margin-top: 5px;
}


#mainMenuSearch input{
	display: block;
	width: 144px;
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	text-decoration:none;
	border-style:none;
	line-height:11px;
}

#mainMenuSearchHTML input{
	display: block;
	width: 104px;
	margin-right: 10px;
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	text-decoration:none;
	border-style:none;
	line-height:11px;
}

#searchButton {
	font-family: Georgia, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin-top: 2px;
}



.linkTextNoLine:hover {
	text-decoration: underline;
}
.linkTextLargeNoLine:hover {
	text-decoration: underline;
}

/* Ny Clearfix-kode (IE7) ----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


