/*-- general --*/
html {
	height: 100%;
}
body {
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
table.container {
	width: 100%;
	height: 100%;
	position: relative;
}
table.container td {
	vertical-align: middle;
	text-align: center;
}
table.container td div.content {
	margin: 0px auto 0px auto;
	width: 960px;
	height: 580px;
	padding: 0px;
	position: relative;
}
img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
a {
	outline-style: none;
	outline-width: 0px;
}

/*-- frame --*/
div.frameTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 143px;
	background-image: url( '../images/bakgrund_top.jpg' );
	background-repeat: no-repeat;
}
div.frameRight {
	position: absolute;
	top: 143px;
	left: 864px;
	width: 96px;
	height: 440px;
	background-image: url( '../images/bakgrund_right.jpg' );
	background-repeat: no-repeat;
}
div.frameLeft {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 56px;
	height: 149px;
	background-image: url( '../images/bakgrund_left.jpg' );
	background-repeat: no-repeat;
}
div.frameMid {
	position: absolute;
	top: 143px;
	left: 166px;
	width: 33px;
	height: 149px;
	background-image: url( '../images/bakgrund_midbit.jpg' );
	background-repeat: no-repeat;
}
div.frameBottom {
	position: absolute;
	top: 292px;
	left: 0px;
	width: 199px;
	height: 288px;
	background-image: url( '../images/bakgrund_bottomleft.jpg' );
	background-repeat: no-repeat;
}
div.frameMenu {
	position: absolute;
	top: 143px;
	left: 56px;
	width: 110px;
	height: 149px;
	text-align: right;
}
div.frameContent {
	position: absolute;
	top: 143px;
	left: 199px;
	width: 665px;
	height: 437px;
	overflow-y: scroll;
	text-align: left;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
}
div.frameContent p {
	margin: 15px;
	white-space: pre-line;
}
img.frameStamp {
	position: absolute;
	left: 0px;
	top: 18px;
	border: 0px;
	margin: 0px;
}

/*-- main page --*/
div#main {
	height: 480px;
}
div#main div.left {
	background-image: url( '../images/startsida_left.jpg' );
	background-repeat: no-repeat;
	width: 218px;
	height: 480px;
}
div#main div.top {
	background-image: url( '../images/startsida_top.jpg' );
	background-repeat: no-repeat;
	width: 389px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 250px;
}
div#main div.title {
	background-image: url( '../images/digman_titel.png' );
	background-repeat: no-repeat;
	width: 520px;
	height: 95px;
	position: absolute;
	top: 183px;
	left: 218px;
}
div#main div.menu {
	width: 520px;
	position: absolute;
	top: 283px;
	left: 218px;
	vertical-align: top;
}
div#main div.menu img {
	vertical-align: top;
}

/*-- thumbs --*/
div.content div.thumb {
	margin: 3px;
	float: left;
	width: 154px;
	height: 190px;
	vertical-align: bottom;
	position: relative;
}
div.content div.thumb div.imgContainer {
	position: absolute;
	bottom: 34px;
	width: 100%;
}
div.content div.thumb div.textContainer {
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 28px;
	text-align: center;
	white-space: pre;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-family: verdana;
	overflow: hidden;
}

