@charset "UTF-8";
@font-face { font-family: ActionJackson; src: url('actionj.ttf'); } 
/* CSS Document */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
	background-color:white;
	padding: 0px;
	margin: 0px;
}
#innhold_nedenfor_banner {
	margin-top: 60px;
	float: left;
	width: 100%;
	height: auto;
}

h1 {
	font-family:ActionJackson;
	font-size: 32px;
	color: black; 
	
}
.farge_send#aring{
	margin-left: 257px;
	height: 5px;
	margin-top: -5px;
}


h2 {
	font-size: 24px;
	text-align: left;
	color:black
}
h2#bla{
	font-family:ActionJackson;
	color: #2BAAE2;
}
p {
	font-size: 16px;
	text-align: left;
	color:#000000;
}
a {
	text-decoration: none;
}
a h2:hover {
	color: white;
}
header {
	font-size: 14px;
	width: 100%;
	height: 40px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;/*For å få headeren helt i toppen av siden*/
	background-color:none;
	position: absolute;/*header henger ikke fast øverst på siden*/
	z-index: 2; /*header over de andre elementene*/
	line-height: 25px;/*Logo og tekst i midten vertikalt*/
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	background-color:none;
	display: none;
	padding-top: 2px;/*Avstand fra områder til fisketorget, dropdown*/
	position: absolute;
	z-index: 1;
	width: 100%;
}
.dropdown-content a {
	color: black;
	padding: 4px 0px;/*Avstand på dropdown menylinje*/
	text-decoration: none;
	display: block;
}
.dropdown:hover .dropdown-content {
	display: block;
}
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:5%;
	margin-right: auto;
	width: 60%;
	text-align: center;
	margin-top: 10px;
}
li {
	display: block;
	float: left;
}
li a {
	color: #000;
	text-decoration: none;
}
.liBanner {
	width: 25%;
	display: inline-block;
	float: left;
	padding: 0px;
}
.liBanner a {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.liBanner a:hover {
	color: darkgray;
}
main {
	position: relative;
	width: 80%;/*for å gjøre menyen flytende*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

.to_spalter {
	margin-top: 0px;
	margin-bottom: 40px;
	min-height: 100px;
}
.to_spalter_hoyre {
	margin-top: 40px;
	height: 100%;
	margin-left: 0px;
}
.to_spalter_venstre {
	margin-top: 40px;
	height: 100%;
	margin-right: 40px;
}
.venstre_img {
	background-image: url(images/facebook.png);
	position: relative;
	float: left;
	height: 130px;
	width: 130px;
	margin-top: 0px;
	margin-right: 40px;
}
.hoyre_img {
	background-image: url(images/sprayboks.png);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	height: 122px;
	width:85px;
	margin-top: 0px;
	margin-left: 40px;
}
.forslag_knapp {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.forslag_knapp a {
	/*hoveddel*/ background-color:#2BAAE2;
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	padding: 12px;
}
.forslag_knapp a:hover {
	color: white;
}
/*SoMe*/
#soMe {
	position: relative;
	clear: both;
	margin-top: 80px;
	margin-bottom: 10px;
	text-align: center;
}
.soMeIkon {
	padding: 5px;
	margin: 10px;
}
/*Footer*/
footer {
	text-align: center;
	vertical-align: middle;
	color: #F7D2DE;
	clear: both;
	background-color:#2BAAE2;
	margin-top: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#kontaktinfo p {
	font-size: 12px;
	color: black;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#logo_stavanger_kommune {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
/*Fremside*/
#fremside_bilde {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-top: 0px;/*for at menyen skal ligge over bildet*/
	padding-bottom: 0;
	clear: both;
}
#img_fremside_bilde {
	width: 100%;/*for å gjøre bildet flytende*/
	height: 100%;/*for å gjøre bildet flytende*/
	margin-top: 0px;
	padding-top: 0px;
}
#tekst_tittel{
	position: absolute;
	width: 46%; 
	margin-left: 8%;
	margin-top: 20px;
	top: 8%;
}
.tekt_pa_forside{
	position: absolute;
	float: left;
	text-align: left;
	margin-left: 0px;
	top: 0px;
	font-size: 60px;
	text-shadow: 2px 2px #000000;
	
}
.hvit_tekst.tekt_pa_forside.aring{
	position: absolute;
	float: left;
	text-align: left;
	margin-top: 54px;
	margin-left: 43px;
	
}
/*områder*/
#en_spalte {
	width: 100%;
}
#tekst_tittel_omrader{
	position: absolute;
	text-align: center;
	margin-left: 12%;
	top: 20%;
}
#tekt_pa_bilde{
	position: absolute;
	margin-left: 0px;
	font-size: 60px; 
	z-index: 1;
	text-shadow:2px 2px #000000;
}

#kart {
	position: relative;
	float: right;
	text-align: center;
	margin-left: 40px;;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-bottom: 0;
}
.farge_fisketorget {
	color: #E8800F;
}
.farge_fisketorget a {
	background-color: #E8800F;
}
footer.farge_fisketorget {
	background-color: #E8800F;
}
.farge_nytorget {
	color:#D23E8F;
}
.farge_nytorget a {
	background-color:#D23E8F;
}
footer.farge_nytorget {
	background-color:#D23E8F;
}
h1.farge_send{
	color: #63B22F;
}
footer.farge_send{
	background-color: #63B22F;
}
h1.farge_kontakt{
	color: #5A398E;
}
h2.farge_kontakt{
	color: #5A398E;
}
footer.farge_kontakt{
	background-color: #5A398E;
}
/*Kontakt*/
#kontakt {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
form{
	margin-top: 35px;
}
.hvit_tekst{
	color: white;
}
	
a.hvit_teks_hover:hover{
	color:whitesmoke;
}

#farge_svart{
	color: black;
	font-size: 16px;
	margin-top: 40px;
}
#fontstr_10{
	font-size: 10px;
}
.fontstr_14{
	font-size: 14px;
	margin: 8px;
	margin-left: 0px;
}

input[type=text],textarea {
    width: 83%;
    padding: 12px; 
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color:#63B22F;
    color: white;
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
  
}

.hoyre_knapp {
	float: right;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: 17%;
}
