@charset "UTF-8";
/* CSS Document */

					/* body */
					
body { 
	background-color: #a5d7f0;
}
body, textarea {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

					/* divs */

div#wrapper {
	width: 900px;
	height: 620px;
	margin: auto;
	margin-top: 60px;

}

div#menu {
	width: 800px;
	height: 60px;
	float: left;
	}

div#talen {
	width: 100px;
	height: 60px;
	float: right;
	}

div#content {
	width: 867px;
	height: 560px;
	float: left;
	padding-left: 33px;
	}
	
div#footer{
	height: 260px;
	background-color: #FFFFFF;
	padding-top: 30px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	float: inherit;
	
	}

div#footer_container{
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;

	}

#footer a:hover { color: #000000; }

#footer a { font-size: 13px; color: #0071bb; font-family:"Lucida Grande",Trebuchet MS, Arial, sans-serif; font-weight: bold; text-decoration: none; line-height: 19px; }

#footer li { list-style-image:none; list-style-position:outside; list-style-type:none; line-height:15px }



							/* links */
a.red:hover, a.red:active {
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	color: #025c96;
	text-decoration: none;
	letter-spacing: 0px;
}
a.red:link, a.red:visited { 
	display: block;
	width: 100px;
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	font-size:1.2em;
	text-align: center;
	float: left;
	letter-spacing: 0px;
}

#content a:link, a:visited{
	color: #025c96;
	text-decoration: none;
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0px;
	}
#content a:hover, a:active{
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	font-size:1.2em;
	letter-spacing: 0px;
	}




						/* tekst */
h1{
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	color: #0071bb;
	font-size: 70px;
	font-weight: bold;
	line-height: 60px;
}

h2{
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
}
h3 {
	font-family: "Lucida Grande",Trebuchet MS, Arial, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: 100;
	line-height: 0px;
	letter-spacing: 0px;
	}
P#content {
	margin-right: 300px;
}








