/* 	Gålölägret 2011
	Design: John Falk Roden, Henrik Jonhed
	Kod:	Henrik Jonhed 
	Får ej kopieras utan tillstånd */

@font-face
{
    font-family: Futura LT;
    src: url('FuturaLT.eot');
    src: local('Futura LT'), url('FuturaLT.ttf') format('opentype');
}


html, body {
	background-color: grey;
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	/*overflow: auto; 
	overflow-y: hidden; */
	text-align: left;
	font-family: Helvetica, sans-serif;
	color: #232021;
}

#background {
	position: absolute; 
	z-index: 1; 
	width: 100%;
}

#logga {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 10;
}

#holder{
	position: absolute;
	bottom: 60px;
	left: 20px;
	width: 100%;
	z-index: 2;
}

#header-box {
	position: absolute;
	top: -100px; /* Ändra denna om storleken på h1 ändras */
	width: 100%;
}

#content-box {
	width: 400px;
}

#content-box-2 {
	position: absolute; 
	bottom: 0px;
	left: 420px;
	width: 400px;
	height: 100%;
}

#content-box-3 {
	position: absolute; 
	bottom: 0px; 
	left: 840px; 
	width: 400px;
	height: 100%; 
}

#content {
	color: white;
	font-size: 15px;
	background-color: transparent;
    position: relative;
    height: 100%;
    width: 100%;
	z-index: 10;
	line-height: 20px;
}

#wrap {
	min-height: 100%;
}

#footer {
	position: relative;
	margin-top: -40px;
	height: 40px;
	clear: both;
	z-index: 15;
	background-color: white;
}

#menu1 {
	margin-left: 40px;
	margin-top: 10px;
	float:left;
}

#menu2 {
	margin-right: 60px;
	margin-top: 10px;
	text-align: right;
	float: right;
}

h1 {
	color: white;
	font-size: 60px;
	font-family: Futura LT, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	font-family: Futura LT, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 20px;
}

p {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

p.date {
	margin: 0px 0px 0px 20px;
	font-style: italic;	
}

a {
	color: #232021;
	text-decoration:none;
}

a.content {
	color: white;
}

a.active {
	color: #232021;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;	
}
