body {
	background-color: #ffffff;
	color: #000000;
	}
h1 {
	font-family: Times, Times New Roman, serif;
	letter-spacing: 0.05em;
	font-size: 150%;
	color: #000000;
	}
h2 {
	font-family: Times, Times New Roman, serif;
	letter-spacing: 0.05em;
	font-size: 120%;
	color: #000000;
	}
p {
	font-family: Times, Times New Roman, serif;
	font-size: 100%;
	color: #000000;
	}
p a {
	color: #6666ff;
	text-decoration: none;
	}
p a:hover {
	background-color: #cccccc;
	}

/* MENYN */
#menycontainer {
	position: absolute;
	top: 100px;
	left: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 130px;
	font-family: Arial;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: none;
	}

#meny {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}

/* MENYNS FRSTA NIV */
#meny a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 1px 2px 5px;
	background-color: #ffcc33;
/*	background-color: #006699; */
	text-decoration: none;
	height: 100%;
	border-bottom: 2px solid #cccccc;
	}

#meny ul {
	list-style-type: none;
	}

#meny a:link {
	color: #3f3f3f;
	}

#meny a:visited {
	color: #3f3f3f;
	}

#meny a:hover {
	background-color: #bbbbbb;
	}

#meny a#current {
	color: #666666;
	font-weight: bold;
	}

#meny a#subcurrent {
	padding: 0px 0px 0px 30px;
	color: #666666;
	font-weight: bold;
	background-color: #ffdd44;
	}
#meny a#subcurrent:hover {
	background-color: #999999;
	}

#meny a#under {
	padding: 0px 0px 0px 30px;
	background-color: #ffdd44;
	}
#meny a#under:hover {
	background-color: #999999;
	}
/* SLUT P MENYN */

#namn {
	position:absolute;
	padding: 0px;
	margin: 0px;
	width: 38px;
	height: 580px;
	left:150px;
	top:15px;
	display: none;
	}

/* BILD */
#bildbox {
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 355px;
	height: 232px;
	left: 190px;
	top: 20px;
	display: none;
}

/* Text under bildbox */
#boxsmall {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px; 
	position: absolute;
	left:40px;
	top:40px;
	width: 345px; 
	height: auto;
	overflow: auto;
}

#boxbig /* stor textbox frn meny och nedt (ingen bildbox) */
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	left: 40px;
	top: 40px;
	width: 345px;
	height: auto;
	overflow: auto;
}

#boxright
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 450px;
	top: 40px;
	width:160px;
	height: auto;
	overflow: auto;
	}

