@charset "UTF-8";
.body {
	font: 14px Myriad Pro, PT Sans, Arial, Helvetica, Verdana, sans-serif;
	line-height: 16px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 50px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.body p {
	margin: 0;
	padding: 0 0 10px 0;
}
.navContainer {
	width: 640px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 20px 0;
	border: none;
	text-align: center;
}
.nav {
	margin: 0 5px;
	width: 150px;
	height: 20px;
	background-image: url(pics/knapp.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	float: left;
	color: #FFF;
	line-height: 20px;
}
.nav a {
	color: #FFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.nav a:focus {
	color: #FFF;
	text-decoration: underline;
}
.navActive {
	margin: 0 5px;
	width: 150px;
	height: 20px;
	background-image: url(pics/knappaktiv.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	float: left;
	color: #FFF;
	line-height: 20px;
}
.container {
	clear: both;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainContentIndex {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 260px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(pics/emda-intro.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.mainContentIndex a {
	color: #005FAF;
	font-weight: bold;
	text-decoration: none;
}
.mainContentIndex a:visited {
	color: #005FAF;
	font-weight: bold;
	text-decoration: none;
}
.mainContentIndex a:hover {
	color: #005FAF;
	font-weight: bold;
	text-decoration: underline;
}
.mainContentIndex a:focus {
	color: #005FAF;
	font-weight: bold;
	text-decoration: underline;
}
.mainContentIntrotextL {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 290px;
	text-align: right;
}
.mainContentIntrotextR {
	position: absolute;
	left: 490px;
	top: 80px;
	width: 290px;
	text-align: left;
}
.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bild {
	margin: 0 0 20px 0;
	padding: 0;
}
.loggaremsa {
	margin: 20px 0;
	padding: 0;
}
.black {
	color: #000;
}
.astratechcenter {
	padding: 0 292px;
}
.portratt {
	padding: 0 20px 20px 0;
	float: left;
}
.clearfloat {
	clear: both;
}
.teckninghoger {
	margin: 0 0 20px 20px;
	padding: 0;
	float: right;
}
.teckningvanster {
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
}
.kakor {
	line-height: 60px;
	font-size: 10px;
}
