@charset "utf-8";
body {
	background-color: #748EA5;
	text-align:center;
}

#bg{
	background-image:url(/info_site/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:614px;
	width:961px;
	margin:0 auto;
	}
#spacer{
	height:120px;
	}
#bild{
	background-image:url(/info_site/info_pic.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:332px;
	width:961px;
	top:136px;
	}

#link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	top:465px;
	left:800px;
	}

#link a{
	color:#030303;
	text-decoration:underline;
	}
	
#bild img{
	text-decoration:none;
	border: 0px;
}