@charset "utf-8";
.newsTitle {
	font-size:13px;
	font-weight:bold;
}

.newsTitle  a:link
{
    text-decoration:underline;
    color:#006633;
}

.newsTitle a:visited
{
    text-decoration:underline;
    color:#6c8300;
}

.newsTitle a:hover
{
    text-decoration:underline;
    color:#317308;
}


.newsText {
	font-size:11px;
	text-align: left;
}

.newsDate {
	font-size:11px;
	color:#666666;
}

#searchboxdiv {
	width: 535px;
	padding-bottom: 0px;
	}

#map_canvas {
	margin-bottom: 0px;
	width: 535px;
	}

#grafikondiv {
	width: 535px;
    height: 400px;
    margin-top: 10px;
	}

#markerControlDiv {
	margin-bottom: 10px;
	width: 535px;
	}

#tempContent {
	width: 270px;
	height: 80px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	}

#tempContent a {
	text-decoration: none;
    color:#006633;
	}
#tempContent a:visited {
	text-decoration: none;
    color:#006633;
	}
#tempContent a:hover {
	text-decoration: none;
    color:#006633;
	}

.tableCell {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	}

#obsWindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	width: 240px;
	overflow: visible;
	padding-right: 5px;
	text-align: left;
}

.content_area em {
	font-style: italic;
}

.thankyouIconClass {
    background-image: url('../images/thankyou.png');
}

.helpWindowClass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	text-align: left;
}

.helpWindowClass p {
    padding-bottom: 10px;
}

.helpWindowClass strong {
    font-weight:bold;
}

.android {width:220px;padding-right:18px;background:url('../images/mapicons/android-16x16.png') no-repeat right center;}
.noandroid {background-color:transparent;}

