﻿@charset "utf-8";
/* CSS Document */
head {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-image:url(/Bakgrunder/Bakgrund%20gradient.jpg);
	background-repeat:repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	height: 100%;
}
a:link {
	color: #FFF; 
	text-decoration:underline;
}
a:visited {
	color: #CCC;
	text-decoration:underline;
}
.Content {
	width: 780px;
	margin: 0 auto;
}
#Header	{
	width: 780px;
	height: 200px;
	position: relative;
	margin: o auto;
	background-image:url(/Bakgrunder/EDEKUL.jpg)
}
#Navigation {
	width: 780px;
	position: relative;
	margin: 0 auto;
}
#Navigation a:link {
	text-decoration: none;
}
#Navigation a:visited {
	text-decoration: none;
}
#Countdown { /*För att placera nedräknaren mellan header och övrigt innehåll.*/
	width: 780px;
	min-height: 25px;
	position: relative;
	margin: 0 auto;
}
#SidebarLeft {
	width: 180px;
	height: 100px;
	padding: 10px;
	position: absolute;
}
#SidebarRight {
	width: 220px;
	height: auto;
	padding: 10px;
	position: absolute;
	margin-left: 540px;
	border: solid white 1px;
}
#MainContentStart {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0 auto;
}
#MainContent {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}
#Text {
	text-align: left;
}
#Headline {
	position: relative;
	width: 535px;
	height: 140px;
}
#Blog {
	position: relative;
	width: 495px;
	height: auto;
	padding: 20px;
	/*border: dotted white 2px; */
}
#Pictures {
	text-align: center; /* För att centrera bilder men inte text i samma div. Lägg bilden i den här diven. */
}
#Bildvisning {
	width: 540px;
	position: relative;
	float: right;
	padding: 10px;
}
#FilmStor {
	height:300px;
	width:760px;
}
#Film1 {
	text-align: center;
	position: relative;
	width: 320px;
	height: 300px;
}
#Film2 {
	text-align: center;
	position: absolute;
	width: 320px;
	height: 300px;
	left: 450px;
	top: 122px;
}
#Film3 {
	text-align: center;
	position: absolute;
	width: 320px;
	height: 300px;
	left: 450px;
	top: 422px;
}
#Footer	 {
	position:relative;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
#Navigation li {
	display: inline;
	font-size: 0.9em;
}
#storycontent {
	width: 635px;
	height: auto;
}
