BODY	{
	background-color: #D04F00;
	font-size: 22px;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Garamond, AGaramond, Schoolbook, serif;
	color: #000000;
	line-height: 150%;
}



P {
	margin-top : 10px;
	margin-bottom : 15px;
}



A {
	text-decoration : none;
	color : #E83C00;
}

A:hover {
	background: #E83C00;
	color: #FFFFFF;
}



HR {
	border-style: solid;
	color: #E7D8D8;
	background-color: #E7D8D8;
	margin-top : 20px;
	margin-bottom : 20px;
}




/* Column marg &mdash; when new design */
.mrg {
	margin-left : 60px;
	margin-right : 60px;
}




/* Big header in top banner */
.title {
	font-size : 70px;
	font-family: Trebuchet MS, Tahoma, Geneva, Lucida Sans, Arial, Verdana, sans-serif;
	font-weight : 900;
	line-height : 100%;
	text-align : center;
	color: #FFC400;
    text-shadow: 1px 1px #000000;
	margin-top : 10px;
	margin-bottom : 15px;
}

.title A {
	text-decoration : none;
	color: #FFC400;
}

.title A:hover {
	background: #FFC400;
	color: #000000;
    text-shadow: none;
	}



/* Top Menu &mdash; new */
.menu {
	font-size : 26px;
	font-family : Trebuchet MS, Tahoma, Geneva, Lucida Sans, Arial, Verdana, sans-serif;
	line-height : 120%;
	text-align : center;
	color: #000000;
	font-weight : 700;
	margin-top : 10px;
	margin-bottom : 10px;
}

.menu A {
	text-decoration : none;
	color: #000000;
}

.menu A:hover {
	background: #000000;
	color: #FFC400;
    text-shadow: none;
	}



/* Titel */
H1 {
	font-size : 48px;
	font-weight: 900;
	font-family: Trebuchet MS, Tahoma, Geneva, Lucida Sans, Arial, Verdana, sans-serif;
	color : #F09200;
	line-height : 120%;
	margin-top : 6px;
	margin-bottom : 12px;
    text-shadow: 1px 1px #000000;
}

H1 A {
	color : #F09200;
}

H1 A:hover {
	background: #F09200;
	color: #000000;
    text-shadow: none;
}



/* Mellanrubrik */
H2 {
	font-size : 36px;
	font-weight: 900;
	font-family: Trebuchet MS, Tahoma, Geneva, Lucida Sans, Arial, Verdana, sans-serif;
	color : #F09200;
	line-height : 140%;
	margin-top : 3px;
	margin-bottom : 6px;
    text-shadow: 1px 1px #000000;
}

H2 A {
	color : #F09200;
}

H2 A:hover {
	background: #F09200;
	color: #FFFFFF;
    text-shadow: none;
}


/* Undertitel */
H3 {
	font-size : 24px;
	font-family : Trebuchet MS, Tahoma, Geneva, Lucida Sans, Arial, Verdana, sans-serif;
	font-style: italic;
	font-weight : 700;
	color : #C14401;
	line-height : 140%;
	margin-top : 3px;
	margin-bottom : 3px;
}

H3 A {
	color : #C14401;
}

H3 A:hover {
	background: #C14401;
	color: #FFFFFF;
}


/* Ta bort när video har ändrats */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
