/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET CSS */

/* @override http://localhost/~henke/Molnfabriken/www/molnfab.css */

html {
}

body {
	font: normal normal 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #00428f;
	background: #ebf5ff url(element/bakgrund-sida.jpg) repeat-x;
	margin-top: 0;
}

p {
	margin: 0;
}

a, a:visited {
	text-decoration: none;
	color: #00428f;
	border-style: none;
}

img {
	border-style: none;
}

#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ebf5ff;
}

.top {
	height: 200px;
	background: url(element/bakgrund-top.jpg) no-repeat;
}

#meny {
	position: relative;
	width: 550px;
	padding: 0;
	height: 22px;
	margin: 0 auto 15px;
}

#meny li {
	padding: 0;
	position: absolute;
	top: 0;
	margin: 0;
}

#meny li, #meny a {
	display: block;
	z-index: 0;
	height: 22px;
}

#meny a p {
	display: none;
	color: #ff9058;
}

#original {
	left: 0;
	width: 124px;
	background: url(element/meny_1.jpg) 0 0;
}

#original a:hover {
	background: url(element/meny_1.jpg) 0 -22px;
}

#original.selected {
	background-position: 0 -22px;
}

#repro {
	left: 124px;
	width: 77px;
	background: url(element/meny_1.jpg) -124px 0;
}

#repro a:hover {
	background: url(element/meny_1.jpg) -124px -22px;
}

#repro.selected {
	background-position: -124px -22px;
}

#retusch {
	left: 201px;
	width: 96px;
	background: url(element/meny_1.jpg) -201px 0;
}

#retusch a:hover {
	background: url(element/meny_1.jpg) -201px -22px;
}

#retusch.selected {
	background-position: -201px -22px;
}

#grafik {
	left: 297px;
	width: 81px;
	background: url(element/meny_1.jpg) -297px 0;
}

#grafik a:hover {
	background: url(element/meny_1.jpg) -297px -22px;
}

#grafik.selected {
	background-position: -297px -22px;
}

#konsult {
	left: 378px;
	width: 99px;
	background: url(element/meny_1.jpg) -378px 0;
}

#konsult a:hover {
	background: url(element/meny_1.jpg) -378px -22px;
}

#konsult.selected {
	background-position: -378px -22px;
}

#om {
	left: 477px;
	width: 73px;
	background: url(element/meny_1.jpg) -477px 0;
}

#om a:hover {
	background: url(element/meny_1.jpg) -477px -22px;
}

#om.selected {
	background-position: -477px -22px;
}

.mid {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 30px;
}

.mid p {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	z-index: 1;
	position: relative;
}

.bot {
	height: 30px;
	width: 900px;
}

#adress {
	text-align: center;
}

.bildh {
	position: relative;
	float: right;
	border-style: none;
}

.bildv {
	position: relative;
	border-style: none;
	float: left;
}

#portratt {
	margin-right: 8px;
	float: left;
}

hidden {
	display: none;
}


