/* 
** 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) !
*/

/*******************************/
/* Body bits and bobs          */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 
{ 
    margin: 0; 
    padding: 0; 
    border: 0;
}

body 
{
	background-image: url("../images/background4.jpg");
	background-repeat: repeat;
	text-align: center;
   padding: 25px 25px 25px 25px;
}

.page 
{
	/* Page width: */
	width: 80%;
}

/*******************************/

ul 
{
	padding-left: 2em;	
}
/*******************************/

#logo
{
	/* margin: 0 auto; */
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	letter-spacing: -0.01em;
}

#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;
}

/*******************************/
/* Page structural definitions */

#contentbox 
{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

#padding 
{
	background-color: #FFFFE9;
	padding: 20px;
	border: medium;
	border-color: Black;
}

#innerpage 
{
	background-color: Blue;
}

#content 
{
	background-color: #FFFFF0;
	text-align: left;
	height: 400px;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	/* overflow: auto; */
}

#content p 
{
	font-size: 0.9em;
}

/* heading */
#content h1 
{
	font-size: 1.2em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content a:link 
{
	color: #C2361D;
	text-decoration: none;
}

#content a:hover, #content a:active 
{
	color: #33201D;
	text-decoration: none;
}

#content a:visited 
{
	color: #892614;
	text-decoration: none;
}

/*******************************/
/* menus                       */

#menu 
{
	margin: 0 auto;
	text-align: center;
	color: #616161;
	font-family: Verdana, Arial;
	font-size: 12;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited 
{
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	font-variant: 
}	

#menu a:hover, #menu a:active 
{
	color: #C43917;
	text-decoration: none;
}

/*******************************/