/*-- thumb frame --*/
div.content div.thumbFrame {
	margin: 0px auto 0px auto;
	display: table;
}
div.content div.thumbFrame div.tl {
	height: 8px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	background-image: url( '../images/tumram_topleft.png' );
	background-repeat: no-repeat;
}
div.content div.thumbFrame div.tr {
	height: 8px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	background-image: url( '../images/tumram_topright.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
div.content div.thumbFrame div.top {
	height: 8px;
	padding: 0px;
	margin: 0px;
	background-image: url( '../images/tumram_top.png' );
	background-repeat: repeat-x;
}
div.content div.thumbFrame div.left {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	background-image: url( '../images/tumram_left.png' );
	background-repeat: repeat-y;
	float: none;
}
div.content div.thumbFrame div.right {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	background-image: url( '../images/tumram_right.png' );
	background-repeat: repeat-y;
	background-position: top right;
	float: none;
}
div.content div.thumbFrame div.right img.hasDetails {
	cursor: pointer;
}
div.content div.thumbFrame div.bl {
	height: 10px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	background-image: url( '../images/tumram_bottomleft.png' );
	background-repeat: no-repeat;
}
div.content div.thumbFrame div.br {
	height: 10px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	background-image: url( '../images/tumram_bottomright.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
div.content div.thumbFrame div.bottom {
	height: 10px;
	padding: 0px;
	margin: 0px;
	background-image: url( '../images/tumram_bottom.png' );
	background-repeat: repeat-x;
}

/* -- enlarged -- */
table.container td div.content div.enlargedPlate {
	background-color: #ffffff;
	width: 960px;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 60px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: none;
}
table.container td div.content div.enlarged {
	width: 960px;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
div.content div.enlarged div.imgContainer div.enlargedFrame {
	margin: 0px auto 0px auto;
	display: table;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.tl {
	height: 14px;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	background-image: url( '../images/valdbild_topleft.png' );
	background-repeat: no-repeat;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.tr {
	height: 14px;
	padding: 0px 14px 0px 0px;
	margin: 0px;
	background-image: url( '../images/valdbild_topright.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.top {
	height: 14px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-top: 1px solid #8b8b8b;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.left {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background-color: #ffffff;
	border-left: 1px solid #8b8b8b;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.right {
	margin: 0px;
	padding: 0px 14px 0px 0px;
	background-color: #ffffff;
	border-right: 1px solid #8b8b8b;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.bl {
	height: 14px;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	background-image: url( '../images/valdbild_bottomleft.png' );
	background-repeat: no-repeat;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.br {
	height: 14px;
	padding: 0px 14px 0px 0px;
	margin: 0px;
	background-image: url( '../images/valdbild_bottomright.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.bottom {
	height: 14px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #8b8b8b;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame {
	position: relative;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer {
	width: 100%;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.textContainer {
	width: 100%;
	height: 32px;
	text-align: center;
	white-space: pre;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-family: verdana;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.textContainer {
	width: 100%;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	text-align: center;
	white-space: pre;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-family: verdana;
	overflow: hidden;
	height: 32px;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.buttonContainer {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-family: verdana;
	height: 41px;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.buttonContainer img.prev {
	position: absolute;
	left: 8px;
	top: 12px;
	cursor: pointer;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.buttonContainer img.next {
	position: absolute;
	right: 8px;
	top: 12px;
	cursor: pointer;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.buttonContainer img#close {
	cursor: pointer;
	margin-right: 70px;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.buttonContainer img#buy {
	margin-right: 50px;
	margin-left: 70px;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame {
	margin: 0px auto 0px auto;
	display: table;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.tl {
	height: 8px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	background-image: url( '../images/tumram_topleft.png' );
	background-repeat: no-repeat;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.tr {
	height: 8px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	background-image: url( '../images/tumram_topright.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.top {
	height: 8px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url( '../images/tumram_top.png' );
	background-repeat: repeat-x;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.left {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	background-image: url( '../images/tumram_left.png' );
	background-repeat: repeat-y;
	border: 0px;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.right {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	border: 0px;
	background-image: url( '../images/tumram_right.png' );
	background-repeat: repeat-y;
	background-position: top right;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.bl {
	height: 10px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	background-image: url( '../images/tumram_bottomleft.png' );
	background-repeat: no-repeat;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.br {
	height: 10px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	background-image: url( '../images/tumram_bottomright.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
div.content div.enlarged div.imgContainer div.enlargedFrame div.innerFrame div.imgContainer div.innerFrameFrame div.bottom {
	height: 10px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url( '../images/tumram_bottom.png' );
	background-repeat: repeat-x;
}

/*-- about --*/
div#about div.frameContent {
	text-align: left;
}
div#about div.thumbFrame {
	float: right;
	margin: 10px;
}

