html {
	background: url(beyond_welcome_parade_28-05-2016_rasande-tyskar_CC-BY-NC-2.0.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: frutiger, helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0px 15px 0px 0px;
	text-align: left;
	width: 100%;
  	min-height: 100%;
	overflow: scroll;
}

#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 25;
	text-align: left;
}

#header {
	position: fixed;
	padding: 0;
	margin-top: 15px;
	z-index: 3;
}

#menue-left {
	position: fixed;
	margin-top: 115px;
	width: 250px;
	padding: 0px;
	text-align: left;
	border-left: 1px;
}

#main {
	float: left;
	background-color: rgba(255,255,255,0.93);
	margin-left: 250px;
	margin-top: 135px;
	padding-top: 15px;
    	padding-right: 25px !important;
    	padding-bottom: 50px;
    	padding-left: 20px;
	width: 490px;
	
}

#footer1 {
	margin-right: 30px;
	margin-top: 30px;
	padding-left: 70px;
	border-top: 0;
	text-align: right;
	width:90%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;

}

#footer2 {
	clear: both;
	margin-right: 0px;
	margin-top: 20px;
	padding: 45px 0px 0px;
	border-top: 0;
	text-align: right;

}

a {
	color: #ebf312;
	font-size: 16px;
}

foot {
	color: #ebf312;
	font-size: 12px;
}

p {
	font-size: 16px;
	line-height: 18px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

img {
	margin-top: 0px;

}

