/* 
** flowertree - alternative stylesheet 1
** Contains another background picture.
** 
** 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: 20px;	
}

body {
	/* BG-Color: */
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
}

.page {
	/* Page width: */
	width: 790px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 12px;	
	margin-bottom: 2px;
	letter-spacing: -0.1px;
}

#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-color: #E0CAB2;   */
	background-color: #CCCCCC;               
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 10px;
	margin-top: 3px;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 10px;
}

#innerpage 
{
	
	background-image: url("../images/sfondo2.gif");
	/*filter: Alpha(opacity=30); 
	opacity: .3;
	background-repeat: no-repeat;*/
	/*padding: 10px;*/
	height: 500px;
}

/*
 Styles that apply to the 
 content area:
*/

#content 
{
	
	float: right; 
	width: 100%; 
	height: 100%;
	font-family: Verdana, Arial;
	font-size: 11px;
	overflow: auto;
}


#content p {
	font-size: 11px;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
}

/* heading */
#content h1 {
	font-size: 14px;
	font-family: Trebuchet MS;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #BF2016;
	margin-left:15px;
	margin-top:15px;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
#logo a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#logo a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}
