@charset "utf-8";
body/* CSS Document */

 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: auto;
	background-color: #000000;
	border: 30px solid #3F3F3F;
}
#meny {
	background-color: #000000;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#meny    a  img  {
	margin-right: 50px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.blue {
	font-size: 150%;
	color: #77C9B3;
}
.yellow {
	font-size: 150%;
	color: #E0DB4B;
}
.pink {
	font-size: 150%;
	color: #F8BFC8;
}
.orange {
	font-size: 150%;
	color: #F5832D;
}
.red {
	font-size: 150%;
	color: #CB2829;
}
.grey {
	font-size: 150%;
	color: #3F3F3F;
}



#bilder {
	background-image: url(bilder_bakgrunn.jpg);
	background-repeat: repeat;
	width: 250px;
	float: left;
}

#mainContent {
	float: right;
	width: 670px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #3F3F3F;
}
#logo {
	text-align: left;
	background-color: #000000;
}



#footer {
	padding-top: 20px;
	clear: both;
	font-size: 85%;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
	background-color: #000000;
}
#links {
	text-align: left;
	clear: both;
}
