/* This entire file is copyright Richard Johansson 2005

	No portion of it may be used without expressed, written permission */

	

	/* Contact: richard.johansson@nackademin.com */

	

* {
	margin: 0; 
	padding: 0;
}

html, body {
	text-align: center;
	background-color: #BAE4F4;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
}


#top {
	background-color: #7CC7EB;
	border-bottom: 1px solid #FFFFFF;
	
}

#border {
	background: #1A6A8D right url(bilder/borderfade.gif) no-repeat;
	height: 10px;
	text-align: right;
}


#wrapper {
	border: 2px solid #1A6A8D;
	border-top: none;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 500px;
	margin-bottom: 5px;
	padding: 20px;
	text-align: left;
	position: relative;
	height: 540px;
}

#wrapper2 {
	border: 2px solid #1A6A8D;
	border-top: none;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 500px;
	margin-bottom: 5px;
	padding: 20px;
	text-align: left;
	position: relative;
	height: 710px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}


span {
	font-weight: bold;
}

p {
	width: 190px;
	margin-left: 140px;
}

.bild {
	float: left;
}

.rad {
	height: 85px;
	margin: 40px 20px 40px 20px; /* top right bottom left */
	padding-bottom: 0px;

}

.rad2 {
	height: 85px;
	margin: 20px 20px 20px 20px; /* top right bottom left */
	padding-bottom: 0px;

}

#arrow1 {
	position: absolute;
	left: 390px;
	top: 136px;
}

#arrow2 {
	position: absolute;
	left: 390px;
	top: 262px;
}

#arrow3 {
	position: absolute;
	left: 390px;
	top: 386px;
}

#arbetsam {
	float: left;
}

#designaret {
	float: right;
}

#footer {
	margin-bottom: 20px;
	clear: both;
}
