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

#container {
	width:801px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-color: #000000;
}
#container #content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#container #jotkammenucontainer {
	background-color: #FD7100;
	height: 30px;
}
#container #footer a {
	color: #000000;
	text-decoration: none;
}
#container #content {
	background-color: #FFFFFF;
}
#container #contact {
	background-color:#FFFFFF;
	width: 350px;
	margin-left: 375px;
}
#container #footer {
	height: 20px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #004C0D;
	padding-top: 5px;
	width: 800px;
}
#bodyleft {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	padding: 5px;
	font-size: 18px;
	margin-left: 5px;
}
#contact   {
	width: 250px;
}
#bodyleft a {
	text-decoration:none;
	color: #E88231;
	}
