/* 
** 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;
	scrollbar-base-color: #000000;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	text-align: center;
	margin-top: 8em;
}

.page {
	/* Page width: */
	width: 760px;
}

#logo {
	margin: 0 auto;
	text-align: right;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	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: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: right;
	color: #FFFFFF;
	font-family: Union, Trebuchet, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

#padding {
	padding: 1em;
}

#innerpage {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position:center;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: none; 
	filter: Alpha(opacity=70); 
	opacity: 1; 
	float: right; 
	width: 30em; 
	height: 32em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.6em;
	overflow: auto;
}

#fla {
	background-color: none;
	opacity: 100;
	float: left;
	width: 350px;
	height: 335px;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.6em;
	overflow: auto;
}
fla2 {
}


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

#content h2 {
	font-size: 1.2em;
	font-family: Trebuchet MS;
	color: #CCCCCC;
	font-weight: bold;
}

/* heading */
#content h1 {
	font-size: 1.5em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #000000;
	text-transform: uppercase;
}

/* link colors */
#content a:link {
	color: #FFFFFF;
}

#content a:hover, #content a:active {
	color: #FFFFFF;
}

#content a:visited {
	color: #CCCCCC;
}

