/* 
** 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: */

*{
	font-size:11px; 
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

object{
float:none;
}

/*body,div,p,img,form,h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;border: 0;}*/

input, textarea, select {border:1px solid powderblue;}

table, td{vertical-align:top;}

p{margin-bottom:5px}

li{margin-left:30px;}


body {/*background-color: #D4D0C8;*/
	background-image: url("img/backImage.gif");
	background-repeat: repeat-x;

text-align: center;margin-top: 10px;}

.page {width: 970px;}

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



#innerpage {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 510px;
	background-color: #F4EEF4;
	
}

#content {
	/*background-color: white; 
	/*filter: Alpha(opacity=70); 
	opacity: .7; */
	
	vertical-align:top; 
	float: right; 
	width: 960px; 
	height: 466px;
	margin: 30px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	overflow: auto;
     border-top: 1px solid darkorange;
}

#content h1 {font:bold 22px Trebuchet MS; margin-bottom: 6px; color: #AF9EC9;} /* darkorange */
#content h2 {font:bold 22px Trebuchet MS; margin-bottom: 6px; color: #AF9EC9;}
#content h3 {font:bold 15px Trebuchet MS; margin-bottom: 6px; color: #AF9EC9;}
#content h4 {font:bold 15px Trebuchet MS; margin-bottom: 6px; color: #4fb7f4;}
#content h5 {font-weight:bold; font-size:13px;margin-bottom:5px}

#content a:link, #content a:visited {color: #188d1a;}
#content a:hover, #content a:active {color: red;}

#menu {margin: 0 auto;text-align: center;color: #99846E;margin-top: 6px;}
#menu a:link, #menu a:visited {color: #AF9EC9;text-decoration: none;}
#menu a:hover, #menu a:active {color: red;text-decoration: none;}

.bmini{font:normal 9px Verdana, Arial}
.bmini_bold{font:bold 9px Verdana, Arial}

.box{
	background: #f8f8f8;
	font-size: 0.95em;
     border: 1px solid silver;
     margin: 0 16px 0 16px;
	color: #101010;
	padding: 8px 5px 8px 5px;
}

.soft {
	/* clear: both; */
	font: normal xx-small Tahoma;
	margin: 0px;
	padding: 0px;
	color: gray;
}

.indent{
        margin: 10px 10px 10px 10px;
}
