body {
	margin: 0;
	padding: 0;
	font-family: georgia, palatino, serif;
}

p {
	text-align: justify;
}

table {
	background-color: White;
}

th {
	padding: 1px;
	background-color: White;
}

td {
	padding: 2px;
	background-color: White;
}

div#logo {
	background-image: url(../img/pizza_top.jpg);
	background-repeat: no-repeat;
	background-color: #FDB844;
	height: 131px;
}

div#logo h1 {
	display: none;
}

ul#meny {
	margin: 0;
	padding: 4px 0px 4px 170px;
	background-image: url(../img/pizza_linje.jpg);
	background-repeat: no-repeat;
	background-color: #008348;
}

ul#meny li {
	display: inline;
	list-style-type: none;
	color: White;
}

ul#meny li a {
	color: White;
	
}

ul#meny li a:hover {
	color: Silver;
}

div#innhold {
	margin: 0;
	padding: 10px 30px 10px 50px;
	background-image: url(../img/pizza_viser.jpg);
	background-repeat: no-repeat;
	max-width: 1000px;
}

div#innhold a{
	color: Blue;
	text-decoration: none;
}

div#innhold a:hover{
	color: Navy;
}

div#reklame {
	width: 100px; /* sett som samme som bilde bredde */
	float: right; 
}

div#tekst {
	margin-right: 120px;
}

div#bunntekst {
	border-top: 1px solid gray;
	padding: 1px 1px 1px 20px;
	background-color: #eaeaea;
	font-size: x-small;
}

div#bunntekst a {
	color: black;
	text-decoration: none;
}

div#bunntekst a:hover {
	color: black;
}


p.sitat {
	border: 1px dashed silver;
	padding: 10px;
	font-style: italic;
}

img {
   border: none;
}
