/*	-----------------
		Allgemein
	-----------------	*/
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: scroll;
	background-color: #73c34e;
	background-image: url(images/zk_background.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

.header_top {
	background-image: url(images/zk_header_top.jpg);
	background-repeat: no-repeat;
	background-color: #fcf2cf;
	height: 233px;
	width: 800px;
	vertical-align: bottom;
}

.header_bottom {
	background-image: url(images/zk_header_bottom.gif);
	background-repeat: no-repeat;
	background-color: #fcf2cf;
	height: 30px;
	width: 800px;
}

.main_bg {
	background-color: #ffffff;	
}

#main_left {
	display: block;
	height: 273px;
	width: 24px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(images/zk_main_left.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#main_right {
	display: block;
	height: 273px;
	width: 24px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(images/zk_main_right.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.main_left_bg {
	background-color: #fcf2cf;
	background-image: url(images/zk_main_left_bg.gif);
	background-repeat: repeat-y;
	width: 24px;
}

.main_right_bg {
	background-color: #fcf2cf;
	background-image: url(images/zk_main_right_bg.gif);
	background-repeat: repeat-y;
	width: 24px;
}

.footer {
	background-color: #fcf2cf;
	background-image: url(images/zk_footer.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 800px;
}

/*	-------------------
		Text & Links
	-------------------	*/

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.head_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5ca442;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5ca442;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5ca442;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5ca442;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5ca442;
	text-decoration: none;
}

/*	-------------
		Menü
	-------------	*/

#start a {
	background:url(images/buttons/start.gif) no-repeat 0 0;
	display: block;
	height: 33px;
	width: 87px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#start a:hover {
	background:url(images/buttons/start_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#start a.activ {
	background:url(images/buttons/start_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#about a {
	background:url(images/buttons/ueber_uns.gif) no-repeat 0 0;
	display: block;
	height: 33px;
	width: 87px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#about a:hover {
	background:url(images/buttons/ueber_uns_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#about a.activ {
	background:url(images/buttons/ueber_uns_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#contact a {
	background:url(images/buttons/kontakt.gif) no-repeat 0 0;
	display: block;
	height: 33px;
	width: 87px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#contact a:hover {
	background:url(images/buttons/kontakt_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#contact a.activ {
	background:url(images/buttons/kontakt_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#gastro a {
	background:url(images/buttons/gastro.gif) no-repeat 0 0;
	display: block;
	height: 33px;
	width: 118px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#gastro a:hover {
	background:url(images/buttons/gastro_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#gastro a.activ {
	background:url(images/buttons/gastro_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#gasthof a {
	background:url(images/buttons/gasthof.gif) no-repeat 0 0;
	display: block;
	height: 33px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#gasthof a:hover {
	background:url(images/buttons/gasthof_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#gasthof a.activ {
	background:url(images/buttons/gasthof_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#imprint a {
	background:url(images/buttons/impressum.gif) no-repeat 0 0;
	display: block;
	height: 33px;
	width: 87px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#imprint a:hover {
	background:url(images/buttons/impressum_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

#imprint a.activ {
	background:url(images/buttons/impressum_hover.gif) no-repeat 0 0;
	text-decoration: none;
}

