html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #B4AA96;
	color: #333333;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	line-height: 19px;
	background-image: url(../images/texture.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#message
{
	position: relative;
	background-color: #FFFFFF;
	left: 10px;
	top: 10px;
	width: 870px;
	height: 630px;
}

#signet
{
	position: absolute;
	left: 50px;
	top: 58px;
	width: 148px;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/signet.gif);
	background-repeat: no-repeat;
}

a img {
	border: none;
}

#hello
{
	position: absolute;
	left: 280px;
	top: 44px;
	width: 600px;
	height: 105px;
	padding: 0px;
}

#image
{
	position: absolute;
	background-color: #FFFFFF;
	left: 20px;
	top: 150px;
	width: 830px;
	height: 440px;
	padding: 0px;
	background-image: url(../images/noflash.jpg);
	background-repeat: no-repeat;
}

#noflash
{
	color: #ffffff;
	position: absolute;
	left: 460px;
	top: 221px;
	width: 365px;
	height: 150px;
	padding: 0px;
}

#addr
{
	color: #ffffff;
	position: absolute;
	left:  460px;
	bottom: 60px;
	width: 360px;
	height: 90px;
	padding: 0px;
}

#impressum
{
	position: absolute;
 	left: 770px;
	top: 605px;
	width: 80px;
	height: 20px;
	padding: 0px;
	text-align: right;
}


.underline
{
	text-decoration: underline;
}

.nav {
	color: #999999;
	font-family: normal verdana, arial, helvetica;
	text-decoration: none;
	font-size: 11px;
	text-indent: 6px;
}

.nav a {
}

.nav:hover {
	color: #333333;
	text-decoration: none;
}

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

a:hover 
{
	text-decoration: underline;
}

a.button {
	text-decoration: none;
	background-color: #ffffff;
	padding: 7px 7px 5px 7px;
	display: block;
	float: left;
	color: #948F43;
	font-weight: bold;
	font-size: 18px;
}

a.button:hover {
	background-color: #EEECD0;
}
