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

* {
	border: 0;
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #8a3a15 url("../gfx/bg_dark.jpg") repeat-x;
	color: #ffcd8b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #ff8a2b;
}
a:hover {
	color: #ffe7c7;
}

#outer {
	margin: auto;
	width: 900px;
	position: relative;
	min-height: 100%;
	height: auto;
	background: url("../gfx/bg_main_back.gif");
}
*html #outer { /* IE6 */
	height: 100%;
}
#bg-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 678px;
	background: #bc501f url("../gfx/bg_main_front.jpg") center top no-repeat;
}

#inner {
	padding: 10px 0px 100px;
	width: 884px;
	margin: auto;
	min-height: 620px;
	height: auto;
	position: relative;
	z-index: 10;
}
*html #inner { /* IE6 */
	height: 620px;
}

#logo {
	display: block;
	margin: auto;
	width: 440px;
}

h2 {
	float: right;
	width: 600px;
	color: #ffe99e;
	font-size: 25px;
	margin-top: 25px;
	text-align: right;
	padding-right: 40px;
}
h3 {
	text-align: center;
	color: #ffefc8;
	font-size: 20px;
	padding-top: 6px;
	margin-bottom: 16px;
}
h4 {
	text-align: center;
	color: #ffefc8;
	font-size: 16px;
	margin-bottom: 16px;
}

/* FOOTER */
#footer {
	position: absolute;
	bottom: 0px;
	left: 8px;
	width: 884px;
	height: 60px;
	background: url("../gfx/footer_bg.gif") repeat-x;
	text-align: center;
	color: #65200d;
	font-size: 11px;
	font-weight: bold;
	z-index: 10;
}
#footer div {
	background: #bc501f;
	padding: 0 10px;
}
#footer .left, #footer .right {
	padding-top: 11px;
	position: absolute;
	width: auto;
}
#footer .left {
	left: 0;
	top: 0;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 0;
}
#footer .center {
	width: 100px;
	height: 25px;
	margin: auto;
}
#footer a {
	color: #65200d;
}
#footer .sitelinks {
	font-weight: normal;
	padding-top: 10px;
}
/* FOOTER END */

/* BOX DESIGN */
.box {
	background: #4d1403 url("../gfx/stone_bg.jpg");
	border: 1px solid #381500;
	width: 100%;
	position: relative;
}
.box-border-top, .box-border-bottom {
	position: absolute;
	width: 100%;
	height: 8px;
	background: url("../gfx/box_border_h.gif") center repeat-x;
}
.box-border-bottom {
	margin-top: 5px;
	bottom: -13px;
	left: 0px;
}
*html .box-border-bottom { /* IE 5 */
	bottom: -18px;
}
.box-border-top {
	top: -13px;
	margin-bottom: 5px;
	left: 0px;
}
*html .box-border-top { /* IE 5 */
	top: -18px;
}
.box-border-left, .box-border-right {
	position: absolute;
	min-height: 100%;
	width: 8px;
	background: url("../gfx/box_border_v.gif") repeat-y;
}
*html .box-border-left, *html .box-border-right { /* IE 5 */
	display: none;
}
.box-border-left {
	left: -13px;
	margin-right: 5px;
}
.box-border-right {
	right: -13px;
	margin-left: 5px;
}
.box-content {
	padding: 10px;
	position: relative;
}
.box-content p {
	line-height: 140%;
}
#start-box {
	width: 810px;
	margin: auto;
}

#content-box {
	float: right;
	width: 600px;
	margin-right: 25px;
	margin-top: 20px;
}
*html #content-box {
	margin-right: 15px;
}
/* BOX DESIGN END */

/* STARTMENU */
#startmenu {
	width: 100%;
	height: 191px;
	margin-top: 30px;
	background: center no-repeat url("../gfx/hombre.jpg");
	position: relative;
	z-index: 100;
}
#startmenu li {
	position: absolute;
}
#startmenu li.startseite {
	left: 185px;
	top: 5px;
}
#startmenu li.speisekarte {
	left: 142px;
	top: 43px;
}
#startmenu li.aktionen {
	left: 164px;
	top: 81px;
}
#startmenu li.oeffnungszeiten {
	left: 77px;
	top: 119px;
}
#startmenu li.standorte {
	left: 550px;
	top: 5px;
}
#startmenu li.fotogalerie {
	left: 580px;
	top: 43px;
}
#startmenu li.kontakt {
	left: 593px;
	top: 81px;
}
#startmenu li.gaestebuch {
	left: 591px;
	top: 119px;
}
/* STARTMENU END */

