body {			
	background-color: #cccccc;
	font-family: Arial;
	font-size: 10pt;
	margin: 0;
	color: #444;
}
a {
	color: #000092;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#nav .trenner {
	margin-left: 5px;
	margin-right: 5px;
	color: #aaaaaa;
	font-weight: bold;
}
#nav a {
	color: #dddddd;
	text-decoration: none;
}
#nav a:hover {
	color: #eeeeee;
	text-decoration: underline;
}
#nav .current {
	color: #ffffff;
	font-weight: bold;
}
a.tooltip:hover {
	background: #ffffff;
}
a.tooltip span {
	display: none;
	text-decoration: none;
	padding: 2px 3px;
	margin-left: -220px;
	width: 200px;
}
a.tooltip:hover span {
	text-decoration: none;
	display: inline;
	background: #ffffff;
	position: absolute;
	border: 1px solid #000092;
	color:#444;
}
#simple_example_window{
	width: 300px;
}
#simple_example_window_contents{
	background-color: #FFF;
}
#custom_info_window_red_beak{
    width: 28px;
    height: 38px;
    background: url('http://gmaps-utility-library.googlecode.com/svn/trunk/extinfowindow/release/examples/images/corners/opacity_beak.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
	/* Alpha transparencies hack for IE */
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://gmaps-utility-library.googlecode.com/svn/trunk/extinfowindow/release/examples/images/corners/opacity_beak.png', sizingMethod='crop');
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
    background-color: #000092;
    height: 2px;
    width: 2px;
}