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

#container {
	background-color:#ffffff;
	width: 90%;
	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. */
}

	
.mittentext2{
	background-color:#ffffff;
	width: 90%;
	padding:40px;	}

/* CREDIT */

#credit {
	float:left;
	clear:both;
	text-align:center;
	width: 100%;
	padding-bottom:30px;
margin-top:20px;
	padding-top:40px;
	}
.credittext {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#2d2d2d;
	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;
	}
.chapter {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#9fdedb;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	font-weight: lighter;
	}	
/* LÄNKAR */

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

a:visited {
	color:#ea6429;
	text-decoration:none;
	}
a:hover {
	color:#96dae3;
	}

a:active {
	color:#96dae3;
	}

