@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 900px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #container1 {
	width: 900px;  height:1500px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header a{ 
    text-decoration: none;
}
#mainContent2 {
	padding: 40px 70px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #c7b299;
	margin-bottom: 8px;
}

#mainContent{ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 8px;
	padding-top: 15px;
	padding-bottom: 30px;
	height: 1000px;
}
#mainContent3{ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.undermenu {
	color: gray;
	font: 12px Georgia, "Times New Roman", Times, serif;
}  


#opening_hour { float: right; width: 250px; padding-top: 100px;
font-family: Georgia, Times; font-size: 15px;
	color: #414141;
}
#HowToGet{ float: right; width: 290px;
font-family: Georgia, Times; font-size: 12.5px;
	color: #555;
}

#opening_hour h1 {
	font-size: 20px;
}
.smaller {
	font-size: 9px;
}
.bigger { font-size: 12px;
	font-weight: bold;
}
#footer {
	text-align: center;font-family: Georgia, Times;
	color: #575757;
	font-size: 11.5px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 20px;
}
.MenuTitle{font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #555; 
}

#menu_table{ width: 140px;
	color: #555;
 position: fixed;
	padding-left: 50px;
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	padding-top: 35px;
}

#menu_table a:link{ width: 130px; text-decoration: none;
	color: #555;
	font-size: 17px;
	font-weight: bold;
}

#menu_table a:visited{ width: 130px;text-decoration: none;
	color: #555;
	font-size: 17px;
	font-weight: bold;
}

#menu_table a:hover{ width: 130px;
	color: #f17200;
	font-size: 17px;
	font-weight: bold;
}



#menu_contents{  float: right; width: 670px;
}
.Red {
	color: #ac3500;
}

#menu_two {
	margin-bottom: 20px;
	padding-top: 50px;
}


.akmap{
    font: normal 12px arial,helvetica,sans-serif;
    color: #333;
    width: 585px;
    height: 400px;
	background-color: white;
}

/* My Comment */

.akmap .googleMapPlaceholder{
    background: #ddd;
    border: 1px solid #ccc;
    font: 12px/17.5px Arial;

    height: 100%;
	color: #555;
}



.change:link		{	 TEXT-DECORATION: none;
	color: #fff;
	font-weight: bold;
	font-size: 13.5px;
}
.change:visited	{	 TEXT-DECORATION: none;
	color: #fff;
	font-weight: bold;
	font-size: 13.5px;
}
.change:hover		{ TEXT-DECORATION: none;
	color: #f17200;
	font-weight: bold;
	font-size: 13.5px; 
}
.change:active	{  text-decoration: none; color: #585858;
	font-weight: bold;
	font-size: 13.5px;
}
.menu					{	FILTER: Alpha(Opacity=100); COLOR: #000000	}
.menu:hover:unknown		{	FILTER: Alpha(Opacity=100); COLOR: #000000; TEXT-DECORATION: none	}
.menu:visited:unknown	{	COLOR: #000000; TEXT-DECORATION: none	}
.menu:link:unknown		{	COLOR: #000000; TEXT-DECORATION: none	}
.click { font-size: 11px;color: #414141;}
.click a:link {
	text-decoration: underline; color: #414141;
}
.click a:visited {
	text-decoration: underline; color: #414141;
}
.click a:hover {
	text-decoration: underline; color: #ffffff;
}


.coloredrow {FONT-WEIGHT: none; COLOR: #ffffff; BACKGROUND-COLOR: #DDEEFF	}

TD { FONT-SIZE: 10pt }

.form {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	FONT-SIZE: 9pt; BORDER-LEFT: #666666 1px solid;
	COLOR: #666666;
	BORDER-BOTTOM: #666666 1px solid;
	face: Arial
}

.button{
    BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid;	FONT-SIZE: 10pt; BORDER-LEFT: #666666 1px solid; FONT-SIZE: 9pt;
	COLOR: #333333;	 BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #666666 1px solid; HEIGHT: 17px; WIDTH: 50px; face: Arial
}

