body {
	font-family: Verdana;
	font-size: 10px;
	background-color: white;
	margin:25px 0px; padding:0px;
	text-align: left;

}

.divMainBox {
	width: 500px;
	margin:0px auto;
	height: 100%;

} 

.imgThumb {
	width: 45px;
}

#imgLogo {
	width: 100px;
	height: 101px;
	display: block;
    margin-left: auto;
    margin-right: auto
    
}

	
.divBox {	
	width: 500px;
	position: absolute;
	border:1px dashed #333;
	background-color:#eee;
}

#divBoxLokaltrafik {
	top: 230px;
}

#divBoxLokaltrafikSL {
	top: 570px;
}

#divBoxContact {
	top: 20px;
	padding: 10px;
	text-align: center;
	width: 480px;
}

.divHeader {
	position: absolute;
	top: -22px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.divBoxDescription {
	padding: 5px;
	background-color: #ccc;
	border-bottom: 1px dashed black;
}

.divBoxContent {
	padding: 10px;
	text-align: center;
}

b {
	font-size: 10px;
}



a:link 			{ color: #000000; text-decoration: none; font-weight: bold; }
a:visited		{ color: #000000; text-decoration: none; font-weight: bold; }
a:hover			{ color: #555555; text-decoration: none; font-weight: bold; }
a:active		{ color: #555555; text-decoration: none; font-weight: bold; }
