/* 
** 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: #D4D0C8;
	text-align: center;
	margin-top: 2em;
}

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

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	margin-bottom: 0em;
	letter-spacing: -0.01em;
	color: #660;
	font-weight: normal;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #663;
}

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

#logo_white {
	color: #FFFFFF;
	font-size: 0.6em;
	font-style: italic;
}

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

/* menu: */

#menu {
	text-align: right;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}

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

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

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}
#innerpage2 {	/* Background image: */
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}
#innerpage3 {
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}
#innerpage4 {
	background-image: url(../images/background4.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}
#innerpage5 {
	background-image: url(../images/background5.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}
/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff;
	filter: Alpha(opacity=90);
	opacity: .7;
	float: right;
	width: 30em;
	height: 36em;
	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.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

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

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
#pie {
	text-align: center;
	color: #333;
	font-family: Verdana, Arial;
	font-size: 1em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}
