/* Färger
body - ljusblå - #0080ff
a - mörkblå - #0018ff
main_box - ljusgrön - #a5ff9e
header - mörkgrön - #27a700
main - gul - #ffff00
footer - orange - ff9900

navigator - röd - #ff0000
page - ljusrosa - #ffccff
*/

html { height: 100%; width: 100%; }
body {
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	border: 0px;
	font-size: 12px;
	line-height: 16px;
	width: 1050px;
	height: 100%;
	background-color: #66CC00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}

a { color: #0018ff; }

#header {
	weight: 1050px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	background-image: url(../images/header.png);
}

#header h1 { padding: 1em; margin: 0px; }

#main {
	background-image: url(../images/back_main.png);
	margin: 0px;
	padding: 0px;
	height: 760px;
	width: 1050;
	background-color: #ffcc000;
}
#structure {
	height: 100%;
	width: 1050;
	background-image: url(../images/back_main.png);
}

#overflow {
	overflow: auto;
	height: 230px;
}
#overflow_youtube {
	overflow: auto;
	height: 435px;
}

#overflow_nav {
	overflow: auto;
	height: 890px;
}
#bottom {
	height: 20px;
	background-color: #66CC00;
	background-image: url(../images/back_bottom_birch.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	height: 2em;
	margin: 0px;
	padding: 1em;
	text-align:center;
	color: #000000;
	background-color: #66CC00;
}
#space {
	font-size: 14px;
	width: 20px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/back_navigation.png);
	background-color: #66FF00;
}
#navigation {
	font-size: 14px;
	width: 200px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CFFFB0;
	text-align: left;
	vertical-align: top;
}
#navigation a { color: #000000; text-decoration: none; }

ul.subjects {
	margin-top: 10px;
	list-style: none;
	line-height: 30px;
}
ul.pages {
	padding-left: 8px;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

.selected { font-weight: bold; }
#selected { font-weight: bold; }

#home {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	width: 540px;
}

/* Hemsidans innehåll */
#page {
	width: 570px;
	height: 100%;
	vertical-align: top;
	background-color: #CFFFB0;
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content {
	width: 545px;
	height: 600;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
}
#home_bottom {
	width: 545px;
	height: 300px;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}

#page h1 {
	color: #000000;
}
#page h2 {
	color: #000000;
	margin-top: 5px;
	letter-spacing: 4px;
	display: inline;
}
#page h3 { 
	margin-top: 5px;
	letter-spacing: 4px;
	color: #000000;
	display: inline; 
}

/* Aktuellt */
#news {
	color: #000000;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #CFFFB0;
	padding-bottom: 20px;
	padding-left: 20px;
}
#news a { color: #000000; text-decoration: none; }
#news h2 { color: #000000; }
#news h3 {
	color: #000000;
	padding-top: 20px;
}
ul.news {
	padding-left: 0em;
	list-style: none;
}
.selected {font-weight: bold; }
