@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #333;
	background-color: #FFF;
	text-align: center;
}
a img { 
	border: none;
}
img {
	border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;	
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.wrapper {
	width: 80%;
	margin: 0 auto;	
}
.header {
	height: 100px;
	background-image:url(/bilder/head.png);	
}
.content {
	padding: 1px 0;
	width:100%;
}
.footer {
	margin: 0 5%;	
}
