/*////////////////////////////////////////////////////// RESET CSS	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*////////////////////////////////////////////////////// CCF CSS	*/

body{
	background:url(../images/bg.png) no-repeat;
	font-family:arial;
}

#banner{
	background:url(../images/banner2.gif) no-repeat;
	width:666px;
	height:109px;
	margin:0px 0 0px 358px;
}
	h1{
		color:#fff;
		font-size:17px;
		font-weight:normal;
		padding:15px 0 20px 25px;
	}
	h1 span{
		border-bottom:1px solid;
		padding-bottom:5px;
		letter-spacing: 1px;
	}
	h2{
		color:#fff;
		font-size:20px;
		padding-right:15px;
		margin-bottom: 7px;
		padding-left:25px;
	}
	h3{
		color:#fff;
		font-size:16px;
		padding-right:15px;
		padding-left:25px;
	}

#map_canvas{
	width:760px;
	height:585px;
	border: 0 solid #fff;
	-webkit-box-shadow: 0 0 8px #000;
	margin:20px 7px 0 10px;
	float:left;
}


#list{
	background:url(../images/liste2.gif) no-repeat;
	width:200px;
	height:585px;
	overflow:hidden;
	margin:20px 0 0 0;
	float:left;
}
	#list > div{
		padding:12px 0 0 10px;
		height:38px;
		margin-bottom:3.4px;
	}
	#list > div p{
		color:#fff;
		font-size:16px;
		font-weight:bold;
		margin-bottom:3px;
	}
	#list > div p+p{
		font-size:12px;
		margin-bottom:0;
	}


#map_canvas > div > div > div > div > div > div > div{
	/*padding:10px !important;*/
	overflow:hidden !important;
}


.no{
	display:none !important;
}
