/* 
Denna kod är skapad av Svenska museifönstret för arbetslivsmuseerna i Sverige.
För att ladda hem koden och få mer information om projektet, gå till http://www.museifonstret.se/alm/

Grundmodellen är framtagen av Richard Johansson för Svenska museifönstret 2005. 
Kontaktinformation finns på http://www.museifonstret.se/alm/ 

http://www.museifonstret.se/
*/

	
* {
	margin:0; 
	padding:0;
}

html, body {
	text-align: center;
	color: #3F3F3F;
	font: normal 0.8em Verdana, Helvetica, Arial, sans-serif;
	background-color: #FAFEFF;
}

img {
	border: 0px;
}

img.thumb {
	border: 2px solid #894D00;
	margin-right: 15px;
	margin-bottom: 10px;
}

#wrapper {
	width: 648px;
	margin: auto;
	background: #FFFFFF url(bilder/pagefiles/bg_body_blue.gif) repeat-y;
}

#right {
	width: 150px;
	float: right;
	text-align: left;
}

#footer {
	width: 640px;
	margin: 30px 4px 0px 4px; /* top right bottom left */
	padding-bottom: 0px;
	clear: both;
	background-color: #F2F8FA;
}

#top {
	width: 640px;
	height: 124px;
	margin: 0px 4px 0px 4px; /* top right bottom left */
	background: #FFFFFF url(bilder/pagefiles/bg_header_blue.jpg) no-repeat;
}

#content {
	width: 490px;
	float: right;
	text-align: left;
}

a {
	color: #894D00;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
	color: #3F3F3F;
}

div.topic {
	font: normal 3.5em Georgia, Times, serif;
	color: #3C3C3C;
	padding-top: 20px;
}

div.footerContent {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #DAE4E8;
	border-bottom: 1px solid #006CA4;
	padding: 4px;

}

ul#mainMenu {
	margin: 30px 0px 30px 10px; /* top right bottom left */
	list-style: none;
	font: normal 1.2em Georgia, Times, serif;
	line-height: 25px;
}

ul#mainMenu li {
	padding-left: 20px;
	width: 110px;
	background: #FFFFFF left url(bilder/pagefiles/li_bullet_blue.gif) no-repeat;
}

h1 {
	font: normal 1.8em Georgia, Times, serif;
	color: #894D00;
	margin: 30px 0px 20px 30px; /* top right bottom left */
	width: 425px;
	border-bottom: double #894D00;
	text-indent: 25px;
	background: #FFFFFF left url(bilder/pagefiles/h1_bullet_blue.gif) no-repeat;
}

h2 {
	font: bold 1.2em Arial, sans-serif;
	color: #3F3F3F;
	margin: 40px 0px 10px 30px; /* top right bottom left */
}

p {
	font: normal 1.1em Verdana, Arial, sans-serif;
	color: #3F3F3F;
	margin: 10px 20px 20px 40px; /* top right bottom left */
}

ul.lista {
	font: bold 1.1em Verdana, Arial, sans-serif;
	color: #3F3F3F;
	margin: 10px 20px 20px 40px; /* top right bottom left */
}

ul.lista li {
	font-weight: normal;
	margin-left: 20px;
}

.linkColor {
	color: #894D00;
}

.bold {
	font: bold 1em Verdana, Arial, sans-serif;
	color: #3F3F3F;
}

.current {
	text-decoration: underline;
}
/*
hr {
	width: 100px;
	color: E7E8DA;
}*/

#exempel {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}

#flik {
	float: left;
}

#cookies {
	position: absolute;
	top: 30px;
	left: 130px;
	width: 260px;
	height: 80px;
	background-color: #EEEEEE;
	border: 1px solid black;
	display: none;
	font: normal 1.1em Verdana, Arial, sans-serif;
	color: #3F3F3F;
	padding: 10px;
}

#button1 {
	position: absolute;
	top: 42px;
	left: 8px;
}

#button2 {
	position: absolute;
	top: 34px;
	left: 20px;
}

#button3 {
	position: absolute;
	top: 26px;
	left: 32px;
}

#button4 {
	position: absolute;
	top: 18px;
	left: 44px;
}

#button5 {
	position: absolute;
	top: 10px;
	left: 56px;
}
