@charset "utf-8";
body {
	font: Garamond, Georgia, "Times New Roman", Times, serif;
	background-image:url(img/bg2.jpg);
	margin: 0;
	padding: 0;
	text-align: center; /* centers in IE */
	color: #000000;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
}

#container {
	width: 800px;
	padding-top:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.bredtext{
	float:left;
	width: 360px;
	padding-bottom: 40px;
	padding-left:70px;
	}
.nyheter {
	float:right;
	width:220px;
	padding: 0px;
	margin-right: 70px;
	margin-left: 40px;
	margin-top: 0px;
	}
/* LINKLIST PÅ FÖRSTASIDAN */

ul.menu2 {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:95%;
	color: #000000;
	line-height: 1.4em;
}
ul.menu2 li {
	padding-bottom:1px;
	padding-top:1px;
	}

ul.menu2 li a:hover {
 	background-color: #4da6b8;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
}
ul.menu2 li a:active {
 	background-color: #4da6b8;
	color:#ffffff;
	padding-left:7px;
	padding-right:7px;
}


/* ANDRA SIDOR ÄN FÖRSTASIDAN - MED SCROLL */
.mittentext1{
	float:left;
	width: 600px;
	height:450px;
	overflow:auto;
	margin-left: 100px;
	padding-bottom: 40px;
	margin-right:100px;
	}

/* ANDRA SIDOR ÄN FÖRSTASIDAN - UTAN SCROLL */
.mittentext2{
	float:left;
	width: 600px;
	margin-left: 100px;
	padding-bottom: 40px;
	margin-right:100px;
	}

/* LÄNKRAD */

.link {
	text-align:left;
	padding-left:30px;
	font-size:16px;
	color:#113a31;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-top: 260px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: lighter;
	}
.link li { display: inline;
	padding-right: 15px;
	font-weight: lighter;
	letter-spacing: 0.18em;	
 } 
 
.link a:link {
	color: #ea6429;
	text-decoration:none;
	border:0;
	letter-spacing: 0.18em;	
	font-weight: lighter;
}
.link a:visited {
	color: #ea6429;
	text-decoration:none;
	border:0;
	font-weight: lighter;
	letter-spacing: 0.18em;	
}
.link a:hover {
	color: #96dae3;
	text-decoration:none;	
	border:0;
	font-weight:ligther;
	letter-spacing: 0.18em;	
}

/* CREDIT */

#credit {
	float:left;
	clear:both;
	text-align:center;
	width: 800px;
	padding-bottom:30px;
	padding-top:40px;
	}
.credittext {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#8e8e8e;
	letter-spacing: 0.14em;
	}

/* TEXT */

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color:#c5ecea;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.32em;
	font-weight: lighter;
	}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 10px;
	font-weight:bold;
	color:#5e9b9a;
	text-transform: uppercase;
	letter-spacing: 0.38em;
	font-weight: lighter;
	}
p {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:95%;
	color: #000000;
	line-height: 1.4em;
	}

.white {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#ffffff;
	}
	
.specs {
	font-family:"Tahoma", sans-serif;
	font-size:75%;	
	color:#6c7576;
	}
.notes {
	color:#a5a75e;
	}
/* LÄNKAR */

a:link {	
	color:#ea6429;
	text-decoration:none;
	}

a:visited {
	color:#ea6429;
	text-decoration:none;
	}
a:hover {
	color:#4da6b8;
	}

a:active {
	color:#4da6b8;
	}