/* M.J. Waterloo web page CSS file, September 2012 */

/* Format links in documents */
a:link {
         color: #F5DA81;
         text-decoration: none
         }

a:visited {
         color: yellow;
         text-decoration: none
}

a:active {
         color: magenta;
         text-decoration: underline;
}

a:hover {
         color: PaleTurquoise;
         text-decoration: underline;
}


/* Format texts in documents */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0px;
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #44eae8;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c7fdfc;
	line-height: 18px;
        margin-bottom: 0px
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic; line-height: 18px;
	margin-bottom: 0px
}

h4 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF
}

ol     { 
        list-style: lower-alpha inside
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0px;
	color: #ffffff;
	text-decoration: none; 
}

ul     { 
        list-style-type:square; 
        list-style-position:inside; 
        list-style-image: url('images/bullet.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0px;
	color: #ffffff;
	text-decoration: none;
}

address {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
	color: #ffffff;
	text-decoration: none;}


.submenu {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FBD69C;
	line-height: 15px;
	text-decoration: none
}
	
body {
	background-color: #021173;
	background-image: url('images/background_dark.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed
}


/* Format div containers */
#header {
	position: absolute;
	z-index: 1;
	height: 65px;
	width: 630px;
	left: 35px;
	top: 11px;
}

#submenu {
	z-index: 2;
	width: 85px;
	left: 0px;
	top: 130px;
	position: absolute;
}

#submenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}

#tekst {
	position: absolute;
	z-index: 3;
	width: 480px;
	left: 140px;
	top: 91px;
}

#logo {
	position: absolute;
	z-index: 4;
	height: 87px;
	width: 100px;
	left: 700px;
	top: 1px;
}

#image1 {
	position: absolute;
	z-index: 5;
	height: 98px;
	width: 150px;
	left: 600px;
	top: 130px;
}


#image2 {
	position: absolute;
	z-index: 5;
	height: 98px;
	width: 150px;
	left: 650px;
	top: 270px;
}

#image3 {
	position: absolute;
	z-index: 5;
	height: 98px;
	width: 150px;
	left: 650px;
	top: 400px;
}

#image4 {
	position: absolute;
	z-index: 5;
	height: 98px;
	width: 150px;
	left: 600px;
	top: 530px;
}

#image5 {
	position: absolute;
	z-index: 5;
	height: 98px;
	width: 150px;
	left: 600px;
	top: 660px;
}

#image6 {
	position: absolute;
	z-index: 5;
	height: 98px;
	width: 150px;
	left: 600px;
	top: 790px;
}

#header img {
	border: 0px none;
}


#homepage {
	position: absolute;
	height: 430px;
	width: 470px;
	left: 150px;
	top: 15px;
	clip: rect(   )
}
