/*reset browser defaults*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

div,dt,ul,ol,li,pre,form,fieldset,input,th,td{
	margin: 0;
	padding: 0;
}
/*end resets*/


/*bold title*/
B.titlu {
	color: #9C6310;
	font-family: cursive;
	font-size: 38px;
}

/*bold title impins stinga 10px*/
B.links10 {
	left: -10px;
	position: relative;
}

/*bold title impins stinga 20px*/
B.links20 {
	left: -20px;
	position: relative;
}

/*bold title impins stinga 30px*/
B.links30 {
	left: -30px;
	position: relative;
}


/* left and right margin */
div#margine {
	position: relative;
	left: 0px;
	top: 0px;
	width: 60px;
}

/*main content*/
div#content {
	color: #805000;
	text-align: justify;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;*/
	margin-left: 10px;	
	margin-right: 5px;
	font-family: cursive;
	width: 865px;
}

/*tab style*/
td#menue {
	text-align: center; 
	width: 75px;
	background-image: url('menue3.jpg'); 
	background-image: no-repeat;
}

/*tab style de*/
td#menueDe {
	text-align: center; 
	width: 83px;
	background-image: url('menue3.jpg'); 
	background-image: no-repeat;
}

/*normal table*/
td#normal {
	text-align: center;
	color: #805000;
	border-color: #9C6310;
	border-style: solid;
	border-width: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/*tabel legenda*/
td#legend {
	color: #805000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	font-size: 18px;
	width: 250px;
}

/*producttable border*/
table#ramen {
	border-color: #9C6310;
	border-style: solid;
	border-width: 2px;
	width: 865px;
}

/*producttable border*/
table#bigramen {
	padding: 2px;
	border-color: #9C6310;
	border-style: solid;
	border-width: 2px;
	background-image: url('backg4.jpg');
	width: 1024px;
}

/*normal link*/
A.normal {
        height: 10px;
        color: #ffffcc;;
        text-decoration: none;
        font-family: cursive;
}

/* link in menuebar */
A.menubutton {
        height: 10px;
        color: #603000;
        text-decoration: none;
        font-family: cursive;
}

A.textItemthisPage {
        color: #ffffcc;
        text-decoration: none;
        font-family: cursive;
}
        
/* link in menuebar on mouse over*/
A.menubutton:hover {
        color: #ffffff;
        text-color: #ffffff;
            
}

/* chenar la button*/      
td#chenarOn {
	text-align: center; 
	width: 75px;
        background-image: url('menue3.jpg'); 
	background-image: no-repeat; 
        text-color: #00ffff;
}

/* chenar la button off*/
td#chenarOff {
	text-align: center; 
	width: 75px;
        background-image: url('menue3.jpg'); 
	background-image: no-repeat; 
}

/* chenar la button DE*/      
td#chenarOnDe {
	text-align: center; 
	width: 83px;
        background-image: url('menue3.jpg'); 
	background-image: no-repeat; 
        text-color: #00ffff;
}

/* chenar la button off DE*/
td#chenarOffDe {
	text-align: center; 
	width: 83px;
        background-image: url('menue3.jpg'); 
	background-image: no-repeat; 
}

/* scoate bulinele din ul*/
ul#noBulets {
	list-style-type:none;
}