body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	/*width: 1000px;*/
	background-color: green;
	color: #000;
	background-image:url('../pics/bakgrund-small.jpg');
}

a {
	color: #3AAA35;
	text-decoration: none;
}

div {
	max-width: 1000px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;	
	background-color: #EDEDED;
	border-style: solid;
	border-color: #3AAA35;
	border-width: 2px;
}

.header {
	border-style: none;
	max-width: 1004px;
}

.logo {
	height: 200px;
	width: 200px;
	float: left;
}

.welcome {
	width: 766px;
	height: 200px;
	text-align: right;
	margin-left: 10px;
	padding-right: 20px;
	float: left;
}

.menu {
	clear: left;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.list {
	display: table;
	text-align: center;
	width: 1000px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
}

.list li {
	display:table-cell;
	padding: 0px;
}

.content {
	text-align: center;
}
	
.footer {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3AAA35;
}

.info {
	display: table;
	text-align: center;
	width: 1000px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding:0px;
}

.info li {
	display:table-cell;
	vertical-align: middle;
	padding: 0px;
}
