/* basic elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
/* layout */
#head {
	background-image: url(../pic/back/head_back.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 150px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
}
#logo {
	background-image: url(../pic/back/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 150px;
	width: 350px;
	left: 0px;
	top: 0px;
	z-index: 3;
}
#left {
	background-image: url(../pic/back/left_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 450px;
	width: 350px;
	left: 0px;
	top: 150px;
	z-index: 5;
}
#right {
	background-image: url(../pic/back/right_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: fixed;
	height: 768px;
	width: 464px;
	z-index: 5;
	right: 0px;
	bottom: 0px;
	text-align: right;
	float: right;
}
#footer {
	background-image: url(../pic/back/bott_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: fixed;
	height: 120px;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
}
#content {
	left: 335px;
	top: 150px;
	right: 50px;
	bottom: 120px;
	position: absolute;
	height: auto;
	width: auto;
	color: #562C28;
	font-size: 1em;
	z-index: 7;
}
#content1 {
	z-index: 20;
	color: #562C28;
	font-size: 1em;
	position: relative;
	height: 100%;
	width: 100%;
}
#opentimes {
	background-image: url(../pic/back/opening.png);
	position: absolute;
	height: 120px;
	width: 170px;
	top: 0px;
	right: 0px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 50px;
	padding-top: 160px;
}
#opentimes br {
	line-height: 0.5em;
}

/* main navigation */
#navi {
	position: absolute;
	z-index: 9;
	left: 324px;
	top: 0px;
	right: 0px;
	height: 150px;
	width: 650px;
	text-align: center;
	vertical-align: bottom;
	line-height: 15em;
	text-decoration: none;
	white-space: nowrap;
}
#navi ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#navi li {
	height: 150px;
	width: 124px;
	display: inline;
	float: left;
	vertical-align: bottom;
	color: #333333;
}
#navi li a:link {
	color: #333333;
	text-decoration: none;
	background-image: url(../pic/back/butt_back.png);
	height: 150px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	display: block;
	vertical-align: bottom;
}
#navi li a:hover {
	color: #0A83D2;
	text-decoration: none;
	background-image: url(../pic/back/butt_back.png);
	height: 150px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: -123px 0px;
	font-size: 0.9em;
	display: block;
	vertical-align: bottom;
	font-weight: bold;
}
#navi li a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(../pic/back/butt_back.png);
	height: 150px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	display: block;
	vertical-align: bottom;
}
#navi li a:visited:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../pic/back/butt_back.png);
	height: 150px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: -123px 0px;
	font-size: 0.9em;
	display: block;
	vertical-align: bottom;
}
#navi li a:active {
	color: #333333;
	text-decoration: none;
	background-image: url(../pic/back/butt_back.png);
	height: 150px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	display: block;
	vertical-align: bottom;
}
/* sub navigation */
#sub_navi {
	position: absolute;
	z-index: 9;
	left: 0px;
	width: 350px;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
	line-height: 6em;
	bottom: 5em;
}
#sub_navi ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#sub_navi li {
	height: 80px;
	width: 350px;
	float: left;
	vertical-align: bottom;
	color: #333333;
	display: inline;
}
#sub_navi li a:link {
	color: #333333;
	text-decoration: none;
	background-image: url(../pic/back/butt1-back.png);
	height: 80px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	display: block;
	vertical-align: bottom;
}
#sub_navi li a:hover {
	color: #0A83D2;
	text-decoration: none;
	background-image: url(../pic/back/butt1-back.png);
	height: 80px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	display: block;
	vertical-align: bottom;
	font-weight: bold;
}
#sub_navi li a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(../pic/back/butt1-back.png);
	height: 80px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	display: block;
	vertical-align: bottom;
}
#sub_navi li a:active {
	color: #333333;
	text-decoration: none;
	background-image: url(../pic/back/butt1-back.png);
	height: 80px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	display: block;
	vertical-align: bottom;
}
/* link elements */
.link1 {
	text-decoration: none;
}
.link1 a:link {
	font-size: 1.1em;
	color: #0A83D2;
	text-decoration: none;
}
.link1 a:hover {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #0A83D2;
}
.link1 a:visited {
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
}
.link1 a:active {
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}
/* */
.link2 a:link {
	font-size: 1.0em;
	text-decoration: none;
	color: #562C28;
}
.link2 a:hover {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #0A83D2;
}
.link2 a:visited {
	font-size: 1.0em;
	color: #562C28;
	text-decoration: none;
}
.link2 a:active {
	font-size: 1.0em;
	color: #000000;
	text-decoration: none;
}
/* */
.link3 a:link {
	font-size: 1em;
	text-decoration: none;
	color: #0A83D2;
}
.link3 a:hover {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #0A83D2;
}
.link3 a:visited {
	font-size: 1em;
	color: #0A83D2;
	text-decoration: none;
}
.link3 a:active {
	font-size: 1.0em;
	color: #000000;
	text-decoration: none;
}
/* diverse elements */
#navi li span {
	color: #0A83D2;
	font-weight: bold;
}
#sub_navi span {
	color: #0A83D2;
	font-weight: bold;
}
.text {
	font-size: 1.0em;
	line-height: 1.1em;
	width: 470px;
}
.txtbold {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
}
.line1 {
	height: 1px;
	margin: 0 0% 0 0px;
	color: #0A83D2;
	border: 0;
	background-color: #0A83D2;
}
/* google maps */
#map {
	height:  400px;
	width: 470px;
	background-image: url(../pic/mapback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.print a:link {
	color: #0A83D2;
	text-decoration: none;
	font-weight: bold;
}
.print a:visited {
	color: #0A83D2;
	text-decoration: none;
	font-weight: bold;
}
.print a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.print a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.print {
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #955B4D;
	width: 470px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #955B4D;
	border-bottom-color: #955B4D;
	border-left-color: #955B4D;
}
/*PNG-FIXX*/
img, div {
	behavior: url(iepngfix.htc);
}
/* addons */

