body {
	background-image: url('/image/baggrund.jpg');
	font-family: Tahoma, Verdana, "Times new roman";
	font-size: 9pt;
}

h1 {
	margin-top: 5px;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
	text-decoration: none;
}

p {
	margin: 0px;
}

div.canvas {
	width: 980px;
	margin: auto;
}

div.top {
	
}

div.logo {
	
}

div.address {
	text-align: center;
	font-size: 14pt;
}

div.contentContainer {
	clear: both;
}

div.menu {
	float: left;
	width: 150px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	font-weight: bold;
}

div.menu div.menuItem {
	background-image: url('/layout/menuknap.png');
	width: 146px;
	height: 49px;
	padding-top: 0px;
	text-align: center;
	margin-bottom: 5px;
}

div.menu a {
	text-decoration: none;
	color: #FFFFFF;
	display:table-cell;
	height:49px;
	vertical-align:middle;
	width:146px;
	text-align:center;
}

div.menu div.menuItem:hover {
	background-image: url('/layout/menuknapcontrast.png');
}

div.content {
	overflow: auto;
}

div.head {
	text-align: center;
}

div.right {
	background-color: #FFFFFF;
	padding: 4px;
	min-height: 400px;
	overflow: hidden;
}

div.bottom {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

div.bottom div.copyright {
	font-size: 7pt;
	margin-top: 3px;
}

div.amenu {
	float: left;
	padding: 2px;
	text-align: center;
	width: 60px;
}

div.flashMessage {
	margin-bottom: 8px;
	padding: 4px;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}

div.listItem {
	overflow: auto;
	clear: left;
	border: solid 1px #000000;
	border-top: 0px;
	padding: 2px;
}

div.listItem:hover {
	background-color: #EEEEEE;
}

div.listItemHead {
	overflow: auto;
	clear: left;
	border: solid 1px #000000;
	padding: 3px;
	background-color: #CCCCCC;
}

div.listCellHead {
	font-weight: bold;
	float: left;
}

div.listCell {
	float: left;
}

div.listCellRight {
	float: right;
}

div.editBox {
	display: none;
}

div.lastChanged {
	float: right;
	font-size: 10px;
}

div.folderList {
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
}

div.folderItem {
	float: left;
	width: 80px;
	min-height: 80px;
	word-wrap: break-word;
	text-align: center;
	border: solid 1px #DDDDDD;
	font-size: 8pt;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 3px;
}

div.folderItem a img:hover {
	text-decoration: none;
}

div.folderItem:hover {
	background-color: #FAFAFA;
}

div.pictureList {
	clear: both;
	overflow: auto;
	background-color: #FAFAFA;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

div.pictureItem {
	float: left;
	height: 120px;
	width: 120px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	position: relative;
	border: solid 1px #999999;
	font-size: 8pt;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

div.pictureItem img {
	height: 120px;
}

div.pictureItemHover {
	display: none;
	text-align: left;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 4px;
}

div.pictureTools {
	z-index: 3;
	text-align: right;
	margin-bottom: 15px;
}