body {
	margin: 0; 
	padding: 0; 
	padding-top: 0px;
	height: 100%;
	text-align: center;
	background-color: #373737;
	background: #a9a9a9 url(img/bakgrund.gif) repeat-x;
	font-family: arial;
}
.logo1 {
	margin:0 auto;
	width: 1036px;
	height: 224px;
	background-color: #373737;
	background-image: url('logo1.jpg');
	border-style: solid;
	border-color: #2b2929;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.logo2 {
        margin:0 auto;
        width: 1036px;
        height: 224px;
        background-color: #373737;
        background-image: url('logo2.jpg'); 
        border-style: solid;
        border-color: #2b2929;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 0px;
        border-bottom-width: 0px;
}
.meny {
	margin:0 auto;
	width: 1036px;
	height: 22px;
	background-color: #2b2929;
	color: #505050;
	text-align: left;
	font-family: arial;
	font-size: 18px; 
        border-style: solid;
        border-color: #2b2929;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 0px;
        border-bottom-width: 0px;
}
.content-meny {
	padding-left: 10px;
	text-decoration: none;
}
.container {
	margin:0 auto;
	width: 1036px;
	height: 100%;
	overflow: hidden;
	background-color: #505050;
	border-style: solid;
	border-color: #2b2929;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.left-col {
	float: left;
	width: 200px;
	height: 400px;
	margin: 5px;
	background-color: #373737;
	border-style: solid;
	border-color: #2b2929;
	border-width: 1px;
	text-align: left;
}
.left-content {
	margin-left: -25px;
}
.center-col {
        margin:0 auto;
	float: left;
	width: 600px;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #373737;
	border-style: solid;
	border-color: #2b2929;
	border-width: 1px;
	text-align: left;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.right-col {
	float: left;
	width: 200px;
	height: 400px;
	margin: 5px;
	background-color: #373737;
	border-style: solid;
	border-color: #2b2929;
	border-width: 1px;
	text-align: left;
}
.right-content {
	margin-left: -25px;
}
.footer {
	margin:0 auto;
	float: left;
	width: 1036px;
	height: 20px;
	background-color: #2b2929;
	text-align: center;
	color: #505050;
	font-family: arial;
	font-size: 11px; 
	padding: 0px;
}
.footer-content {
	margin-top: -10px;
}
.banner-left {
	margin-left: 10px;
}

p {
	font-size: 12px;
}
