﻿body {
	width:800px;
	height:600px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../grafik/bg2.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
	overflow: auto;
}

#maincontainer {
	width:781px;
	height:471px;
	left: 50%;
	top: 38%;
	margin-left: -390px; /* hÃ¤lften av bredden */
	margin-top: -235px; /* hÃ¤lften av hÃ¶jden */
	position: absolute;
	z-index: 2;
}

#menucontainer {
	width:786px;
	height:76px;
	left: 50%;
	top: 100%;
	margin-left: -380px; /* hÃ¤lften av bredden */
	margin-top: -76px; /* hÃ¤lften av hÃ¶jden */
	position: absolute;
	z-index: 3;
}

#menucover {
	width:100%;
	height:76px;
	left: 0px;
	top: 100%;
	margin-left: 0px; /* hÃ¤lften av bredden */
	margin-top: -76px; /* hÃ¤lften av hÃ¶jden */
	background-color: #000000;
	position: absolute;
	z-index: 1;
}

#cornerleft {
	width: 40px;
	height: 40px;
	left: 0;
	top: 374px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	z-index: 3;
	overflow: auto;
}

#cornerright {
	width: 40px;
	height: 40px;
	left: 680px;
	top: 374px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	z-index: 4;
	overflow: auto;
}

#imgleft {
	width: 340px;
	height: 394px;
	left: 10px;
	top: 10px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	z-index: 1;
	overflow: auto;
}

#divUpControl{
	width:359px;
	height:20px;
	position:relative; 
	left:361;
	top:-20;
	z-index:1;
	text-align:left;
} 

#divDownControl{
	width:359px;
	height:20px;
	position:relative;
	left:361;
	top:394;
	z-index:1;
	text-align:left;
} 

#divContainer{
	position:relative;
	top:-20px;
	left:390;
	width:300px;
	height:374px;
	overflow:hidden;
	clip:rect(0,300,374,0);
	z-index: 2;
} 

#divContent{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 2;
	text-align:left;
}

.Bread {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
	width: 300px;
}

.BreadLnk {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	text-decoration: underline;

}

.BreadLnk:hover {
	text-decoration: underline;
	color: #000000;

}

.Rubbe1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 300px;
}

.Rubbe2 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 300px;
}
