/* Stylesheet by Anders Blomberg, www.epx.se */

	a:hover {
	color: #009900;
	text-decoration: underline;
	background: #FFFF00;
	font-weight: bold;
	/*font-weight: bold;*/
		}

	a:visited {
		color: #000000;
		text-decoration: none;
		}

	a:active {
		color: #000000;
		text-decoration: none;
		}

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

	body {
		text-align:left;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background: #ffffd2 /*url(700bg_oliv.jpg) no-repeat fixed center top; */
		}
	
	#ram {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	padding:0px;
		}
		
	#leftbox {
	width:370px;
	float:left;
	padding:10px 3px 0px;
	background: #FFFFFF;
	z-index: 100;
		}
#ram #leftbox img {
	float: right;
}
		
	.bold {
		font-weight: bold;
		}
		
	#middlebox {
	width:300px;
	float:right;
	padding:10px 0px 0px 15px;
	border-left: solid #c30 1px;
		}
.egen {
	color: #030;
	background: #eff;
}
.translated {
	color: #300;
	background: #fef;
}
.team {
	color: #003;
	background: #eef;
}
.foreign {
	color: #033;
	background: #eff;
}		
	#picturebox {
		width:300px;
		height:auto;
		padding:0;
		float:left;
		background: #666666;
		margin:0;
		}	
			
	#textbox {width:290px;
		padding:5px;
		float:right;
		background: #FFFFFF;
		text-align:left;
		margin:0;
		}
		
	#top {
		padding:0;
		border-bottom: 1px #000000 solid;
		margin:0;
		text-align:left;
		}
		
	#popupmenus {
		text-align: center;
		float: left;
		width:600px;
		height: 30px;
		}
		
	p,h1,pre {
		margin:0;
		}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
		
h1 {
		font-size:10px;
		font-weight:bold;
		}
		
#contentheader h1 {
		padding:10px;
		margin:0px;
		}
		
.rubbe {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #C30;
}

.factbox {
	padding:5px;
	color: #003300;
	background: #9FC;
}

#4spaltram {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	padding:0px;
	background: ffe;
}

#bredspalt {
	width: 400px;
	float: left;
	background: ffe;
}

#spalt1 {
	width:180px;
	float:left;
	padding:10px 10px 0px;
	background: #ffe;
	z-index: 100;
	line-height: 14px;
}
#spalt2 {
	width:180px;
	float:left;
	padding:10px 10px 0px;
	background: #ffe;
	z-index: 100;
	line-height: 14px;
}
#spalt3 {
	width:180px;
	float:left;
	padding:10px 10px 0px;
	background: #ffe;
	z-index: 100;
	line-height: 14px;
}
#spalt4 {
	width:180px;
	float:left;
	padding:10px 10px 0px;
	background: #ffe;
	z-index: 100;
	line-height: 14px;
}
#bild2sp-v {
	float: left;
	width: 400px;
	padding-top: 10px;
	height: 228px;
}


/*Menysaker*/

ul {
	padding: 0;
	margin: 0;
	}

ul li {
	list-style-type: none;
  	border: 1px solid #c30; 
  	position: relative; 
  	}
  
ul ul {
	display: none;
	}

ul li:hover > ul {
	display: block;
	position: absolute;
	left: 100%;
	}
	
li a {
	display: block;
	padding: 5px 7px;
  	background: #fff;
	}
	
ul#storymenu li a:hover {
	background: #ff0;
	}
	
li.sub > a {
	background: #fff;
	}
	
ul#storymenu {
	width: 100px;
	float: left;
	}
	
ul#storymenu > li:hover > ul {
	width: 200px; 
	left: -1px;
	}
