/* 
** 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 {
}

body {
	/* BG-Color: */
	background-color: #333333;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

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

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 24pt;
	margin-bottom: -6px;
	letter-spacing: 0%;
}

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

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

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

/* menu: */

#menu {
	margin: 0 auto;
	text-align: right;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 3px;
	word-spacing: 5px;
}

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

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

#padding {
	padding: 5px;
}

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

#content {
	background-color: #ffffff;
	filter: Alpha(opacity=70);
	opacity: .8;
	float: right;
	width: 300px;
	height: 400px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	overflow: auto;
}

#content p {
	font-size: 85%;
}

/* heading */
#content h1 {
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #000000;
}
#content   p a:hover   {
	color: #FF0000;
}
#content p a:active {
	color: #FF0000;
}
#content    p  a:link   {
	color: #bc0a01;
}
#content  p a:visited {
	color: #990000;
}
#innerpage_main {
	background-image: url(../images/innerpage_home.jpg);
	background-repeat: no-repeat;
	height: 830px;
	padding: 5px;
}
#innerpage_links {
	background-image: url(../images/innerpage_info.jpg);
	background-repeat: no-repeat;
	height: 830px;
	padding: 5px;
}
#innerpage_gallery {
	background-image: url(../images/innerpage_gallery.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 830px;
}
#innerpage_about {
	background-image: url(../images/innerpage_about.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 830px;
}
#content h2 {
	font-size: 90%;
}
