
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Helvetica', serif;
	font-size:14px;
	background: url(../images/siteBackground.jpg);
	margin: 0;
	padding: 0;
	color: #313131;
}
a img {
	border: none;
}
a:link {
	color: #0484c0;
	text-decoration: none;
}
a:visited {
	color: #00879f;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #00879f;
	text-decoration: none;
}
h1 {
	font-size:30px;
	color:#00879f;
	font-family: 'Helvetica', sans-serif;
	padding: 0 0 10px 0;
}
h2 {
	font-size:24px;
	color:#00879f;
	font-family: 'Helvetica', sans-serif;
	padding: 0 0 10px 0;
	text-shadow: 0px 0px, 1px 3px #b8bec0;
}
h3 {
	font-size:20px;
	color:#00879f;
	font-family: 'Helvetica', sans-serif;
	padding: 0 0 10px 0;
}
p {
	line-height:140%;
}
.wrapper {
	width:960px;
	margin: auto;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-bottom:50px;
}
header {
	padding:50px 50px 10px 50px;
}

input[type=submit] {
	color:black;
}

.btn-as-button-tag
{
	color: #ffffff !important;   /* hvid tekst */
	border: none !important;     /* ingen default browser-kant */
}

.btn {
  background: #00879f;
  background-image: -webkit-linear-gradient(top, #00879f, #049db8);
  background-image: -moz-linear-gradient(top, #00879f, #049db8);
  background-image: -ms-linear-gradient(top, #00879f, #049db8);
  background-image: -o-linear-gradient(top, #00879f, #049db8);
  background-image: linear-gradient(to bottom, #00879f, #049db8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 12px;
  text-decoration: none;
}

.btn:hover {
  background: #009ab5;
  background-image: -webkit-linear-gradient(top, #009ab5, #00a5c2);
  background-image: -moz-linear-gradient(top, #009ab5, #00a5c2);
  background-image: -ms-linear-gradient(top, #009ab5, #00a5c2);
  background-image: -o-linear-gradient(top, #009ab5, #00a5c2);
  background-image: linear-gradient(to bottom, #009ab5, #00a5c2);
  text-decoration: none;
	color:black;
}

.btnb {
  background: #00879f;
  background-image: -webkit-linear-gradient(top, #00879f, #049db8);
  background-image: -moz-linear-gradient(top, #00879f, #049db8);
  background-image: -ms-linear-gradient(top, #00879f, #049db8);
  background-image: -o-linear-gradient(top, #00879f, #049db8);
  background-image: linear-gradient(to bottom, #00879f, #049db8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  padding: 10px;
}

.btnb:hover {
  background: #009ab5;
  background-image: -webkit-linear-gradient(top, #009ab5, #00a5c2);
  background-image: -moz-linear-gradient(top, #009ab5, #00a5c2);
  background-image: -ms-linear-gradient(top, #009ab5, #00a5c2);
  background-image: -o-linear-gradient(top, #009ab5, #00a5c2);
  background-image: linear-gradient(to bottom, #009ab5, #00a5c2);
  text-decoration: none;
	color:black;
}

.logo {
	float: left;
	background: url(../images/toplogo.jpg) no-repeat;
	width: 250px;
	height: 136px;
}
.pejsegaarden {
	float: left;
	background: url(../images/pejsegaarden_logo.png) no-repeat;
	width: 250px;
	height: 136px;
}.logoddd {
	float: left;
	background: url(../images/ddd.jpg) no-repeat;
	width: 250px;
	height: 160px;
}
.logogg {
	float: left;
	background: url(../images/gg.jpg) no-repeat;
	width: 250px;
	height: 136px;
}
.logo h1 a {
	text-shadow: 0px 0px, 1px 2px #5b9e11;
	font-size:60px;
	color: #ffffff;
	text-decoration:none;
	padding:10px;
	line-height:110px;
}
footer {
	text-align:center;
	padding-bottom:40px
}
.horSeparator {
	background-color:white;
	height:1px;
	margin:20px 0;
}
section {
	padding:0 50px;
}
.post {
	border-bottom:1px solid rgba(200, 207, 210, 1);
	padding:50px 0;
	margin:0 50px;
}
.post header {
	float:right;
	width:519px;
	padding:0;
}
.post p {
	float:right;
	width:519px;
}
.post aside img {
	border:1px solid #c8cfd2;
	margin:10px 0 0 0;
}
.sectionFooter {
	background: #d6d9da;
	padding:40px 0;
	margin:0 50px;
	border-top:1px solid #ffffff;
}
.footerBox {
	width:40%;
	float:left;
	padding:0 40px;
}
.footerBox p {
	font-style:italic;
	padding:0 0px 10px 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	float:right;
	padding:40px 0 0 0;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	font-family: 'Helvetica', sans-serif;
	font-size: 30px;
	color: #677a83;
}
#navlist a:link, #navlist a:visited {
	color: #677a83;
	text-decoration: none;
}
#navlist a:hover {
	color: #00879f;
	text-decoration: none;
}
#navlist #active a {
	color: #00879f;
	text-decoration: none;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width: 95%;
	}
	input[type=submit] {
		color:black;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size:24px;
	}
	input[type=submit] {
		color:black;
	}
	header {
		padding:20px 50px 0px 50px;
	}
	.post {
		padding:20px 0;
	}
	.post header, .post p {
		width:400px;
	}
	article aside {
		width: 170px;
	}
	.footerBox {
		padding:0 20px;
	}
	.footerBox p {
		padding:0 0 10px 0;
	}
	#navlist a {
		padding: 3px 10px;
		font-size: 24px;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.wrapper {
		margin-top:10px;
	}
	header {
		padding:10px 10px 0px 10px;
	}
	.logo {
		float:none;
		margin:0 auto;
	}
	nav {
		/* float:none; */
		padding:5px 25 25 0;
	}
	#navlist a {
		padding: 7px 2px;
		font-family: 'Helvetica', sans-serif;
		font-size: 14px;
		color: #677a83;
	}
	section {
		padding:0 10px;
	}
	article aside {
		display:none;
	}
	.post {
		padding:10px 0;
		margin:0 10px;
	}
	.post header, .post p {
		width:auto;
		float:none;
	}
	.sectionFooter {
		padding:10px 0;
		margin:0 10px;
	}
	.footerBox {
		width:auto;
		float:none;
		padding:10px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/

.checbox {
    float:left;
}

input:not([type=checkbox]), textarea {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 200px;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

textarea {
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
    }

input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.form label {
    margin-left: 10px;
    color: #999999;
    }
/*
.submit input {
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
*/
