/*
	Fil: rekon-css2.css
	Forfatter: Christian Nesmark
	
	Denne filen inneholder stiler som fungerer med nye browsere
*/

h1 {
	/*
	border-top: 1px solid Black;	
	*/
}

h2.ansatt {
	margin-top: 10px;
}

.linkRad {
	border-top: 1px solid Black;
}

#aktivtSpraak {
	border-bottom: 2px solid #353535;
	padding-bottom: 1px;
}

/*
.menyValg {
	position: absolute;
	z-index: 1;
}

#menLogo {
	left: 0px;
	top: 0px;
}

#menForside {
	left: 5px;
	top: 70px;
}

#menNyheter {
	left: 5px;
	top: 90px;
}

#menEksempler {
	left: 5px;
	top: 110px;
}

#menOm {
	left: 5px;
	top: 130px;
}

#menKontakt {
	left: 5px;
	top: 150px;
}
*/

/* Kontakt Oss */
.inputFeltbeskrivelse {
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
/*
	width: 120px;
*/
}

.epostFelt {
	width: 250px;
}

.inputFelt {
	height: 20px;
	border: 1px solid Black;
	padding: 1px;
}

.inputKnapp {
	background-color: #ECECEC;
	border: 1px solid Black;
	margin-top: 5px;
	margin-left: 2px;
	font-size: 12px;
}

#taInnhold {
	height: 200px;
}

.hoyrejustert {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.venstrejustert {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

