/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 32px;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	text-align: center;
	margin-top: 128px;
}

img {
}

.imgfade {
position:absolute;
top:0px;
left:0px;
border:0;
}


.page {
	/* Page width: */
	width: 700px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	letter-spacing: -0.01em;
	margin-bottom: 3.2px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

/* menu: */

#menu 
{
	margin: 0 auto;
	text-align: center;
	color: #C43917;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.3em;
	margin-top: 4.8px;
}

#menu a:link, #menu a:visited {
	color: #C43917;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #99846E;
	text-decoration: none;
}

/*
 Styles that apply to the 
 content area:
*/

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
	padding: 16px;
}

#contentTable
{
	width: 100%;
	height: 100%;
	border-spacing: 0;
}

#slideshowCell
{
	padding: 0px;
	width: 350px;
	height: 350px;
}

#contentCell
{
	background-color: #FAEBD7;
	width: 350px;
}

#padding
{
	padding: 16px;
}

#content 
{
	background-color: #ffffff; 
	filter: Alpha(opacity=50); 
	opacity: .5;
	width: 302px;
	height: 302px;
	padding: 6.4px;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	z-index: 10;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.8em;
	font-family: Union, Trebuchet MS, Arial;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #000000;
}
#content h2 {
	font-size: 1.4em;
	font-family: Union, Trebuchet MS, Arial;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #71483D;
}

#content span 
{
	color: #71483D;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

/* slideshow styles */