@charset "utf-8";
body {
	background: #a2a1a0;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
}
#mainContent {
	padding-left: 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0px;
	margin-top: 0px;
}

	
#mainContent img {
	text-align: center;
	margin-right: 12px;
}

.nyhetsbrev {
	text-align: right;
	margin-right: 24px;
	}
/* TEXT */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-color: #999999;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#9c9c9c;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9c9c9c;
	font-weight:bold;
	text-align:right;
	}



/* CREDIT */

#credit {
	text-align:center;
	padding-bottom: 20px;
	padding-top:30px;
	}
	
/* LINKS */
a:link {
	color:#9c9c9c;	
	text-decoration: none;
	font-weight:bold;
	}

a:visited {
	text-decoration: none;	
	color:#9c9c9c;
	font-weight:bold;
}
a:hover {
	color:#333333; 
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:#333333; 
	text-decoration:none;
	font-weight:bold;
	}

/* ANNAT */
.button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	background-color: #5d5e5f; 
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 12px;
	margin-top: 2px;
	text-decoration: none; 
}