/* 
** 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: 2em;	
}

body {
	/* BG-Color: */
	background-color: #000000;
	text-align: center;
	margin-top: 2em;
}

.page {
	/* Page width: */
	width: 60%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.8em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #008080;
}

#logo_black {
	/* logo color 2: */
	color: #333333;
	font-size: 0.8em;
}

#contentbox {
	background-color: #333333;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 0.8em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #BD0000;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url(images/trees.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}


/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #D9D9D9; 
	filter: Alpha(opacity=100); 
	opacity: 1; 
	float: left; 
	width: 25em; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #008080;
}

/* heading */
#content h2 {
	font-size: 1.1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BD0000;
}

/* link colors */
#content a:link {
	color: #BD0000;
	text-decoration: none;

}

#content a:hover, #content a:active {
	color: #008080;
	text-decoration: none;

}

#content a:visited {
	color: #892614;
	text-decoration: none;

}


.treemenu {
margin : 0px 0px;
padding : 0px;
list-style : none;
}

.treemenu h2
color: #BD0000;
font-family: Trebuchet MS, Verdana;
font-size: 1.2;
text-align: left;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}

.treemenu UL {
list-style : none;
}

.treemenu LI {
display : inline;
}

.treemenu A {
text-decoration: none;
}