@charset "utf-8";


/* Eric Meyer Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, 
a, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/*END RESET*/




body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a {
	/*color:#FF0080;*/
	color:red;
	text-decoration: none;	
}
a:hover {
	color:#FF4AA5;
}

p {
	line-height:105%;
	margin-bottom:10px;
}
h1 {
	font-weight:bold;
	font-size:24px;
	font-style:italic;
	color:#FF0080;
	margin-bottom:15px;
	color:red;
}
#content {
	margin:auto;
	width:900px;
}
#header {
	height:160px;
	border-bottom:#333 solid 1px;
	margin-bottom:20px;
	position:relative;
}
#header img {
	position:absolute;
	left:70px;
	top:10px;
}
#meny {
	position:absolute;
	right:20px;
	bottom:20px;
}
#meny a {
	font-size:20px;
	color:#111;
	text-decoration: none;
}
#meny a:hover {
	color:#FF0080;
	color:red;
}
#meny ul li {
	list-style-type: none;
	float:left;
	margin-left:20px;
}
#left {
	width:360px;
	float:left;
	padding-right:40px;
}
#right {
	width:500px;
	float:left;
	text-align:right;
}
#footer {
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:12px;
	color:#666;
	clear:both;
}




.justify {
	text-align: justify;
}
.bold {
	font-weight:bold;
}
.contact {
	font-weight:bold;
	letter-spacing:5px;
}
.koll {
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
.koll:hover {
	/*border:1px solid #FF0080;*/
}
.collUl {
	float:left; 
	margin-left:30px;
	margin-bottom:30px;
	width:150px;
}
.collUl li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}





#storyContainer {
	overflow: auto;
	width: 900px;
}
#storyBook {
	float:left;
	width:798px;
	border:#000 solid 1px;
	background: url(../bilder/shadow.jpg) repeat-y center;
}
.storyDiv {
	float:left;
	width:379px;
	padding:10px;
}



#pressForm {
	margin-top:30px;
}
#pressForm ol li {
	margin-bottom:10px;
}
#pressForm label {
	float:left;
	width:70px;
	margin-right:10px;
}
#pressForm input {
	clear:right;
	border:#666 solid 1px;
	width:150px;
}
#pressForm input:focus {
	border:#FF0080 solid 1px;
	border:red solid 1px;
}
#pressForm #Ok {
	width:50px;
	margin-left:182px;
}



.sellers {
	width:300px;
	float:left;
}
.sellers ul {
	margin-bottom:15px;
}
