body
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#header
{
	top: 0px;
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 3;
}

#banner
{
	height: 100px;
	width: 780px;
}

#menu
{
	height: 30px;
	width: 754px;
	z-index: 4;
}

#content_bg
{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

#content_bg_dummy
{
	width: 754px;
	height: 100%;
	position: relative;
	background-color: #d5dfa9;
	background-image: url('../gfx/bg_blumen.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

#content_center
{
	width: 754px;
	height: 100%;
	position: relative;
	z-index: 2;
}

#content_main
{
	width: 100%;
	margin-top: 130px;
	padding-bottom: 30px;
	position: absolute;
	overflow: auto;
	background-color: #d5dfa9;
	background-image: url('../gfx/bg_blumen.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

#footer
{
	background-color: #ffffff;
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

#menu_footer
{
	height: 24px;
	width: 754px;
	z-index: 5;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

a.lnkMenu
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #475E47;
	text-decoration: none;
}

a.lnkMenu:hover
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #204020;
	text-decoration: underline;
}

.txtBottom
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #475E47;
}

a.lnkBottom
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #475E47;
	text-decoration: none;
}

a.lnkBottom:hover
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #204020;
	text-decoration: underline;
}

a.lnkContent
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #475E47;
	font-style: italic;
	text-decoration: none;
}

a.lnkContent:hover
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #204020;
	font-style: italic;
	text-decoration: underline;
}

.txtContent
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #475E47;
}

.txtFormular
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #475E47;
}

.gallery
{
	border: 2px solid #475E47;
}
