body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: black;
}

#page {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-repeat: no-repeat;
	background-image: url(bilder/banner2.jpg);
	height: 200px;
}

#logotype {
	height: 170px;
}

#menu {
	color: white;
	font-size: 1.2em;
}

#menu a {
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	color: white;
}

#menu a:hover {
	text-decoration: underline;
}

#wall {
	background-image: url(bilder/rockagrill_alla20.jpg);
	background-repeat:repeat-y;
	min-height: 530px;
}

#content {
	color: black;
	margin: 0px;
	padding: 5px;
	width: 660px;
	float: left;
	font-weight:bold;
	font-size:14px;
	padding-bottom: 10px;
}

#content a {
	text-decoration: none;
	color: black;
}

#content a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 170px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
	font-weight:bold;
	font-size:14px;
}

.clear {
	clear: both;
}

.style12 {
	font-size: 14px;
	font-weight: normal;
}

.style10 {
	font-size: 12px;
	font-weight: normal;
}

li {
	float: left;
	list-style-type: none;
	margin: 5px;
}



