/* 
** 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;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* 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;
}

#padding {
	padding: 16px;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	padding: 16px;
	height: 620px;
}

#map
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 675px; 
	height: 400px
}

#directions 
{
	display: inline;
	overflow: auto; 
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px; 
	height: 350px
}

/*
 Styles that apply to the 
 content area:
*/

