@charset "UTF-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, Gotham, "Helvetica Neue", "sans-serif";
	background-color: black;
	padding: 0px;
	margin: 0px;
}
header {
	font-size: 18px;
	width: 100%;
	height: 70px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFBB00;
	position: fixed;/*header henger fast øverst på siden*/
	z-index: 1; /*header over de andre elementene*/
	line-height: 25px;/*Logo og tekst i midten vertikalt*/
}
main {
	position: relative;
	width: 70%;/*for å gjøre menyen flytende*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;/*for at undermenyen ikke skal ligge over hovedmenyen*/
	clear: both;
}
article {
	margin-top: 60px;
}
h1 {
	font-size: 32px;
	text-align: left;
	color: #FFBB00;
	margin-top: 80px;
	margin-bottom: 0px;
}
h2 {
	font-size: 24px;
	text-align: left;
	color: #FFBB00;
	line-height: 28px;/*For å få prisen på samme bunnlinje*/
}
h3 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	margin-top: 100px;
}
p {
	font-size: 16px;
	text-align: left;
	color: #FBF1D4;
	line-height: 20px
}
.ingress {
	font-size: 18px;
}
img {
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 20px;
}
#logo {
	background-image: url(images/logo_pizzahjulet_01.png);
	height: 40px;
	width: 187px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
}
ul {
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#ulBanner {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	text-align: center;
	margin-top: 20px;
}
li {
	display: inline-block;
	float: left;
}
li a {
	color: #000;
	text-decoration: none;
}
.liBanner {
	width: 33.3%;
	display: inline-block;
	float: left;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.liBanner a {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.liBanner a:hover {
	color: #FBF1D4;
}
.liPizzaNav a {
	color: #FFBB00;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.liPizzaNav a:hover {
	color: #FBF1D4;
}
.denneSiden a {
	color: #FBF1D4;
}
#soMe {
	position: relative;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}
.soMeIkon {
	padding: 5px;
}
.pris {
	font-size: 16px;
	font-weight: normal;
	float: right;
	color: #FBF1D4;
	line-height: 33px;
	margin-bottom: 0px;
}
hr {
	height: 2px;
	background-color: #FFBB00;
	border: none;
	padding: 0px;
}
footer {
	text-align: center;
	vertical-align: middle;
	color: #FBF1D4;
	clear: both;
}
#symbolForklaring p {
	margin-bottom: 60px;
	text-align: center;
}
#kontaktinfo p {
	background-color: #FFBB00;
	color: black;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#kontaktinfoFisk p {
	position: absolute;
	background-color: #FFBB00;
	color: black;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: 0px;
}

/*om pizzahjulet*/
#om_pizzahjulet {
	position: relative;
	display: block;
	float: right;
	margin-bottom: 50px;
	width: 50%;
	margin-top: 25px;
	margin-right: 8%;
	margin-left: 0px;
	padding: 0px;
}
#imgOmPizzahjulet {
	float: right;
	width: 30%;
	height: 30%;
	padding: 0px;
	margin-left: 0px;
	margin-right: 5%;
	margin-top: 165px;
}
#kontaktinfoOm p {
background-color: #FFBB00;
	color: black;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*bestill*/
#bestill{
	padding-top: 20px;
	width: 70%;
	margin: auto;
	margin-bottom: 25px;
}
#bestill_knapp_over{
	margin-top: 30px;
}
#bestill_knapp{
	float: right;
	margin-right: 0px;
	color: black;
	text-decoration: none;
	background-color: #FFBB00;
	border-radius: 3px;
	padding: 6px 12px;
	margin-bottom: 200px;
}

input[type=text] {
	color: black;
	background-color:#FAF6EC;
    width: 100%;
    padding: 8px; 
    border: 1px solid #FBF1D4;
    border-radius: 3px;
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 4px;
    margin-bottom: 8px;
}
#kontaktinfoBestill p {
background-color: #FFBB00;
	color: black;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*takk*/
#takk{
	padding-top: 100px;
	width: 100%;
	margin: auto;
}
h1#takk_bestilling{
		position: relative;
		text-align: center;
}
#img_takk {
	display: block;
	vertical-align: middle;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 150px;
	height: 80%;
	width: 80%;
}
#kontaktinfoTakk p {
background-color: #FFBB00;
	color: black;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}