/*** DEFAULTS ***/

html
{
}

body
{
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
	background: #AABDC7;
}

img
{
	border: 0;
}

input
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3
{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 10px 0;
	color: black;
}

h1
{
	width: 598px;
	background: #AEC486;
	font-family: verdana;
	font-weight: normal;
	font-size: 24px;
	border: 1px solid #AAAAAA;
	margin: 0;
	padding: 3px 8px;
}

h2
{}

h3
{}

a, 
a:visited,
a:active
{
	text-decoration: none;
	color: green;
}

a:hover
{
	color: red;
}

.clear
{
	clear:both;
}

/*** MASTER LAYOUT ***/

.masterCenterContainer
{
	width: 800px;
	margin: 0 auto;
}

.masterHeader
{
	margin: 5px 0 3px 0;
	height: 80px;
	background: url(/media/header.jpg) no-repeat top left; 
}

.masterMainWrapper
{
	background: url(/media/main_middle.png) repeat-y left;
	margin-bottom: 3px;
}

.masterMainWrapperTop, .masterMainWrapperBottom
{
	background: url(/media/main_edge.png) no-repeat left;
	height: 1px;
	clear: both;
}

.masterSidebar
{
	width: 159px;
	margin: 0 3px 0 0;
	float: left;
	padding: 5px;
}

.masterMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.masterMenu ul ul
{
	margin-left: 20px;
}

.masterMenu li a
{
	display: block;
	margin: 3px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.masterMenu li.selected > a
{
	font-weight: bold;
}

a.masterWindmill
{
	display: block;
	width: 150px;
	height: 75px;
	background: url(/media/windmill.gif) no-repeat top left;
	cursor: pointer;
	margin: 10px auto;
}


.masterMain
{
	width: 618px;
	float: left;
	padding: 5px;
	margin: 0;
}

.masterAddress
{
	background: #AAAAAA;
	clear: both;
	padding: 3px;
	font-weight: bold;
	color: #D1D1D1;
	text-align: center;
}

.masterAddress p
{
	padding: 0;
	margin: 0;
}

.masterAddress a
{
	color: #D1D1D1;
}

.masterAddress a:hover
{
	text-decoration: underline;
}

/*** EMPLOYEE ***/
.employee
{
	
}

.employee .item
{
	margin-bottom: 15px;
}

.employee .item .image
{
	float: left;
	width: 200px;
	min-height: 1px;
}

.employee .item .image img
{
	float: left;
}

.employee .item .description
{
	float: left;
	width: 400px;
	margin-left: 15px;
}

/*** NEWSLETTER ***/
.newsletter
{
	margin: 2px 2px 2px 4px;
}

.newsletter h3
{
	margin: 10px 0 5px 0;
}

.newsletter label
{
	font-weight: bold;
	font-size: 10px;
}

.newsletter input
{
	width: 140px;
	font-size: 10px;
}

.newsletter p
{
	margin: 0 0 0 0;
}

.newsletterNavn
{
}

.newsletterAddress
{
}

.newsletter .newsletterSubmit
{
	font-weight: bold;
	background: #f9ed9d;
	border: 1px solid #AAA;
	padding: 4px 8px;
	width: 144px;
	cursor: pointer;
	margin-top: 5px;
}
