@charset "utf-8";
html, body {
	background: url(../img/top_bar_back.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
    height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height:160%;
	color:#545454;
}
a:link,a:active,a:visited {
	color: #545454;
}
a:hover {
	color:#e5a721;
}
img {
	vertical-align: middle;	
}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:solid 1px;
	border-top:0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em; 
	font-weight: normal;	
}
h2,h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em; 
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-top:0.5em;	
}
h4,h5 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size:0.9em;
	color: #EFB22D;
	text-decoration:none;
	font-weight: normal;
}
h5 {
margin-bottom:-2em;
}

/* Layoutlager */
#container {
	position: relative;
	background: url(../img/bg.gif) repeat-y;
	width: 1000px;
	min-height:100%;
	margin:auto;
	padding:0;
	text-align:left;
}
* html #container {
	height: 100%;
}
#top {
	background: url(../img/top_bar01.gif) no-repeat;
	width: 1000px;
	height: 208px;
	margin:0;
	padding:0;
}
#gra_bar {
	height: 40px;
	background: url(../img/gra_bar.gif);
}
#menu_top { 
	background: url(../img/menu_top.gif);
	height: 40px;
	width: 375px;
	margin-left:-40px;
	float:left;
}
#clrflt {
	clear: both;
}


/* Sidfot */
#footer {
	width:100%;
	height:50px;
	text-align:center;

}
#footer p {
	font-size:10px;
	margin:0;
	padding:0.05em;
	color:#CCCCCC;
}
#footer #small {
	font-size:9px;
}


/* Meny */
#menu {
	width: 201px;
	float: left;
	padding: 15px 10px 10px 55px;

}
#menu p {
	border-bottom:solid 1px #cccccc;
	margin:0;
	padding: 0.7em 0 1.2em 0;
	line-height:140%;
	font-size:0.9em;
	min-height: 28px;
}
#menu a, #menu a:active, #menu a:visited {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size:1em;
	color: #e5a721;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
.img_menu {
	float:right;
	border:1px solid black;
	margin-left:7px;
}
.lm {
	margin: 1.5em auto 0 auto;
	font-size:0.9em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em; 
	font-weight: normal;
}

/* Huvudsida */
.main {
	background:url(../img/img_07.gif) no-repeat;
	margin-left: 266px;
	padding: 1px 0 0 40px;
}
.main p {
	margin-bottom:2.5em;
}


/* Inforuta */
#main_info {
	background: url(../img/bar_02.gif) repeat-y;
	float:right;
	margin: 0 10px auto 0.5em;
	width: 242px;
}
.right_bar_top {
	background: url(../img/bar_01.gif);
	height:50px;
	width:32px;
	float:left;
}
.right_bar_container {
	margin:0 0 0 46px;
	font-size: 0.9em;	
}
.right_bar_container a, .right_bar_container a:active, .right_bar_container a:visited {
	color: #545454;
}
.right_bar_container a:hover {
	text-decoration:none;
	color: #EFB22D;
}
.right_bar_container li {
	margin-left: 10px;
}
.right_bar_bottom {
	background: url(../img/bar_03.gif);
	height:61px;
	width:32px;
	clear:both;
}


/* Nyheter */
.nyheter {
margin: 1.8em 272px 4em auto;
}
.nyheter h2 {
margin: 0;
}
.nyheter hr {
	width:60%;
	margin-left:0;
}
.nyheter p{
	margin-bottom: 1.5em;
	margin-top:0px;
}
.av {
	margin: 0;
	margin-bottom:0.5em;
	padding: 0;
	font-size:0.8em;
	color: #EFB22D;
}


/* Kalendarium */
#nar {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size:0.9em;
	text-decoration:none;
	font-weight: normal;
	margin-bottom: 0em;
}
.date {
	font-size:1.3em;
	font-weight: bold;
}


/* Länk till schema */
.schemalank {
	padding-right:0.4em;
	float: left;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.5em; 
	font-weight: normal;
	color:white;
}
.schemalank a {
	outline:none;
	text-decoration:none;
	color:white;
}
.schemalank a:hover {
	color:#EFB22D;
}
.selected {
	padding-right:0.4em;
	float: left;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.5em; 
	font-weight: normal;
	color:white;
}
.selected a {
	outline:none;
	text-decoration:none;
	color:#EFB22D;
}