html{
	height: 100%;
	width: 100%;
	
	background-image: url('seiten/bilder/tile.png');
}
body {
	max-width: 720px;
	margin: auto auto;
	font-family: 'verdana';
	font-size: 12px;
	color: #666666;
	height: 100%;
}

.logo {
	height: 231px;
	width: 108px;
	background-image: url('seiten/bilder/logo.png');
	display: block;
	/*margin: auto;*/
	background-repeat: no-repeat;
	position:absolute;
	top: 105px;
	left: -143px;
	border-radius: 5px;
	border: 4px solid #6b4d27;
	box-shadow: 0px 3px 10px #644936;
	behavior: url('pie/PIE.htc');
}
.nav_container {
	position: relative;
	top: 20px;
	left: -75px;
	height: 350px;
	behavior: url('pie/PIE.htc');
	width: 340px;
}

.navlink {
	font-family: 'Satisfy', Georgia, Times;
	font-size: 20px;
	color:  #6b4d27;
	text-decoration: none;
	width: 150px;
	height: 85px;
	border: solid 3px #6b4d27;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 85px;
	display: block;
	text-align: center;
	padding-top: 65px;
	float: left;
	background-color: #fff;
/*	text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.1px;
	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	filter:
	progid:DXImageTransform.Microsoft.Glow(Color=#bbbbbb,Strength=2)
	progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true'); */
}

.navlinkbig {
	font-family: 'Satisfy', Georgia, Times;
	font-size: 20px;
	color:  #6b4d27;
	text-decoration: none;
	width: 310px !important;
	height: 85px;
	border: solid 3px #6b4d27;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 85px;
	display: block;
	text-align: center;
	padding-top: 65px;
	float: left;
	background-color: #fff;
/*	text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.1px;
	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	filter:
	progid:DXImageTransform.Microsoft.Glow(Color=#bbbbbb,Strength=2)
	progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true'); */
}

.nav_active {
	border-style: double;
	border-width: 6px;
	width: 144px;
	height: 79px;	
}

.navlink:first-letter, .navlinkbig:first-letter{
	font-size: 50px;
}

.bg_image{
	width: 360px;
	height: 100%;
	border-style: solid;
	border-color: #6b4d27;
	border-left-width: 7px;
	border-right-width: 3px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	position:relative;
	float:left;
}

.content_container {
	width: 255px;
	height: 100%;
	border-style: solid;
	border-color: #6b4d27;
	border-left-width: 0px;
	border-right-width: 7px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding: 0px 40px ;
	line-height: 17px;
	float:left;
	color: #6C4F3D;
	font-weight: 600;
}

.line1{
	width:3px;
	height: 100%;
	background-color: #6b4d27;
	float:left;
	margin-right: 3px;
}

.home{
	background-image: url('seiten/bilder/c.png');
	background-repeat: no-repeat;
}

.catering{
	background-image: url('seiten/bilder/e.png');
	background-repeat: no-repeat;
}

.bio-catering{
	background-image: url('seiten/bilder/f.png');
	background-repeat: no-repeat;
}

.kontakt{
	background-image: url('seiten/bilder/g.png');
	background-repeat: no-repeat;
}

a {
	color: #B6C526;
	text-decoration: none;
	font-weight: bold;
}

h2{
	color: #7F5008;
	font-family: 'Satisfy', Georgia, Times;
	font-size: 20px;
	line-height: 25px;
}

h2:first-letter {
	font-size: 40px;
}

.formular_border{
	border: 1px solid rgba(165, 165, 165, 1);
	border-style: double;
}

input {
	width: 250px;
}

textarea {
	width: 250px;
	height: 150px;
	padding: 0px;
}