/***************************************
Project: Shell Motel
-------------------
Base MOTEL colours:
#009933 - dark green
#CCFF33 - light green
#d9f0f0 - extra light green
#00ccbb - green
#00aabb - bright green
#FFFFEC - flodefarvet

#ff0000	- red
#ffcc00	- yellow
#999999	- grey
#000000	- black
/************ type styles **************/
body {
	background-color: #FFFFEC;
	color:#000000;
	margin:2;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/** shell css **/

/* ============================= */
/* LEFT NAVIGATION STYLES        */
/* ============================= */
.menu {
	padding:0px; color: #FFFFFF;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #009933;
	background-position: left bottom;
	list-style-type:none; border-left-width:1; border-right-width:1; 
}
.menulink {
	color: #000000;
	font-weight: normal;
	list-style: none;
	line-height: 1.2em;
	padding: 3px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCFF99;
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* ============================= */
/* Text STYLES        */
/* ============================= */
.brod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.brodbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.brodkursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;

}.mellem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}
