@charset "utf-8";
#logocenter {
	position:relative;
	width:900px;
	height:50px;
	z-index:11;
	margin: 0 auto;
	top: 25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#iframe {
	position:relative;
	top:40px;
	width:900px;
	height:600px;
	z-index:1;
	background-color: #FFF;
}
#logo {
	position:relative;
	width:900px;
	height:50px;
	z-index:11;
	margin: 0 auto;
	top: 25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 50px;
}
#logo h1 a {
	color: #333;
	text-decoration: none;
}

#meny {
	position:relative;
	top:35px;
	width:900px;
	height:19px;
	z-index:100;
	margin: 0 auto;
	text-align: center;
	word-spacing: normal;
	white-space: nowrap;
	letter-spacing: 4px;
	color: #666;
}
#meny a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

body {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	height: 20px;
	width: 900px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
	font-size: 12px;
}
#footer a {
	color: #999;
	font-size: 9px;
	text-decoration: none;
}

#iframewrapper {
	height: 640px;
	width: 900px;
	margin: 0 auto;
}

