/* CSS Dokument för bildsidan */
body{
margin-left: 0px;
margin-top: 40px;
background-position: left, top;
background-image: url('../bilder/bild_bakgrund.jpg');
background-repeat: no-repeat;
}

td.banner{
	width: 783px; 
	background-image: url('../bilder/banner.jpg');
	background-repeat: no-repeat; 
	height: 109px;
}

td.meny{
height: 33px;
width: 783px;
background-color: #B5B5B5;
}

td.undermenyn{
width: 783px;
height: 10px;
background-repeat: no-repeat;
background-image: url('../bilder/underlinks.jpg');
}

td.main{
width: 783px;
background-repeat: repeat-y;
background-image: url('../bilder/main.jpg');
}

td.mainbotten{
width: 783px;
height: 11px;
background-repeat: no-repeat;
background-image: url('../bilder/mainbotten.jpg');
}

td.copyright{
font-family: verdana;
font-size: 70%;
width: 783px;
}