@charset "utf-8";
/* CSS Document */
/* Vanlig side */

@import url('/files/css/reset.css');
@import url('/files/css/style.css');
@import url('/files/css/leftmenu.css');
@import url('/files/css/standard.css');

dd {
	margin: 0 0 15px 5px;
}

#textframe {
	position:relative;
	float:left;
	width: 417px;
	height:515px;
}

#content {
	font-size:85%;
	overflow: auto;
	height:468px;
}

#content ul {
	list-style-image: url(/files/img/layout/list.gif);
	list-style-position: outside;
}

#content li {
	margin-left: 15px;
}

#content a, #pagination a {
	text-decoration:none;
	color:#666;
}

#content a:hover, #pagination a:hover {
	border-bottom:1px dashed #E60F0A;
}

#imgframe {
	position:relative;
	float:right;
	width: 330px;
	margin: 106px 0 0 0;
}

#imgframe img.thumbs {
	margin: 0 0 5px 5px;
}

#thumbframe {
	margin: 0 0 0 35px;
}
