body
{
	font-family: Myriad Pro, Verdana, Arial;
	margin: 20px;
}

a
{
	color: #903;
	text-decoration: none;
	font-weight: normal;
}

a:hover, #brodsmuler a:hover, #contentMain a:hover, #contentLeft a:hover, #contentRight a:hover
{
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
}

#container
{
	width: 68.75em;
	/*1100px*/
	/* margin: 1em auto 1em auto; */
	background-color: white;
	background-image: url(bilder/bakgrunn.png);
	background-repeat: repeat-y;
	border: 1px black;
}

#top{
width: 100%;
/* height: 13.313em; /*181px*/ */
float: left;
}

/*MENU*/
#topNav
{
	/* background: url(bilder/bakgrunn.png) repeat-y white; */
	/* width: 68.75em; */
	height: 3em;
	text-align: center;
	margin: 0em auto 0em auto;
	padding: 3em 0em 1em 0em;
}

#topNav a
{
	color: #000;
	text-decoration: none;
}


#navLinks
{
	margin-left: auto;
	margin-right: auto;
	/* width: 550px; */
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
}

#navLinks a
{
	color: #000;
	text-decoration: none;
}

#navLinks a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #DCA6AC;
}

ul.nav,
.nav ul
{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	/*margin: 0em auto 0em auto;*/
	margin: 0em 0em 0em -2em;
}

ul.nav>li
{
	color: #000;
	display: table-cell;
	position: relative;
	padding: 2px 6px 2px 6px;
	text-align: left;
}

ul.nav li>ul
{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul
{
	/*When hovered, make them appear*/
	display: block;
	border-top: 0px black none;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	margin: 2px 0px 0px 0px;
}

.nav ul li a
{
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	color: #000;
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-color: #FFF;
}

/*** Menu colors (customizable) ***/

.nav a, .nav ul a, .nav li a
{
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

ul.nav a
{
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

nav a:hover, .nav ul a:hover, .nav li a:hover,
.nav ul li a:hover, ul.nav li:hover, ul.nav a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #DCA6AC;
}

/*SITE CONTENT*/
#contentWrapper
{
	float: left;
	height: auto;
	width: 100%;
	background: url(bilder/bakgrunn.png) repeat-y;
	font-size: medium;
}
#contentLeft
{
	float: left;
	min-height: 33em;
	width: 16em;
	margin-left: 1em;
	/*background: url(bilder/blomst.png) no-repeat bottom left;*/
	font-size: 12px;
	font-style: normal;
	padding: 1em 2em 2em 2em;
}

/*hovedinnhold*/
#contentMain
{
	float: left;
	width: 31.5em;
	/* min-height: 66em; */
	font-size: medium;
	/* border-right: solid 0.2em #dca6ac; */
	/* border-left: solid 0.2em #dca6ac; */
	padding: 0em 1em 0em 1em;
}

/* #contentMain li
{
	margin: 0px 0px 0px -20px;
} */

#contentMain h2
{
	color: #339933;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}
#contentMain h3
{
	color: #e40054;
	padding: 10px 0px 0px 0px;
}

/*brodsmulene ligger øverst i alle /include filene*/
#brodsmuler a
{
	color: black;
	font-size: small;
	font-weight: normal;
}
#contentRight
{
	float: left;
	min-height: 33em;
	width: 16em;
	font-size: 12px;
	font-style: normal;
	padding: 1em 2em 2em 1em;
}

/*FOOTER*/
#footer
{
	float: left;
	width: 1100px;
	/* 100%; */
	height: 163px;
	/* height: 3.313em; */
	/*53px - footer-picture height*/
	text-align: center;
	background-image: url(bilder/footer.png);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}
#footer p
{
	margin-top: 1em;
	font-size: small;
	position: relative;
	top: 2em;
}
/*CLASSES*/
.smallHeader
{
	color: #E40054;
	font-size: 18px;
	font-weight: bold;
}

.smallHeader2
{
	color: #E40054;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

.smallHeader3
{
	color: #E40054;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

.textDecoration
{
	color: #e40054;	
}

.ingress
{
font-weight: normal;	
}
