@charset "UTF-8";
/* CSS Document */
@import url("standard.css");

body{
	background-color:#e3ebf0;  
	}
#wrapper{
	max-width:900px; 
	margin:0 auto; 
	background-color:#d0dde5;
	background-image:url(images/top_bg.jpg), url(images/vand_bund.jpg); 
	background-repeat:no-repeat;
	background-position:top, bottom;
	font-family:Verdana, Geneva, sans-serif; 
	border-left:solid 1px #b4cddd; 
	border-right:solid 1px #b4cddd;
	}
	
/* ----------------------------------------------- */

header{
	padding:1em 0;
	margin-bottom:5em;
}
h1{
	font-weight:normal;
	text-align:center;
	color:#762a1d;
	text-shadow: 4px 4px 4px #888;
}
h1 span{
	font-size:0.5em;
	color:#a06d00;
}
img{
	border:solid 1px #777;
}

h2{/*font-size in PShop:14 - dvs. 87,5 % af default 16  */
	font-size:0.875em;
	font-weight:normal; 
	color:#a06d00; 
	margin-bottom:1em;
}
p{
	font-size:0.75em; 
	color:#333; 
}

.text_1{
	margin-top:11em;
}
section{
	margin-bottom:2em;
}
footer{
	padding-bottom:220px;
}
@media screen and (max-width:768px){
	.foto_1{
		margin-top:4.5em;
	}
}

@media screen and (max-width:480px){
	[class*="col"] {
    	float: none;
		width: 96%;
		margin:0 auto;
	}
	header .col1{
		display:none;
	}
	header{
		margin-bottom:14em;
	}
}
