body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana;
	font-size: 12px;
	background-image: url(../img/back_big.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #68311e;
}

a
{
	color: #68311e;
	text-decoration: underline;
}
a:hover
{
	color: #68311e;
	text-decoration: none;
}
a:visited
{
	color: #68311e;
}

input
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #f8f5df;
	color: #68311e;
	border: 1px solid #68311e;
}
textarea
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #f8f5df;
	color: #68311e;
	border: 1px solid #68311e;
}


.flower
{
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.head
{
	position: fixed;
	top: 0px;
	left: 0px;
}
.impressum
{
	position: fixed;
	bottom: 5px;
	left: 5px;
}




.menu
{
	position: fixed;
	top: 80px;
	left: 4px;
}

.next
{
	/*
	position: fixed;
	width: 400px;
	height: 80px;
	top: 5px;
	right: 0px;
	font-family: Verdana;
	font-size: 13px;
	*/

	
	position: fixed;
	z-index: 10;
	background-color: #f4efda;
	top: 20px;
	right: 20px;
	font-family: Verdana;
	font-size: 20px;
	padding: 5px;
	box-shadow: 0px 0px 20px 3px rgba(104, 49, 30, 0.41);
	border-radius: 10px;
}

.content
{
	position: fixed;
	top: 140px;
	left: 26px;
	width: 600px;
	height: 700px;
	overflow: auto;
}

.item_conten
{

}

.item_content_visible
{

}
.item_content_hidden
{

}
.lightbox
{
}

.input_error_old
{
	background-color: orangered;
}
.input_error
{
	background-color: #68311e;
	color: #f8f5df;
	border: 1px solid #68311e;
}