/* SIDEMENU */
#sidemenu, #adminmenu {
	float: left;
	width: 215px;
	margin-left: 10px;
	margin-top: 55px;
}
*html #sidemenu {
	margin-left: 5px;
}
#sidemenu li a {
	float: right;
}
#sidemenu li {
	height: 28px;
	margin-bottom: 5px;
}
/* SIDEMENU END */

/* ADMIN MENU */
#adminmenu li {
	text-align: center;
}
#adminmenu li.head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
/* ADMIN MENU END */

.menu {
	list-style: none;
}
.menu a {
	display: block;
	height: 28px;
}
a.startseite {
	width: 144px;
	background-image: url("../gfx/menu_startseite.gif");
}
a.startseite:hover {
	background-image: url("../gfx/menu_startseite_hover.gif");
}

a.speisekarte {
	width: 159px;
	background-image: url("../gfx/menu_speisekarte.gif");
}
a.speisekarte:hover {
	background-image: url("../gfx/menu_speisekarte_hover.gif");
}

a.aktionen {
	width: 126px;
	background-image: url("../gfx/menu_aktion.gif");
}
a.aktionen:hover {
	background-image: url("../gfx/menu_aktion_hover.gif");
}

a.standorte {
	width: 140px;
	background-image: url("../gfx/menu_standorte.gif");
}
a.standorte:hover {
	background-image: url("../gfx/menu_standorte_hover.gif");
}

a.oeffnungszeiten {
	width: 215px;
	background-image: url("../gfx/menu_oeffnungszeiten.gif");
}
a.oeffnungszeiten:hover {
	background-image: url("../gfx/menu_oeffnungszeiten_hover.gif");
}

a.fotogalerie {
	width: 167px;
	background-image: url("../gfx/menu_fotogalerie.gif");
}
a.fotogalerie:hover {
	background-image: url("../gfx/menu_fotogalerie_hover.gif");
}

a.kontakt {
	width: 112px;
	background-image: url("../gfx/menu_kontakt.gif");
}
a.kontakt:hover {
	background-image: url("../gfx/menu_kontakt_hover.gif");
}

a.gaestebuch {
	width: 147px;
	background-image: url("../gfx/menu_gaestebuch.gif");
}
a.gaestebuch:hover {
	background-image: url("../gfx/menu_gaestebuch_hover.gif");
}

/* CONTENT */
#start {
	width: 790px;
	height: 300px;
	overflow: hidden;
}
#start .slide {
	width: 790px;
	height: 350px;
	position: relative;
}
#map {
	width: 575px;
	height: 300px;
	border: 1px solid #ac4d00;
}
.left, .right {
	float: left;
	width: 50%;
}
*html .left, *html .right { /* warum auch immer *rolleyes* */
	width: 49%;
}
.clearfix {
	clear: both;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.p_t_16 {
	padding-top: 16px;
}
.p_t_8 {
	padding-top: 8px;
}
.p_10 {
	padding: 10px;
}
.m_b_16 {
	margin-bottom: 16px;
}
.m_b_8 {
	margin-bottom: 8px;
}
.m_t_8 {
	margin-top: 8px;
}
.m_t_16 {
	margin-top: 16px;
}
.small {
	font-size: 11px;
}
.normal {
	font-weight: normal;
}
.big {
	font-size: 20px;
}
dl {
	overflow: hidden;	
}
dt, dd {
	float: left;
	margin-bottom: 6px;
}
dt {
	clear: left;
	color: #ffc16f;
	text-align: right;
	padding-right: 12px;
}
dd {
	font-weight: bold;
}
#start .aktionenOverlay dl {
	margin-left: 50px;
}
#start dd {
	width: 560px;
}
#start dt {
	width: 100px;
}
#aktionen {
	float: left;
	width: 500px;
}
#aktionen dl {
	margin-left: 50px;
}
.aktionenOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 300px;
	background-image: url("../gfx/stone_bg_dark.jpg");
}
.close {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#aktionenImg {
	float: right;
	width: 250px;
}
#start .slide .bottomImages {
	position: absolute;
	left: 3px;
	bottom: 50px;
}
#start .slide .bottomImages img {
	margin-right: 2px;
}
#start .welcomeText {
	height: 140px;
	overflow: auto;
	text-align: center;
}
#start .slideshow {
	position: absolute;
	bottom: 50px;
	left: 0;
}
p {
	margin-bottom: 16px;
}
#disclaimer p {
	padding: 8px;
	font-size: 11px;
}
.topImg {
	display: block;
	margin-bottom: 16px;
}

