/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/ 

 /* NOLLSTÄLLNING AV CSS I WEBLÄSARE! BÖRJAN*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*NOLLSTÄLLNING AV CSS I WEBLÄSARE! SLUT*/



body {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin: 45% auto 0;
	background-image:url('../images/BG.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 80%;
	background-color: black;
}



#pagewrap {
width: 60%;   
padding: 4%;
margin: auto;
background: rgba(255, 255, 255, 0.8);
border: solid 2px;
position: relative;
}



#intro {
width: 92%;
margin: auto;
text-align: center;
}

#pagewrap img { 
		width: 50%;
		margin: 3% 25%;
		
}

.video-container { position: relative; /* keeps the aspect ratio */ padding-bottom: 70.25%; /* fine tunes the video positioning */ overflow: hidden;

}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
margin: 6% auto;
border: 4px solid black;
}



.jumpmeny {
text-align: center;
margin: 3%;
padding: 5% 0 0 0;
}
.jumpmeny2 {
text-align: center;
margin: 2%;
}

.lillamenyn {
text-align: center;
margin: 1%;
}

nav ul li {
	display: inline;
	margin: 0 3% 0 0;
	
	
	}

.jumpmeny nav ul li a {
color: black; 
text-decoration: none;
text-align: right; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
}

.jumpmeny2 nav ul li a {
color: black; 
text-decoration: none;
text-align: right; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold;
}

nav ul li a:hover {
	color: #BB1C18;
	
	}

nav ul li a.aktiv {
	color: #BB1C18;
	
	}

.contentbox {
width: 70%;
margin: 90% auto;
text-align: center;

}

/*
#newsdesk {
width: 30%:
height: 90%;
border: solid 3px;
}
*/
ul li {
	display: inline;
	margin: 0 2% 0 0;
}

ul li a {
color: black; 
text-decoration: none;
text-align: right; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
}


ul li a:hover {
	color: #BB1C18;
	
}

ul li a.aktiv {
	color: #BB1C18;
	
}



h3 {
padding: 5% 0;
font-weight: bold;
}

h5 {
padding: 5% 0 0;
font-weight: bold;
}


#pressbox {
width: 80%;
margin: 0 auto;
text-align: center;
}



#press a{
text-align: center;
text-decoration: none;
font: 20px bold;
color: green;
}

#logotype{
width: 30%;
float: right;
}

#logotype img{
width: 100%;
}

#textinfo{
width: 70%;
margin: 0 auto;
padding: 0 0 0 0;
}

#textinfo p {
text-align: justify; 
line-height: 15px;
margin: 4% 0 6% 0;
}

footer {
text-align: center;
color: white;
padding: 2% 0;

}


