body {
	background-image: url(../images/flowers02.jpg);
/*	background-repeat: no-repeat;
	*background-position: bottom; */
	background-attachment: fixed; 
	background-color: #3F3F27; 
	color: #DFDED1; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#header, #content, #footer {
	width: 98%;
}

#header {height: 6%}
#content {height: 84%}
#footer {height: 5%; position: absolute bottom; display: block;}
#clear {clear:both;}
	
.parke {
	font-size: 44px;
	font-weight: bold;
	font-style: italic;
}

.zeigt {
	font-size: 24px;
	font-weight: bold;
}

p, td { 

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#contact {
	font-size: 11px;
	bottom: 5px;
	color: #DFDED1;
	float: center;
	position: absolute;
	display: block;
	left: 42px;
	top: 1140px;


	
}

#impressum {
	font-size: 9px;
	color: #DFDED1;
	bottom: 5px;
	right: 20px;
	position: absolute;
	float: right;
	display: inherit;
	left: 936px;
	top: 1140px;


}



/*  LINKS  */
A:link {
	color: #5C6259;
}
A:visited {
	color:  #5C6259;
}
A:hover {
	color: #5C6259;
	text-decoration: none;
}
A:active {
	color:  #5C6259;
	text-decoration: underline;
}
A {
	color:  #5C6259;
	text-decoration : underline;	
	}

/* Links hell*/
A.light:link {
	color: #DFDED1; 
}
A.light:visited {
	color: #DFDED1; 
}
A.light:hover {
	color: #DFDED1; 
	text-decoration: none;
}
A.light:active {
	color: #DFDED1; 
	text-decoration: none;
}
A.light {
	color: #DFDED1; 
	text-decoration : none;	
	}
	
.right {
text-align: right;
}
	
	
.small {
    font-size: 9px;
}

b{
	font-weight: bold;
}

