body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	postition: relative;
	width: 980px;
	margin: auto;
}

#header {
	position: relative;
	height: 258px;

}

#logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#navigation {
	position: relative;
	height: 20px;
	width: 930px;
	padding: 30px 25px 0px 25px;
}

#content {
	position: relative;
	min-height:275px;
	height: auto !important;
	height:275px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#left {
	position: relative;
	width: 600px;
	padding: 25px;
	float: left;
}

#right {
	position: absolute;
	top: 10px;
	right: 25px;
}


#clear {
	clear: both;	
}

#footer {
	position: relative;
	width: 930px;
	height: 50px;
	padding: 10px 25px 10px 25px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.title {
	color: #FFFFFF;
}

#landgasthof-bezeichnung {
font-weight:bold;
padding-top: 10px;	
padding-bottom: 10px;
}

a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}
input.long{
	color: #790000;
	border: 1px solid #7A7A7A;
	background-color : White;
	width: 200px;
	margin: 2px;
}
input.short{
	color: #790000;
	border: 1px solid #7A7A7A;
	background-color : White;
	width: 50px;
	margin: 2px;
}
input.medium{
	color: #790000;
	border: 1px solid #7A7A7A;
	background-color : White;
	width: 150px;	
	margin: 2px;
}
select.long{
	color: #790000;
	border: 1px solid #7A7A7A;
	background-color : White;
	width: 150px;
	margin: 2px;
}
select.short{
	color: #790000;
	border: 1px solid #7A7A7A;
	background-color : White;
	width: 50px;
	margin: 2px;
}
textarea {
	color: #7a7A7A;
	border: 1px solid #7A7A7A;
	background-color : White;
	width: 200px;
	height: 120px;
  margin: 2px;
}
