html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #B9E1EB;
	height: 100%;
}

a { color: #326D91; text-decoration: none }
a:hover { text-decoration: underline }

.pageContainer {
	position: relative;
	background: #CDF5FF;
	width: 760px;
	margin: auto;
	height: 100%;
}
html>body .pageContainer { min-height: 100%; height: auto }

.pageTop { display: none }

.pageMenu {
	float: left;
	width: 160px;
	margin: 75px 0 0 0;
	z-index: 100;
	text-align: center;
}

.pageMenuItem {
	position: relative;
	background: transparent url(http://www.klavo.se/templates/designs/colors/button.gif) top center no-repeat;
	width: 140px;
	padding: 5px;
	margin: 0 auto 5px auto;
}

.pageMenuItemText {
	font: 10pt tahoma, arial;
	text-decoration: none;
	text-decoration: none;
	color: #000000!important;
	padding: 5px;
}

.pageMenuItemText:hover {
	color: #404040!important;
	text-decoration: underline;
}

.pageSubMenu {
	position: relative;
	background: #F8F8F8;
	left: -2px;
	width: 130px;
	padding: 5px;
	margin: 0 auto 5px auto;
	display: none;
	z-index: 200;
}

.pageSubMenuText {
	font: 10pt tahoma, arial;
	text-decoration: none;
	color: #000000!important;
	padding: 5px;
}

.pageSubMenuText:hover {
	color: #404040!important;
	text-decoration: underline;
}

.pageContents {
	position: relative;
	width: 595px;
	overflow: hidden;
}
