html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-size: 0.7em;
	font-family: verdana,tahoma,arial,sans-serif;
	color: #000000;
	background: #fff url(http://www.muramaris.se/bilder/form/header.jpg) center top no-repeat;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 800px;
	min-height: 100%;
	background: url(http://www.muramaris.se/bilder/form/bord-left.gif) repeat-y;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
/* =CONTANERS
***************************************/
h1 {
	margin: 0px;
	padding: 0px;
/*	position: relative;
	top: 0px;
	left: 0px;
*/	display: block;
	width: 100%;
	height: 119px;
	text-indent: -1000px;
/*	background: url(bilder/form/header.jpg) no-repeat; */
}
#content {
/*	position: relative;
	top: -100px;
	left: 200px;
*/
	float: left;
	display: inline;
	margin-left: 60px;
	margin-top: 30px;
	width: 550px;
	NObackground: pink;
}
#footer {
/*	position: absolute;
	bottom: 0px;
*/
	float: right;
	display: inline;
	width: 550px;
	text-align: center;
	font-size: 10px;
	color: #666;
	background: #fff;
	border-top: 1px solid #c0c0c0;
	
	padding-top: 2px;
	margin-top: 30px;
	margin-right: 55px;
	padding-bottom: 10px;
}
#footer a { color: #666; background: #fff; }

/* =MENU
***************************************/
#nav {
	float: left;
	display: inline;
	margin-left: 25px;
	margin-top: 30px;
/*	position: relative;
	top: 200px;
	left: 25px;
*/	width: 110px;
}
#nav a {
	display: block;
	width: 100%;
	color: #030;
	border-left: 2px solid #D0D9C7;
	border-bottom: 1px solid #D0D9C7;
	border-right: 1px solid #D0D9C7;
	background: #efefef;

	margin-top: 5px;
	padding: 2px 0px;
	text-indent: 5px;
	text-decoration: none;
}
#nav a:hover {
	border-left: 2px solid #7F9854;
}
/* =TEXT
***************************************/
h2 {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 12pt;
}
h2#pageHeadline {
	margin-left: 156px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: Georgia,Garamond,verdana,arial,sans-serif;
	color: #857C73;
	background: #fff;
	border-bottom: 1px solid #C0C0C0;

}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Georgia,Garamond,verdana,arial,sans-serif;
	color: #857C73;
	background: #fff;
}
.text {
	margin: 5px;
}
.textSmallDimmed { font-size: 10px; color: #999; background: inherit;}
table {
	font-size: 100%;
}
#content p { margin: 0px; }

/* divider */
.textDivider {
	position: relative;
	margin: 0px auto 20px auto;
	width: 50px;
	padding-top: 20px;
	border-bottom: 1px dotted #c0c0c0;
}

.clear { clear: both; }

/* IMAGES */
.imgAlignRight {
	float: right;
	margin-left: 5px;
}