body{
    background-color: #4B4B4D;
	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 14px;
}
	  
#header{
	background-color: #FFFFFF;
	color: #4B4B4D;
}

#header-text{
	padding-top: 20px;
	padding-left: 50px;
	width: 400px;
}

#title{
	font-size: 35px;
	padding-bottom: 10px;
}

#subtitle{
	font-size: 22px;
}

#logo-area-2{
    float: left;
	margin-left: 50px;
    margin-top: 20px;
    text-align:;
}

#placard{
	font-family: Century Gothic, Verdana, Arial;
	color:#000000;
}

#placard-title{
	font-family: Century Gothic, Verdana, Arial;
	color: #E1001A;
}

#placard-title-hyperlink{
	color:#FFFF00;
}

.text{
	font-family: Century Gothic, Verdana, Arial;
	color: #FFFFFF;
	font-size: 15px;
}

#map-tooltip{
    color: #9C9E9F;
	background-color: #FFFFFF;
	border: #000000 solid 1px;
	-moz-box-shadow: 1px 1px 10px #FFFFFF;
	-webkit-box-shadow: 2px 2px 10px #FFFFFF;
	box-shadow: 1px 1px 10px #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color=#FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color=#FFFFFF)";
}

.tile{
	font-family: Century Gothic, Verdana, Arial;
	color: #FFFFFF;
}

.tile-hover, .tile-selected{
	background-color: #E1001A;
	color: #FFFFFF;
}

.number{
	background-color: #E1001A;
	color: #FFFFFF;
	font-weight: bold;
}

.benthaus{
	width: 16px;
	height: 16px;
	background: transparent url("Images/logo_app.png") 0 0;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
}

.geodataplus{
	width: 16px;
	height: 16px;
	background: transparent url("Images/minilogo_geodataplus.png") 0 0;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
}