@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	background-color: #FFFCAC;
}

body {
	color: black;
	font-family: 'Times New Roman', serif;
	font-size: 15px;
}

h1 {
	font-family: 'Monotype Corsiva', 'Niconne', serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #aaa;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #299D36;
}

object {
	width: 100%;
}

#anfahrt object {
	height: 600px;

}

#impressum object {
	height: 200px;

}

a:visited {
	color: #70C966;
}

.text {
	font-family: 'Monotype Corsiva', 'Niconne', serif;
	font-size: 20px;
	text-shadow: 1px 1px 1px #aaa;
}

.disclaimer {
	font-size: 11px;
	border-style: double;
	padding: 5px;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textlinks {
	text-align: left;
}

.options {
	
}

.options li {
	display: inline;
}

#startseite {
	font-size: 24px;
}

#gallery ul,#speisen ul, #hochzeit ul {
	list-style-type: none;
}

#gallery ul li,#speisen ul li, #hochzeit ul li {
	display: inline-block;
}

.gallerypage {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	text-decoration: none
}

#wrapper {
	border: medium double #299D36;
	border-radius: 25px 25px 25px 25px;
	width: 800px;
	margin: 5px auto 10px;
	box-shadow: 7px 7px 8px #818181;
}

#header {
	border-radius: 25px 25px 0px 0px;
	height: 204px;
	margin-bottom: 5px;
	background-image: url('../img/banner.jpg');
	border-bottom-style: double;
	border-bottom-color: #299D36;
}

#content_left {
	float: left;
	width: 15%;
	padding-left: 5px;
	padding-bottom: 5px;
}

#content_main {
	padding: 0px 3% 0px 3%;
	float: left;
	width: 78%;
	min-height: 376px;
}

#footer {
	border-radius: 0px 0px 20px 20px;
	clear: both;
	height: 20px;
	background-color: #299D36;
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFCAC;
	border-top-style: double;
}

#impressum p a {
	text-decoration: none;
}

#navi {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: 'Times New Roman', serif;
	list-style-type: none;
}

#navi li {
	display: block;
}

#navi li a {
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid black;
	text-align: left;
}

#navi ul {
	position: absolute;
	display: none;
	font-size: 10px;
	font-weight: bold;
	margin-left: 120px;
	margin-top: -32px;
	border-left: 2px solid #70C966;
}


#navi>li:hover>ul {
	display: inline-block;
}

#navi a:link,#navi a:visited {
	color: #FFFCAC;
	background-color: #299D36;
}

#navi a:hover {
	color: #FFFCAC;
	background-color: #70C966;
}

#navi #current {
	color: #000000;
	background-color: #70C966;
}