/* 
** 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: 12px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px none white;
	vertical-align: top;
}

body {background-color: white; text-align: center; margin-top: 5px;}

table{
	table-layout:automatic;
	border-collapse: separate;
	border-spacing: 1px
	empty-cells: show
}

p{margin-bottom:5px;}

input, select, textarea{
	border: 1px solid dodgerblue;
	background-color: White;
	color: navy;
	font:normal 9pt arial;
}


a{font-weight:bold; color:#587aa1; text-decoration:none;}
a:hover{color:red; text-decoration:none;}


li {/*list-style-image: url(images/bob_left1.gif);*/ 
 line-height:16px;
 }
li a{font:normal 9pt Arial; color:#28557F; background: url(images/bob_left1.gif) no-repeat; padding-left:12px;}
li a:hover{color:#28557F; text-decoration:underline; background: url(images/bob_left.gif) no-repeat;}

h1, h2, h3, h4, h5 {
		margin-bottom: 6px;
		font-family: "Trebuchet MS";
		font-weight: bold;
		color: #7793A9;
}

h1 {font-size: 20pt;}
h2 {font-size: 16pt; }
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 10pt;}

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


#innerpage {
	background-color: brun;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	height: 580px;
	padding-right:8px;
}

#leftside {
 	margin: 4px 0 0 4px;
	padding:0 0 0 5px;
	float: left;
	width: 266px;
	height: 565px;
	overflow:none;
}

#leftmenu {
    background: #25547E;
    overflow: auto;
    margin-bottom:6px;
    padding:5px 0 5px 5px;
}

#content {
	margin: 4px 0 0 0;
	padding:0px 5px 0 0;
	float: right;
	width: 682px;
	overflow: auto;
}

#mcontent {
	margin: 14px 0 0 0;
	padding:0px 10px 0 0;
	/*height: 494px;*/
	height: 382px;
	overflow: auto;
}



#leftside a{
  font:bold 11pt Arial; color:white; text-decoration:none;
}

#leftside a:hover{text-decoration:underline;}


#leftmenu a{
  background: url(images/bob_left_white.gif) no-repeat;        
  font:normal 9pt arial; color:white; text-decoration:none;
}

#leftmenu a:hover{
  background: url(images/bob_left_yellow_ani.gif) no-repeat;
  text-decoration:underline;
}



#footer a{
font:bold 8pt arial; 
color:#7694AE
}

#footer a:hover{
color:yellow;
text-decoration:underline;

}


.page {width: 1006px;}
/*
.box{
border:1px solid #d0d4d4;
color:#505050;
margin:15px auto;
padding:10px 10px 10px 20px;
width:75%;
}
*/
.box{
	/*background: #f8f8f8;*/
    border-top: 1px solid silver;
    color: #101010;
	padding: 5px 5px 0px 5px;
	margin:10px 0px 0px 0px;
	width: 97%;
	height:90px;
}
