/**********************

Stilmall fÃ¶r index.html, zaffre.html, butik.html, kontakt.html
Den gemensamma stilen fÃ¶r body, rutan som omsluter innehÃ¥llet, loggan och menyn,
samt span.zaffre som sÃ¤tter stilen fÃ¶r ordet zaffre i lÃ¶pande text.

**********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	background: #b3b0af;
	color: #1e4043;
	font-family: Verdana, monaco, "courier new", courier, monospace;
	font-size: 13px;
text-align:center;/*tillägg för att innehållet ska visas centrerat i IE//Stina */
}

div#allt {
	width: 827px;
	margin: auto; /*fungerar finfint i FireFox men inte i IE, se ovan //Stina */
	margin-bottom: 50px;
	margin-top: 50px;
text-align:left;/*för att motverka work-arounden för IE i body //Stina */
}

div#banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	clear: both;
}

div#rutan {
	width: 826px;
	/* IE6 min-height hack */
	min-height:562px;
	height:auto !important;
	height:562px;
  	/* slut pÃ¥ IE6 hack */
	background: white;
	padding: 1px;
}

div#loggan {
	margin-left: 206px;
	margin-top: 30px;
}

ul#meny {
	list-style: none;
	margin-top: 3px;
	margin-left: 197px;
	padding: 0;
	letter-spacing: 0.2em;
}

ul#meny li {
	margin-left: 0;
	padding: 0;
	display: inline;
	margin-right: 3.4em;
}

ul#meny a {
	font-size: 1.1em;
	text-decoration: none;
	color: #1e4043;
	text-transform: uppercase;
}

ul#meny a:hover {
	color: maroon;	
}

span.zaffre {
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
}

div#c {
	margin-top: 0;
	float: right;
/*	font-size: 0.8em; */
	color: white;
}
