@charset "UTF-8";
/* CSS Document */



*{  /* reset - stjerne "*" vælger alt */
	margin: 0;
	padding: 0;
	border: 0; /*så undgår man grim blå streg ved links */
	text-decoration: none;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #3B3A3A;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4 {
	/*color:#EAE100;*/
	}

h3 {
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

 p {
	 font-size:0.85em;
	}
	
img {
	max-width: 100%;
	
}

#body {
	background-image: url("../img/tern_gray.png");
	background-repeat: repeat-x;
	
/*	background-image: url('graphic/bue.svg');
	background-repeat: no-repeat;
  	background-attachment: fixed; 
 	background-size: cover;*/

	background-color:#F8F6F6;	
	
	}
	
#wrapper{
	width: 80%;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	}

#header{
	width:100%;
	height:30px;
	overflow:hidden;
	position:relative;
	}

#content{
	width: 80%;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	}
	
.halv{
	
	width: 50%;
	}





/*Just iPhone*/
@media only screen and (max-device-width: 480px) {
	
#content{
	width: 100%;
	}
	
}