/* GUESTBOOK */

#gb .entry {
	padding:8px;
	font-size: 12px;
	margin-bottom: 16px;
	border: 1px solid #000;
	background: url("../gfx/stone_bg_dark.jpg");
}
#gb .time {
	font-size: 11px;
	color: #ffc16f;
}
#gb .comment {
	padding: 8px;
	background: #4d1403;
}

/* FORMS */

input, textarea, select {
	background: #ffd792 url("../gfx/stone_bg_form.jpg");
	width: 290px;
	height: 20px;
	border: 1px solid #000;
	padding: 4px 4px 0px 4px;
	color: #280d06;
}
select {
	height: auto;
	width: 300px;
}
textarea {
	height: 100px;
}
input.button {
	width: auto;
	background-image: none;
	background-color: #ef7000;
	height: 24px;
	padding: 0 4px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.file {
	height: auto;
}
form dl {
	width: 420px;
	margin: auto;
}	
form dt {
	width: 120px;
	text-align: left;
	padding: 0;
}
form dd {
	width:  300px;
}
.spamschutz {
	border: 1px solid #000;
}
.info {
	text-align: center;
	padding: 4px;
	margin: 8px auto;
	width: 410px;
	background: #bc501f;
	border: 1px solid #000;
}

/* IMAGES */

div.thumb {
	width: 92px;
	height: 92px;
	background: url("../gfx/thumb_90px_bg.png") no-repeat;
	padding: 3px;
	margin-left: 3px;
}
div.thumb a {
	display: block;
	height: 90px;
	width: 90px;
	border: 1px solid #ac4d00;
}
div.thumb a:hover {
	border: 1px solid #f86f00;
}
#galerie {
	list-style: none;
}
#galerie li {
	float: left;
	margin: 0px 6px 12px;
	font-size: 11px;
	width: 104px;
	text-align: center;
}
#galerie li.newRow {
	float: none;
	clear: both;
	margin: 0;
}
#pager {
	width: 200px;
	margin: auto;
}
#pager .next, #pager .prev, #pager .end {
	height: 38px;
	width: 19px;
	display: block;
	float: left;
}
#pager .next {
	background: url("../gfx/gallery_next.png");
}
#pager .next:hover {
	background: url("../gfx/gallery_next_hover.png");
}
#pager .prev {
	background: url("../gfx/gallery_prev.png");
}
#pager .prev:hover {
	background: url("../gfx/gallery_prev_hover.png");
}
#pager .page {
	float: left;
	padding-top: 10px;
	text-align: center;
	width: 162px;
}

/* CAROUSEL SKIN */

.jcarousel-skin-mano .jcarousel-container {
}

.jcarousel-skin-mano .jcarousel-container-horizontal {
	height: 98px;
	width: 750px;
	padding: 0px 20px;
}

.jcarousel-skin-mano .jcarousel-clip-horizontal {
	width: 100%;
	height: 98px;
}

.jcarousel-skin-mano .jcarousel-item {
	height: 98px;
	width: 98px;
}

.jcarousel-skin-mano .jcarousel-item-horizontal {
    margin-right: 10px;
}
*html .jcarousel-skin-mano .jcarousel-item-horizontal {
	margin-right: 5px;
}

.jcarousel-skin-mano .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-mano .jcarousel-next-horizontal {
	position: absolute;
	top: 11px;
    right: 0px;
    width: 16px;
    height: 78px;
    cursor: pointer;
    background: transparent url("../gfx/slide_right.png") no-repeat 0 0;
}

.jcarousel-skin-mano .jcarousel-next-horizontal:hover {
    
}


.jcarousel-skin-mano .jcarousel-prev-horizontal {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 16px;
    height: 78px;
    cursor: pointer;
    background: transparent url("../gfx/slide_left.png") no-repeat 0 0;
}

.jcarousel-skin-mano .jcarousel-prev-horizontal:hover {

}


