/* ------ general
-----------------------------------------------*/

html, body {
padding:0;
margin:0;
}

body {
font-family:vodafone_rgregular;
background:#fff;
}


/* ------ craftmap
-----------------------------------------------*/



a {
color:#fff;
text-decoration:none;
}
div.headline{
	font-size: 32px;
	line-height: 1.5em;
	color: #005C99;
	width: 900px;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	margin-top:20px;
}