@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px; outline:0px;}

body {
	font-family:Tahoma, "Times New Roman", serif;
	font-size:12px;
	background: #297B34 url(../images/Green_a.gif) repeat-x top;
	color:#1F5D27;
	direction:rtl;
	}
img{
border:none;
}
	
.clear{
	clear:both;
	}
	
.head{
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #1F5D27;
	}

.body_panel{
	padding:5px;
	border-bottom:#1F5D27 1px dotted;
	border-left:#1F5D27 1px dotted;
	border-right:#1F5D27 1px dotted;
	margin-bottom:10px;
	background-color: #FFF;
	}
	
.body_panel:hover{
	background-color: #EFEFEF;
	}
	
.body_panel_menue{
	padding:5px;
	border-bottom:#1F5D27 1px dotted;
	border-left:#1F5D27 1px dotted;
	border-right:#1F5D27 1px dotted;
	margin-bottom:10px;
	background-color: #EFEFEF;
	}
	
.body_panel_menue:hover{
	background-color: #FFF;
	}
	
.body_panel_menue a{
	text-decoration:none;
	font-size:12px;
	padding:10px;
	color: #1F5D27;
	}
	
.body_panel_menue a:hover{
	font-weight:bold;
	}
	
.navbar{
	width: 898px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}

.header_buttons{
	margin-bottom:30px;
	margin-left:3%;
	margin-top:-30px;
	}

#content{
	border:#1F5D27 1px solid;
	background-color:#FFF;
	width: 900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}
.headtop{
		text-decoration:none;

	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	width:100%;
	text-align: right;
	float: right;
	background: #297B34 url(../images/deepgreen_c.gif) repeat-x top left;
}
.headtop a{
	color: #FFFFFF;
	text-decoration:underline;
}
#header{
	font-size: 12px;
	background: #297B34 url(../images/deepgreen.gif) repeat-x top left;
   	font-family: Arial;
   	font-weight: bold;
   	font-size: 4em;
   	color: #FFFFFF;
   	padding: 14px;
    border-top: 1px solid #297B34;
	}

#footer {
	font-size: 10px;
	color: #f1f1f1;
	background-color: #1F5D27;
	padding: 5px;
	text-align: center;
	margin-top:5px;
}
