﻿body
{
	background-color: #cccccc;
	color: #000000;
	padding: 0px;
	font-family: Verdana, Arial;
	margin: 0px;
	
	height: 100%;
	bottom: 0px;
}

.container
{
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0px;
}
.mainContentExt
{
	

	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;

	background-color: #000000;
	background-image: url('images/content/bg.gif');
	
	min-height: 100%;
}
.mainContentInt
{
	background-color: #ffffff;
	
	position: relative;
	left: 5px;
	width: 740px;
	
	min-height: 100%;
	
}
.top_large
{
	padding-top: 10px;
	padding-left: 10px;
	height: 320px;
	width: 100%;
}
.top
{
	padding-top: 10px;
	padding-left: 10px;
	height: 90px;
	width: 100%;
}

.menuImage
{
	border: 0px;
}
.menuLinkExt
{
	
	position: relative;
	width: 150px;
	height: 28px;
	border-style: solid;
	border-width: 0px;
}
.menuLinkExt:Hover
{
	border-style: solid;
	border-color: #003399;
	border-width: 0px;
	border-bottom-width: 2px;
	height: 26px;
}
.menuLinkInt
{
	margin-left: 5px;
	color: #003399; 
	font-size: 15pt;
	/*font-weight: bold;*/
	text-decoration: none;
}
.topMenu
{
	position: absolute;
	left: 240px;
	background-color: #F3EFE0;
	top: 10px;
	padding: 10px;
	height: 70px;
}
.leftMenu
{
	position: absolute;
	background-color: #F3EFE0;
	left: 10px;
	top: 121px;
	padding: 10px;
	padding-bottom: 20px;	/* Workaround för bug i Firefox */
	width: 180px;
	height: 170px;
}
.content
{
	position: relative;
	top: 0px;
	padding: 15px;
	background-color: #ffffff;
}


.photo
{
	position: absolute;
	top: 10px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 520px;
	height: 310px;
	left: 219px;
	
	border-style: solid;	
	border-color: #003399;	
}



/*
.sideBar
{
	position: absolute;
	top: 380px;
	left: 500px;
	width: 200px;
	padding: 10px;
	background-color: #F3EFE0;
}*/

.photoTextExt
{
	position: absolute;
	width: 520px;
	height: 30px;
	left: 220px;
	top: 291px;
	background-color: #ffffff;
	opacity: 0.5;
	
}
.photoTextInt
{
	font-size: 16pt;
	font-style: italic;
	text-align: right;
	position: absolute;
	width: 520px;
	height: 30px;
	left: 220px;
	top: 291px;
	opacity: 0.9;
	margin-right: 20px;
}
.rubrik1
{
	font-size: 16pt;
	color: #003399;
	text-align: center;
}
.footer
{
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 8pt;
	padding: 20px;
	color: #333333;
}


.blurryScreen
/* Gömmer den ordinarie sidan bakom ett mörkt genomskinligt lager för att lägga fokus på något annat */
{
	color: #ffffff;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	visibility: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);	// IE-fix
}
.blurryScreenContent
{
	text-align: center;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.imagePreviewScreen
{
	text-align: center;
	color: #000000;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
	max-width: 500px;
	padding: 20px;
}


