/***** reset css begin *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/***** reset css end   *****/


/***** structure *****/
#page
{
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#header
{
/*
	height: 108px;
*/	height: 84px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
}

#header a
{
	height: 72px;
	width: 300px;
	display: block;
    border: none;
	float: left;
}

#header span { display:none; }

#menu
{
	float: right;
	width: 300px;
	text-align: right;
}

#menu ul
{
	margin: 45px 0 0 0;
	float: right;
}

#menu ul li
{
	float: left;
	margin: 0 0 0 12px;
}


#menu a
{
	width: auto;
	height: auto;
	display: inline;
	font-size: 13px;
}


#header2
{
/*
	height: 180px;
*/	clear: both;
}


#slogan
{
	width: 296px;
	float: left;
/*
	height: 180px;
*/}

#slogan p
{
	font-size: 16px;
	line-height: 24px;
	color: rgb(120,120,120);
	margin: 2px 36px 0 0;
}


#search
{
	width: 464px;
	float: left;
}

#googleads
{
	background-color: rgb(255,255,255);
	width: 468px;
	height: 60px;
	float: right;
}


#content01
{
/*
	width: 304px;
*/	width: 294px;
	float: left;
}

#content02
{
/*
	width: 456px;
*/	width: 466px;
	float: left;
}

#footer
{
	clear: both;
	margin: 72px 0 18px 0;
	border-top: solid black 1px;
}


.clearer { clear: both; }



/***** typography *****/
body
{
	text-align: center;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 20px; }
h2
{
	font-size: 18px;
	line-height: 24px;
}
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }


p { font-size: 20px; }


#content01 h2
{
	border-top: solid black 3px;
	border-bottom: solid black 1px;
	margin: 0 6px 0 0;
	line-height: 24px;
}

#content01 h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

#content01 p
{
	font-size: 13px;
	line-height: 18px;
	border-bottom: solid black 1px;
	margin: 0 6px 0 0;
}

#content01 img
{
	border: solid 1px rgb(180,180,180);
	margin: 5px 5px 5px 0;
	float: left;
}

#content01 h3 a
{
	border: none;
}

#content01 h3 a:hover
{
	border-bottom: solid 1px rgb(180,180,180);
}

#content01 .item
{
	margin: 0 6px 0 0;
	border-bottom: solid black 1px;
	font-size: 13px;
	clear: both;
}

#content01 ol
{
	margin: 0 6px 0 0;
}


#content01 ol li
{
	border-bottom: solid black 1px;
	/*
	padding: 4px 0;
*/
	font-size: 13px;
	clear: both;
}

#content01 ol li ul
{
	padding: 4px 0;
	float: left;
}

#content01 .item ul
{
	padding: 4px 0;
}

#content01 ol li ul li
{
	border-bottom: none;
	padding: 0 0 2px 0;
}

#content01 .item ul li
{
	border-bottom: none;
	padding: 0 0 2px 0;
}


#content01 .museum, #content01 .galerie
{
	display: block;
	float: right;
	background-color: rgb(210,210,210);
	padding: 3px;
	margin: 0;
}

#content02 .text
{
	border-top: solid black 3px;
	margin: 0 0 0 4px;
	padding: 4px 0 0 0;
}

#content02 h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

#content02 p
{
	font-size: 13px;
	line-height: 18px;
	margin: 0 4px 15px 0;
}


#content02 ul
{
	border-top: solid black 3px;
	margin: 0 0 0 4px;
	padding: 4px 0 0 0;
}

#content02 ul li
{
	float: left;
	padding: 0 12px 12px 0;
}

#content02 ul li a { font-size: 13px; }


#search label { font-size: 13px; }

#search .text
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: solid rgb(120,120,120) 1px;
	background-color: rgb(255,255,255);
	padding: 3px;
}

#search .example
{
	font-size: 12px;
	color: rgb(120,120,120);
}

#search .submit
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid rgb(0,0,0) 1px;
	background-color: rgb(255,255,255);
	padding: 1px 0 0 0;
	margin: 3px 0 0 0;
}

#content02 .text ul
{
	border-top: none;
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: disc;
}

#content02 .text ul li
{
	float: none;
	font-size: 13px;
	line-height: 15px;
	padding: 0 12px 12px 0;
	margin: 0 24px;
}

#content02 .text ul li a { font-size: 13px; }

.missing { color: rgb(240,0,0); }


#feedbackform label
{
	float: left;
	margin: 2px 6px 0 0;
	width: 90px;
}

#feedbackform .text
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: solid rgb(120,120,120) 1px;
	background-color: rgb(255,255,255);
	padding: 3px;
	margin: 0;
	width: 330px;
}

#feedbackform .textarea
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: solid rgb(120,120,120) 1px;
	background-color: rgb(255,255,255);
	padding: 0 0 0 3px;
	width: 330px;
}

#feedbackform .submit
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid rgb(0,0,0) 1px;
	background-color: rgb(255,255,255);
	padding: 1px 0 0 0;
	margin: 3px 0 0 0;
}

#map
{
/*
	width: 464px;
*/	height: 468px;
	background-color: rgb(230,230,230);
	border: solid black 1px;
	border-top-width: 3px;
/*
	margin: 0 0 0 4px;
*/}


/***** links *****/


a
{
	color: rgb(72,72,72);
	text-decoration: none;
	border-bottom: solid 1px rgb(180,180,180);
}




/***** images, lists, etc *****/


/***** autocompleter *****/

    div.autocomplete {
      position:absolute;
      width:100px;
      background-color: rgb(255,255,255);
      border:1px solid rgb(180,180,180);
      margin:0;
      padding:0;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0;
      padding:0;
    }
    div.autocomplete ul li.selected { background-color: rgb(255,229,204);}
    div.autocomplete ul li    
    {
    	list-style-type: none;
    	display: block;
    	margin: 0;
    	padding: 2px;
    	height: 32px;
    	cursor: pointer;
    	font-size: 12px;
    }

/***** dev *****/
#header, #slogan p { 
/*
display: none;
*/}

