@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	
}

body {
	font-size: 11px;
	font-family: verdana;
	margin-left: 0;
	background: url(/material/images/frisor_goteborg.jpg) no-repeat #FFFFFF;
	text-align: center;
	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin-bottom: 7px;
}

img {
	border: 0;
}

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

#banner {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}

div#menu a {
	color: #888;
}

div#menu .selected a {
	color: #000;
}

div#page {
	position: relative;    
	width: 930px;
	
	margin: 0px auto;
	text-align: left;
	background: #fff;
	

}
div#left {
	width: 	300px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	float: left;
	text-align: left;
	border-right: solid #888 1px;
	padding-right: 20px;
}

div#center {
	background-color: #ffffff;
	width: 589px;
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
	float: left;
	margin: 20px 0px 20px 0px;
	text-align: justify;
}

div#maincontent {
	margin: 0px 20px 0px 20px;
	left-align: left;
	background: #eee; /*url(/material/images/pat_20050823001844.gif)*/
	
	padding: 15px;
}

#logo-top {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}

#logo-bottom {
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#logo img {
	
}

#image {
margin-bottom: 21px;
}

#employees {
	height: 40px;
}

div#menu {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: trebuchet ms;
	line-height: 20px;
	text-align: center;
	color: #888;
	height: 85px;
	display: table;
	width: 549px;
}

div#menu div {
	display: table-row;
}

div#menu ul {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	text-align: center;
}

div#menu li {
	padding: 0px 10px;
	display: inline;
	text-transform: uppercase;
}

