	* {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
        body {
                background-color: #F0F1F1;
                margin-top: 20px;
                margin-bottom: 20px;
		font-family: verdana;
        }


/* Div */

	.flag a {
		padding-right: 28px;
	}
	.logo {
		width: 200px;
		height: 70px;
	}
	.youarehere {
		padding:2px;
		padding-left: 16px;
		font-size: 9px;
	}
	.youarehere span{
		font-size: 9px;
	}


/* Innholds områder */

		.maintable {
			width: 970px;
		}

		.rightblocks .TITLE {
			font-family: century;
			font-size: 14px;
		}
		.rightblocks .CONTENTS {
			font-family: verdana;
			font-size: 10px;
			color: #111111;
		}
		.rightBlockSplit {
			height: 1px;
			color: #777777;
			margin-bottom: 8px;
		}

		.topblocks .TITLE {
			font-family: century;
			font-size: 14px;
		}
		.topblocks .CONTENTS {
			font-family: verdana;
			font-size: 10px;
			color: #111111;
		}
		.footer {
			margin-top: 10px;
		}
	
		.footer * {
			color: #777777;
			font-size: 10px;
			text-align: center;
		}
		.footer a {
			color: #0091d7;
		}


		.heading_text {
			color: #f58220;
		}


/* Horisontal menu */

	/* NB! Se også i wdesc */

	/* Level 1 */

		.menulist a span {
			color: #333333;
			text-transform: capitalize;
		}
		.menuItem span {
			font-size: 13px;
		}
		.menuItem a {
			padding: 8px;
			padding-left: 19px;
			padding-right: 19px;
			padding: 8px 16px 8px 16px;
		}
		.menuItem a:hover {
			background-color: white;
		}
		.menuItemActive a {
			padding: 8px;
			padding-left: 19px;
			padding-right: 19px;
		}
		.menuItemActive span {
			font-size: 13px;
		}
 

	/* Level 2 */

		.subMenuItem a {
			padding: 4px;
		}
		.subMenuItem span, .subMenuItemActive span {
			font-size: 11px;
		}
	
	/* Level 3 */

		.subsubMenuItem span {
			font-size: 11px;
		}

	/* Generelt */

		.hmenu {
			margin-left: 0px;
		}
		.hmenu ul {
			margin-left: 0;
			padding-left: 10px;
		} 
		.hmenu ul li {
			margin-right: 0;
			margin-left: 0;
			/* border-right: 1px solid #000; */
			list-style: none;
		}
		.hmenu ul li.first {
			margin-left: 0;
			border-left: none;
			list-style: none;
		}
		.hmenu a {
			text-decoration: none;
		}
		.hmenu a:hover {
			text-decoration: none;
		}
	
	

/* WIPS genererte classses*/

.calendarContainer {
        background-color: #D0D0D0;
        padding: 2px;
        display: inline-block;
}

.calendar {
        background-color: #D0D0D0;
        width: 147px;
}
.calendar th {
        font-weight: normal;
        font-size: 12px;
        background-color: #a4A4A4;
        color: #ffffff;
        height: 15px;
}

.calendarCellNormal {
        background-color: #ffffff;
        text-align: center;
        vertical-align: middle;
        height: 15px;
}

.calendarCellToday {
        text-align: center;
        vertical-align: middle;
        background-color: #ffffff;
        height: 15px;
}

.calendarCellEvent {
        text-align: center;
        vertical-align: middle;
        background-color: #f58220;
        height: 15px;
}

.calendarCellEventToday {
        text-align: center;
        vertical-align: middle;
        background-color: #b5b220;
        height: 15px;
}

.calendarCellEventToday a {
        color: #ffffff;
}

.calendarCellEvent a {
        color: #ffffff;
}

.calendarEventTitle {
        font-size: 14px;
}

.calendarEventDate {
        margin-bottom: 5px;
}

.calendarEventDescription {
}

.containerBottom * {
        font-size: 10px;
}
.externalIFrame { height: 3000px; }


h1 .wordDefinitionWord {
        font-size:16px;
        font-weight: light;
}
h2 .wordDefinitionWord {
        font-size:15px;
        font-weight: light;
}
h3 .wordDefinitionWord {
        font-size:14px;
        font-weight: light;
}
h4 .wordDefinitionWord {
        font-size:13px;
        font-weight: light;
}
h5 .wordDefinitionWord, h6 .wordDefinitionWord {
        font-size:12px;
        font-weight: light;
}


#frontFeature {
	background: #fff;
	display: block;
	margin: 10px 0 0 0;
	border: 3px solid #fff;
	REMheight: 256px;
	position: relative;}
a.frontFeature span.frontFeatureTitle, .frontFeatureTitle span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
	REMbackground: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	margin: 0;
	text-indent: 10px;
	width: 614px;
height:105px;
	REMcursor: pointer;}
	
	a.frontFeature span.frontFeatureBody {
		font-size: 12px;
		text-transform: none;
		text-indent: 10px;
		display: block;}

	a.frontFeature:hover span.frontFeatureTitle {
		opacity: 1;}


