/* 
** 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: #e3e4d2;
	text-align: center;
	margin-top: 1em;
	color: #512403;
}

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

#logo {
	margin: 0 auto;
	text-align: left;
	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: #8bc71a;
}

#logo_black {
	/* logo color 2: */
	color: #512403;
	font-size: 0.7em;
}

#contentbox {
	background-color: #bec194;
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0,5;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	background-position: right;
}

#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover, #menu a:active {
	color: #4d7f04;
	text-decoration: none;
	font-weight: bold;
}

#padding {
	padding: 1em;
}

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

#content {
	background-color: #FFFFFF;
	filter: Alpha(opacity=90);
	opacity: .7;
	float: right;
	width: 28em;
	height: 30em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

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

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	color: #4d7f04;
}

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

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

#content a:visited {
	color: #4d7f04;
}
#innerpage {
	/* Background image: */
	background-image: url("../images/background1.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage2 {
	/* Background image: */
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage3 {
	/* Background image: */
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage4 {
	/* Background image: */
	background-image: url(../images/background4.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage5 {
	/* Background image: */
	background-image: url(../images/background5.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage6 {
	/* Background image: */
	background-image: url(../images/background6.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#pie {
	text-align: center;
	color: #4d7f04;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	font-weight: bold;
}
.destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #4d7f04;
}

