@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center; /* centers in IE 5* browsers */
	color: #000000;
	background-attachment: fixed;
	background-color: #d5db87;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	scrollbar-base-color: #5faad1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #5faad1;
	scrollbar-darkshadow-color: #5faad1;
	scrollbar-face-color: #5faad1;
	scrollbar-track-color: #5faad1;
}
#container {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #495338;
	border-left-color: #495338;
	border-bottom-color: #495338;
}
#uppe {
	background-color:#ffffff;
	background-image:url(img/uppe.jpg);
	height:169px;
	width:800px;
	padding-bottom:0px;
	}
	
#main {
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 65px;
	background-color:#ffffff;
	height:920px;
	border-bottom-color: #495338;

}
#main-andra {
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 65px;
	background-color:#ffffff;
	min-height:500px;
	border-bottom-color: #495338;
}

/* MENY */

.link {
	text-align:center;
	font-size:14px;
	color:#321370;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-left:-65px;

	}
.link li { 
	display: inline;
	padding-right: 18px;
 }
.link span#aktuell
{
color: #5eaad0;
}
	
 
/* BOXAR INDEX */
.valkommen-img {
	background-color:#5faad1;
	float: left;
	height: 282px;
	width: 308px;
	margin-right: 40px;
	margin-top:30px;
}
.valkommen {
	overflow: auto;
	height:250px;
	width:270px;
	padding:15px;
	}	
.nyheter-img {
	background-color:#5faad1;
	float: left;
	height: 282px;
	width: 308px;
	clear:right;
	margin-bottom:40px;
	margin-top:30px;
}
.nyheter {
	overflow: auto;
	height:250px;
	width:270px;
	padding:15px;
	}
.foto {
	background-image:url(img/ettan.jpg);
	width: 660px;
	height: 400px;
	clear:both;
	margin-bottom:40px;
	border-width:1px;
	border-style: solid;
	border-color:#083248;
	}

/* BOX ANDRA SIDOR */


.mittmitten {
	width:560px;
	padding:20px;
	background-color:#5eaad0;
	margin-left:35px;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #3580a6;
	border-width:1px;
	border-style:solid;
	}

table td {
	padding: 5px;
}

.titel {
	width:560px;
	padding:5px;
	margin-left:35px;
	margin-top:20px;
	margin-bottom:0px;
	}

.larare td {
	padding: 10px;
}

.larareimg {
	width: 150px;
	height: 150px;
	border: solid;
	border-width:1px;
	border-color: #ffffff;
	float: left;
	margin-right: 14px;
	background-position: top;
	margin-bottom:10px;
	}
.lararetext {
	width: 370px;
	height: 150px;
	border: solid;
	border-width:1px;
	border-color: #ffffff;
	float: left;
	margin-right: 14px;
	background-position: top;
	margin-bottom:10px;
	overflow:auto;
	}

/* CREDIT */

#credit {
	text-align:center;
	padding-bottom: 20px;
	}

/* TEXT */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color: #ffffff;
	font-weight:normal;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #ffffff;
	font-weight:bold;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #ffffff;
	font-weight:bold;
	letter-spacing: 0.1em;
	}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #5eaad0;
	font-weight:bold;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.5em;
	}

/* LINKS */
a:link {
	color:#495338;	
	text-decoration: none;
	font-weight:bold;
	}

a:visited {
	text-decoration: none;	
	color:#495338;
	font-weight:bold;
}
a:hover {
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
	}
.link li a:hover {
	color:#5eaad0;	
	text-decoration: none;
	font-weight:bold;
	}
.link li a:active {
	color:#5eaad0;	
	text-decoration: none;
	font-weight:bold;
	}

.mittmitten table {
	padding: 5px;
}

/* ANNAT */
#mytable {
	margin: 0px;
}
.mittmitten img {
	border: 1px solid #083248;
}
.oddrow {
	background-color: #7ac4e9;
	}