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

html,body {
	padding: 0px;
	margin: 0px;
}

/* Foto-galleriet */
font.header
{
font: 12px Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}
/* slut på foto-galleriet */

/* Allmäna (grafik, spel m.m.) galleriet */
font.gheader
{
font: 16px Georgia, "Times New Roman", Times, serif;
}
font.infoheadline
{
font: 10px Georgia, "Times New Roman", Times, serif;
}

/* Slut på allmäna (grafik, spel m.m.) galleriet */


a.textlink
{
font: 10px Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:none;
}

a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #222222;
text-decoration: none;
}
a:active {
color: #354250;
text-decoration: none;
}


/* båda gallerier */
font.maintext
{
font: 10px Arial, Helvetica, sans-serif;
color: #7f7f7f
}

font.date
{
font: 10px verdana
}

.box {background-color: #ffffff;
padding: 0px;
float:none;
position:absolute;
height:395px;
max-height:395px;
overflow:hidden;
}

table.floatgrejen
{
float:none;
max-height:390px;
height: 390px;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

#gallery {
	overflow: scroll;
	margin-top: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
#gallery font.header {
	line-height: 14px;
}

.wide {
	width: 600px;
	padding: 15px 5px 0px 0px;
}

.high {
	width: 455px;
	padding: 15px 5px 0px 0px;
}

.wide2 {
	width: 800px;
	padding: 15px 5px 0px 0px;
}
.wide2_custom {
	padding: 15px 5px 0px 0px;
}

.space {
	width: 80px;
}

.gallery_img_wide {
	height: 303px;
}

.gallery_img_wide2 {
	height: 100%;
	float:left;
	vertical-align: bottom;
	margin-right: 5px;
}

.gallery_img_high {
	height: 100%;
	float: left;
	vertical-align: bottom;
	margin-right: 5px;
}

.gallery_wide_header {
	float: left;
	width: 100%;
}

.gallery_high_header {
	float: left;
	width: 208px;
}

.gallery_wide2_header {
	float: left;
	width: 250px;
}

.gallery_date {
	float: right;
}

.gallery_img_wide img {
}


/* Portfolio */
#portfolio {
	overflow: scroll;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.portfolio_item {
	width:700px;
	overflow:none;
}

div.portfolio_main {
	float:left;
	clear:left;
	width:300px;
}

div.screenshots {
	float:left;
	clear:both;
	word-spacing: 10px;
	white-space: nowrap;
}

div.info {
	width: 400px;
	float: left;
	margin-top: 35px;
}

.info_table {
	table-layout: fixed;
	float: left;
	width: 200px;
}

span.infoheadline
{
	font: 10px Georgia, "Times New Roman", Times, serif;
	float:right;
}

.info_left {
	width: 5%;
	vertical-align: top;
	padding-right: 10px;
}

.info_right {
	width: 95%;
	float: left;	
	vertical-align: top;
	padding:0px;
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #7f7f7f
}
