/* BODY */

body{
	background-color:#ffffff;
	text-align: center; /*centers layout in IE*/
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* CONTAINER */
#container{
	width: 950px;
	height: 633px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

/* MAIN */
/* LINE 1 */
.bild1{
	height: 216px;
	float: left;
}

/* LINE 2 */
.bild2{
	height: 221px;
	float: left;
}

/* LINE 3 */
.bild3{
	height: 196px;
	float: left;
}

/* CREDIT */

#credit {
	width: 950px;
	text-align:center;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #9b9b9b;
	}
	

/* LÄNKAR */

a:link {
	text-decoration: none;
	color: #9b9b9b;
	font-weight: bold;
}

a:visited {
	color: #9b9b9b;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}